Home
last modified time | relevance | path

Searched defs:NamedCertKey (Results 1 – 3 of 3) sorted by relevance

/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/component-base/component-base-0.16.8/cli/flag/
H A Dnamedcertkey_flag.go26 type NamedCertKey struct { struct
27 Names []string
28 CertFile, KeyFile string
33 func (nkc *NamedCertKey) String() string {
41 func (nkc *NamedCertKey) Set(value string) error {
67 func (*NamedCertKey) Type() string {
82 func NewNamedCertKeyArray(p *[]NamedCertKey) *NamedCertKeyArray {
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/cli/flag/
H A Dnamedcertkey_flag.go26 type NamedCertKey struct { struct
27 Names []string
28 CertFile, KeyFile string
33 func (nkc *NamedCertKey) String() string {
41 func (nkc *NamedCertKey) Set(value string) error {
67 func (*NamedCertKey) Type() string {
82 func NewNamedCertKeyArray(p *[]NamedCertKey) *NamedCertKeyArray {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/cli/flag/
H A Dnamedcertkey_flag.go26 type NamedCertKey struct { struct
27 Names []string
28 CertFile, KeyFile string
33 func (nkc *NamedCertKey) String() string {
41 func (nkc *NamedCertKey) Set(value string) error {
67 func (*NamedCertKey) Type() string {
82 func NewNamedCertKeyArray(p *[]NamedCertKey) *NamedCertKeyArray {