- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for RemoteSecretAuthType (0.27 sec)
-
istioctl/pkg/multicluster/remote_secret.go
var makeOutputWriterTestHook = makeOutputWriter // RemoteSecretAuthType is a strongly typed authentication type suitable for use with pflags.Var(). type ( RemoteSecretAuthType string SecretType string ) var _ pflag.Value = (*RemoteSecretAuthType)(nil) func (at *RemoteSecretAuthType) String() string { return string(*at) } func (at *RemoteSecretAuthType) Type() string { return "RemoteSecretAuthType" }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 23.3K bytes - Viewed (0)