Documentation
¶
Index ¶
- Constants
- Variables
- type ControlPlane
- func (x *ControlPlane) ClearCertificateAuthorityData()
- func (x *ControlPlane) ClearServer()
- func (x *ControlPlane) GetCertificateAuthorityData() []byte
- func (x *ControlPlane) GetServer() string
- func (x *ControlPlane) HasCertificateAuthorityData() bool
- func (x *ControlPlane) HasServer() bool
- func (*ControlPlane) ProtoMessage()
- func (x *ControlPlane) ProtoReflect() protoreflect.Message
- func (x *ControlPlane) Reset()
- func (x *ControlPlane) SetCertificateAuthorityData(v []byte)
- func (x *ControlPlane) SetServer(v string)
- func (x *ControlPlane) String() string
- type ControlPlane_builder
- type KubadmNodeJoin
- func (x *KubadmNodeJoin) ClearMetadata()
- func (x *KubadmNodeJoin) ClearSpec()
- func (x *KubadmNodeJoin) ClearStatus()
- func (x *KubadmNodeJoin) GetMetadata() *api.Metadata
- func (x *KubadmNodeJoin) GetSpec() *KubeadmNodeJoinSpec
- func (x *KubadmNodeJoin) GetStatus() *KubeadmNodeJoinStatus
- func (x *KubadmNodeJoin) HasMetadata() bool
- func (x *KubadmNodeJoin) HasSpec() bool
- func (x *KubadmNodeJoin) HasStatus() bool
- func (*KubadmNodeJoin) ProtoMessage()
- func (x *KubadmNodeJoin) ProtoReflect() protoreflect.Message
- func (x *KubadmNodeJoin) Redact()
- func (x *KubadmNodeJoin) Reset()
- func (x *KubadmNodeJoin) SetMetadata(v *api.Metadata)
- func (x *KubadmNodeJoin) SetSpec(v *KubeadmNodeJoinSpec)
- func (x *KubadmNodeJoin) SetStatus(v *KubeadmNodeJoinStatus)
- func (x *KubadmNodeJoin) String() string
- type KubadmNodeJoin_builder
- type KubeadmNodeJoinSpec
- func (x *KubeadmNodeJoinSpec) ClearControlPlane()
- func (x *KubeadmNodeJoinSpec) ClearKubelet()
- func (x *KubeadmNodeJoinSpec) GetControlPlane() *ControlPlane
- func (x *KubeadmNodeJoinSpec) GetKubelet() *Kubelet
- func (x *KubeadmNodeJoinSpec) HasControlPlane() bool
- func (x *KubeadmNodeJoinSpec) HasKubelet() bool
- func (*KubeadmNodeJoinSpec) ProtoMessage()
- func (x *KubeadmNodeJoinSpec) ProtoReflect() protoreflect.Message
- func (x *KubeadmNodeJoinSpec) Reset()
- func (x *KubeadmNodeJoinSpec) SetControlPlane(v *ControlPlane)
- func (x *KubeadmNodeJoinSpec) SetKubelet(v *Kubelet)
- func (x *KubeadmNodeJoinSpec) String() string
- type KubeadmNodeJoinSpec_builder
- type KubeadmNodeJoinStatus
- type KubeadmNodeJoinStatus_builder
- type Kubelet
- func (x *Kubelet) ClearBootstrapAuthInfo()
- func (x *Kubelet) ClearNodeIp()
- func (x *Kubelet) GetBootstrapAuthInfo() *NodeAuthInfo
- func (x *Kubelet) GetNodeIp() string
- func (x *Kubelet) GetNodeLabels() map[string]string
- func (x *Kubelet) HasBootstrapAuthInfo() bool
- func (x *Kubelet) HasNodeIp() bool
- func (*Kubelet) ProtoMessage()
- func (x *Kubelet) ProtoReflect() protoreflect.Message
- func (x *Kubelet) Reset()
- func (x *Kubelet) SetBootstrapAuthInfo(v *NodeAuthInfo)
- func (x *Kubelet) SetNodeIp(v string)
- func (x *Kubelet) SetNodeLabels(v map[string]string)
- func (x *Kubelet) String() string
- type Kubelet_builder
- type NodeAuthInfo
- func (x *NodeAuthInfo) ClearAuthInfo()
- func (x *NodeAuthInfo) ClearExec()
- func (x *NodeAuthInfo) ClearToken()
- func (x *NodeAuthInfo) GetExec() []byte
- func (x *NodeAuthInfo) GetToken() string
- func (x *NodeAuthInfo) HasAuthInfo() bool
- func (x *NodeAuthInfo) HasExec() bool
- func (x *NodeAuthInfo) HasToken() bool
- func (*NodeAuthInfo) ProtoMessage()
- func (x *NodeAuthInfo) ProtoReflect() protoreflect.Message
- func (x *NodeAuthInfo) Reset()
- func (x *NodeAuthInfo) SetExec(v []byte)
- func (x *NodeAuthInfo) SetToken(v string)
- func (x *NodeAuthInfo) String() string
- func (x *NodeAuthInfo) WhichAuthInfo() case_NodeAuthInfo_AuthInfo
- type NodeAuthInfo_builder
Constants ¶
View Source
const NodeAuthInfo_AuthInfo_not_set_case case_NodeAuthInfo_AuthInfo = 0
View Source
const NodeAuthInfo_Exec_case case_NodeAuthInfo_AuthInfo = 2
View Source
const NodeAuthInfo_Token_case case_NodeAuthInfo_AuthInfo = 1
Variables ¶
View Source
var File_components_kubeadm_action_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ControlPlane ¶
type ControlPlane struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*ControlPlane) ClearCertificateAuthorityData ¶
func (x *ControlPlane) ClearCertificateAuthorityData()
func (*ControlPlane) ClearServer ¶
func (x *ControlPlane) ClearServer()
func (*ControlPlane) GetCertificateAuthorityData ¶
func (x *ControlPlane) GetCertificateAuthorityData() []byte
func (*ControlPlane) GetServer ¶
func (x *ControlPlane) GetServer() string
func (*ControlPlane) HasCertificateAuthorityData ¶
func (x *ControlPlane) HasCertificateAuthorityData() bool
func (*ControlPlane) HasServer ¶
func (x *ControlPlane) HasServer() bool
func (*ControlPlane) ProtoMessage ¶
func (*ControlPlane) ProtoMessage()
func (*ControlPlane) ProtoReflect ¶
func (x *ControlPlane) ProtoReflect() protoreflect.Message
func (*ControlPlane) Reset ¶
func (x *ControlPlane) Reset()
func (*ControlPlane) SetCertificateAuthorityData ¶
func (x *ControlPlane) SetCertificateAuthorityData(v []byte)
func (*ControlPlane) SetServer ¶
func (x *ControlPlane) SetServer(v string)
func (*ControlPlane) String ¶
func (x *ControlPlane) String() string
type ControlPlane_builder ¶
type ControlPlane_builder struct {
Server *string
CertificateAuthorityData []byte
// contains filtered or unexported fields
}
func (ControlPlane_builder) Build ¶
func (b0 ControlPlane_builder) Build() *ControlPlane
type KubadmNodeJoin ¶
type KubadmNodeJoin struct {
// contains filtered or unexported fields
}
func (*KubadmNodeJoin) ClearMetadata ¶
func (x *KubadmNodeJoin) ClearMetadata()
func (*KubadmNodeJoin) ClearSpec ¶
func (x *KubadmNodeJoin) ClearSpec()
func (*KubadmNodeJoin) ClearStatus ¶
func (x *KubadmNodeJoin) ClearStatus()
func (*KubadmNodeJoin) GetMetadata ¶
func (x *KubadmNodeJoin) GetMetadata() *api.Metadata
func (*KubadmNodeJoin) GetSpec ¶
func (x *KubadmNodeJoin) GetSpec() *KubeadmNodeJoinSpec
func (*KubadmNodeJoin) GetStatus ¶
func (x *KubadmNodeJoin) GetStatus() *KubeadmNodeJoinStatus
func (*KubadmNodeJoin) HasMetadata ¶
func (x *KubadmNodeJoin) HasMetadata() bool
func (*KubadmNodeJoin) HasSpec ¶
func (x *KubadmNodeJoin) HasSpec() bool
func (*KubadmNodeJoin) HasStatus ¶
func (x *KubadmNodeJoin) HasStatus() bool
func (*KubadmNodeJoin) ProtoMessage ¶
func (*KubadmNodeJoin) ProtoMessage()
func (*KubadmNodeJoin) ProtoReflect ¶
func (x *KubadmNodeJoin) ProtoReflect() protoreflect.Message
func (*KubadmNodeJoin) Redact ¶
func (x *KubadmNodeJoin) Redact()
func (*KubadmNodeJoin) Reset ¶
func (x *KubadmNodeJoin) Reset()
func (*KubadmNodeJoin) SetMetadata ¶
func (x *KubadmNodeJoin) SetMetadata(v *api.Metadata)
func (*KubadmNodeJoin) SetSpec ¶
func (x *KubadmNodeJoin) SetSpec(v *KubeadmNodeJoinSpec)
func (*KubadmNodeJoin) SetStatus ¶
func (x *KubadmNodeJoin) SetStatus(v *KubeadmNodeJoinStatus)
func (*KubadmNodeJoin) String ¶
func (x *KubadmNodeJoin) String() string
type KubadmNodeJoin_builder ¶
type KubadmNodeJoin_builder struct {
Metadata *api.Metadata
Spec *KubeadmNodeJoinSpec
Status *KubeadmNodeJoinStatus
// contains filtered or unexported fields
}
func (KubadmNodeJoin_builder) Build ¶
func (b0 KubadmNodeJoin_builder) Build() *KubadmNodeJoin
type KubeadmNodeJoinSpec ¶
type KubeadmNodeJoinSpec struct {
// contains filtered or unexported fields
}
func (*KubeadmNodeJoinSpec) ClearControlPlane ¶
func (x *KubeadmNodeJoinSpec) ClearControlPlane()
func (*KubeadmNodeJoinSpec) ClearKubelet ¶
func (x *KubeadmNodeJoinSpec) ClearKubelet()
func (*KubeadmNodeJoinSpec) GetControlPlane ¶
func (x *KubeadmNodeJoinSpec) GetControlPlane() *ControlPlane
func (*KubeadmNodeJoinSpec) GetKubelet ¶
func (x *KubeadmNodeJoinSpec) GetKubelet() *Kubelet
func (*KubeadmNodeJoinSpec) HasControlPlane ¶
func (x *KubeadmNodeJoinSpec) HasControlPlane() bool
func (*KubeadmNodeJoinSpec) HasKubelet ¶
func (x *KubeadmNodeJoinSpec) HasKubelet() bool
func (*KubeadmNodeJoinSpec) ProtoMessage ¶
func (*KubeadmNodeJoinSpec) ProtoMessage()
func (*KubeadmNodeJoinSpec) ProtoReflect ¶
func (x *KubeadmNodeJoinSpec) ProtoReflect() protoreflect.Message
func (*KubeadmNodeJoinSpec) Reset ¶
func (x *KubeadmNodeJoinSpec) Reset()
func (*KubeadmNodeJoinSpec) SetControlPlane ¶
func (x *KubeadmNodeJoinSpec) SetControlPlane(v *ControlPlane)
func (*KubeadmNodeJoinSpec) SetKubelet ¶
func (x *KubeadmNodeJoinSpec) SetKubelet(v *Kubelet)
func (*KubeadmNodeJoinSpec) String ¶
func (x *KubeadmNodeJoinSpec) String() string
type KubeadmNodeJoinSpec_builder ¶
type KubeadmNodeJoinSpec_builder struct {
ControlPlane *ControlPlane
Kubelet *Kubelet
// contains filtered or unexported fields
}
func (KubeadmNodeJoinSpec_builder) Build ¶
func (b0 KubeadmNodeJoinSpec_builder) Build() *KubeadmNodeJoinSpec
type KubeadmNodeJoinStatus ¶
type KubeadmNodeJoinStatus struct {
// contains filtered or unexported fields
}
func (*KubeadmNodeJoinStatus) ProtoMessage ¶
func (*KubeadmNodeJoinStatus) ProtoMessage()
func (*KubeadmNodeJoinStatus) ProtoReflect ¶
func (x *KubeadmNodeJoinStatus) ProtoReflect() protoreflect.Message
func (*KubeadmNodeJoinStatus) Reset ¶
func (x *KubeadmNodeJoinStatus) Reset()
func (*KubeadmNodeJoinStatus) String ¶
func (x *KubeadmNodeJoinStatus) String() string
type KubeadmNodeJoinStatus_builder ¶
type KubeadmNodeJoinStatus_builder struct {
// contains filtered or unexported fields
}
func (KubeadmNodeJoinStatus_builder) Build ¶
func (b0 KubeadmNodeJoinStatus_builder) Build() *KubeadmNodeJoinStatus
type Kubelet ¶
type Kubelet struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*Kubelet) ClearBootstrapAuthInfo ¶
func (x *Kubelet) ClearBootstrapAuthInfo()
func (*Kubelet) ClearNodeIp ¶
func (x *Kubelet) ClearNodeIp()
func (*Kubelet) GetBootstrapAuthInfo ¶
func (x *Kubelet) GetBootstrapAuthInfo() *NodeAuthInfo
func (*Kubelet) GetNodeLabels ¶
func (*Kubelet) HasBootstrapAuthInfo ¶
func (*Kubelet) ProtoMessage ¶
func (*Kubelet) ProtoMessage()
func (*Kubelet) ProtoReflect ¶
func (x *Kubelet) ProtoReflect() protoreflect.Message
func (*Kubelet) SetBootstrapAuthInfo ¶
func (x *Kubelet) SetBootstrapAuthInfo(v *NodeAuthInfo)
func (*Kubelet) SetNodeLabels ¶
type Kubelet_builder ¶
type Kubelet_builder struct {
BootstrapAuthInfo *NodeAuthInfo
NodeLabels map[string]string
NodeIp *string
// contains filtered or unexported fields
}
func (Kubelet_builder) Build ¶
func (b0 Kubelet_builder) Build() *Kubelet
type NodeAuthInfo ¶
type NodeAuthInfo struct {
// contains filtered or unexported fields
}
func (*NodeAuthInfo) ClearAuthInfo ¶
func (x *NodeAuthInfo) ClearAuthInfo()
func (*NodeAuthInfo) ClearExec ¶
func (x *NodeAuthInfo) ClearExec()
func (*NodeAuthInfo) ClearToken ¶
func (x *NodeAuthInfo) ClearToken()
func (*NodeAuthInfo) GetExec ¶
func (x *NodeAuthInfo) GetExec() []byte
func (*NodeAuthInfo) GetToken ¶
func (x *NodeAuthInfo) GetToken() string
func (*NodeAuthInfo) HasAuthInfo ¶
func (x *NodeAuthInfo) HasAuthInfo() bool
func (*NodeAuthInfo) HasExec ¶
func (x *NodeAuthInfo) HasExec() bool
func (*NodeAuthInfo) HasToken ¶
func (x *NodeAuthInfo) HasToken() bool
func (*NodeAuthInfo) ProtoMessage ¶
func (*NodeAuthInfo) ProtoMessage()
func (*NodeAuthInfo) ProtoReflect ¶
func (x *NodeAuthInfo) ProtoReflect() protoreflect.Message
func (*NodeAuthInfo) Reset ¶
func (x *NodeAuthInfo) Reset()
func (*NodeAuthInfo) SetExec ¶
func (x *NodeAuthInfo) SetExec(v []byte)
func (*NodeAuthInfo) SetToken ¶
func (x *NodeAuthInfo) SetToken(v string)
func (*NodeAuthInfo) String ¶
func (x *NodeAuthInfo) String() string
func (*NodeAuthInfo) WhichAuthInfo ¶
func (x *NodeAuthInfo) WhichAuthInfo() case_NodeAuthInfo_AuthInfo
type NodeAuthInfo_builder ¶
type NodeAuthInfo_builder struct {
// Fields of oneof xxx_hidden_AuthInfo:
Token *string
Exec []byte
// contains filtered or unexported fields
}
func (NodeAuthInfo_builder) Build ¶
func (b0 NodeAuthInfo_builder) Build() *NodeAuthInfo
Click to show internal directories.
Click to hide internal directories.