Documentation ¶
Index ¶
- Variables
- type TrustProvider
- type TrustProviderKind
- func (TrustProviderKind) Descriptor() protoreflect.EnumDescriptor
- func (x TrustProviderKind) Enum() *TrustProviderKind
- func (TrustProviderKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x TrustProviderKind) Number() protoreflect.EnumNumber
- func (x TrustProviderKind) String() string
- func (TrustProviderKind) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TrustProviderKind_name = map[int32]string{ 0: "TRUST_PROVIDER_KIND_UNSPECIFIED", 1: "TRUST_PROVIDER_KIND_KUBERNETES", } TrustProviderKind_value = map[string]int32{ "TRUST_PROVIDER_KIND_UNSPECIFIED": 0, "TRUST_PROVIDER_KIND_KUBERNETES": 1, } )
Enum value maps for TrustProviderKind.
View Source
var File_proto_trust_provider_v1alpha1_trust_provider_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TrustProvider ¶
type TrustProvider struct { Kind *string `protobuf:"bytes,1,opt,name=kind,proto3,oneof" json:"kind,omitempty"` // contains filtered or unexported fields }
func (*TrustProvider) Descriptor
deprecated
func (*TrustProvider) Descriptor() ([]byte, []int)
Deprecated: Use TrustProvider.ProtoReflect.Descriptor instead.
func (*TrustProvider) GetKind ¶
func (x *TrustProvider) GetKind() string
func (*TrustProvider) ProtoMessage ¶
func (*TrustProvider) ProtoMessage()
func (*TrustProvider) ProtoReflect ¶
func (x *TrustProvider) ProtoReflect() protoreflect.Message
func (*TrustProvider) Reset ¶
func (x *TrustProvider) Reset()
func (*TrustProvider) String ¶
func (x *TrustProvider) String() string
type TrustProviderKind ¶
type TrustProviderKind int32
const ( TrustProviderKind_TRUST_PROVIDER_KIND_UNSPECIFIED TrustProviderKind = 0 TrustProviderKind_TRUST_PROVIDER_KIND_KUBERNETES TrustProviderKind = 1 )
func (TrustProviderKind) Descriptor ¶
func (TrustProviderKind) Descriptor() protoreflect.EnumDescriptor
func (TrustProviderKind) Enum ¶
func (x TrustProviderKind) Enum() *TrustProviderKind
func (TrustProviderKind) EnumDescriptor
deprecated
func (TrustProviderKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use TrustProviderKind.Descriptor instead.
func (TrustProviderKind) Number ¶
func (x TrustProviderKind) Number() protoreflect.EnumNumber
func (TrustProviderKind) String ¶
func (x TrustProviderKind) String() string
func (TrustProviderKind) Type ¶
func (TrustProviderKind) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.