Documentation ¶
Index ¶
- Variables
- type ServerExtensionArgs
- func (*ServerExtensionArgs) Descriptor() ([]byte, []int)deprecated
- func (x *ServerExtensionArgs) GetEnsureServiceAccount() bool
- func (*ServerExtensionArgs) ProtoMessage()
- func (x *ServerExtensionArgs) ProtoReflect() protoreflect.Message
- func (x *ServerExtensionArgs) Reset()
- func (x *ServerExtensionArgs) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_std_runtime_kubernetes_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ServerExtensionArgs ¶
type ServerExtensionArgs struct { EnsureServiceAccount bool `protobuf:"varint,1,opt,name=ensureServiceAccount,proto3" json:"ensureServiceAccount,omitempty"` // contains filtered or unexported fields }
func (*ServerExtensionArgs) Descriptor
deprecated
func (*ServerExtensionArgs) Descriptor() ([]byte, []int)
Deprecated: Use ServerExtensionArgs.ProtoReflect.Descriptor instead.
func (*ServerExtensionArgs) GetEnsureServiceAccount ¶
func (x *ServerExtensionArgs) GetEnsureServiceAccount() bool
func (*ServerExtensionArgs) ProtoMessage ¶
func (*ServerExtensionArgs) ProtoMessage()
func (*ServerExtensionArgs) ProtoReflect ¶
func (x *ServerExtensionArgs) ProtoReflect() protoreflect.Message
func (*ServerExtensionArgs) Reset ¶
func (x *ServerExtensionArgs) Reset()
func (*ServerExtensionArgs) String ¶
func (x *ServerExtensionArgs) String() string
Click to show internal directories.
Click to hide internal directories.