Documentation ¶
Index ¶
- type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretFullName
- type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretGetSecretResponse
- type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretRequest
- type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretResponse
- type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret
- type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSpec
- type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretStatus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretFullName ¶
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretFullName struct { // Name of Cluster Group. ClusterGroupName string `json:"clusterGroupName,omitempty"` // Name of the Secret. Name string `json:"name,omitempty"` // Name of Namespace. NamespaceName string `json:"namespaceName,omitempty"` // ID of Organization. OrgID string `json:"orgId,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretFullName Full name of the Secret.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.namespace.secret.FullName
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretFullName) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretFullName) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretFullName) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretFullName) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretGetSecretResponse ¶
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretGetSecretResponse struct { // Secret returned. Secret *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret `json:"secret,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretGetSecretResponse Response from getting a Secret.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.namespace.secret.GetSecretResponse
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretGetSecretResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretGetSecretResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretGetSecretResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretGetSecretResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretRequest ¶
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretRequest struct { // Secret to create. Secret *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret `json:"secret,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretRequest Request to create a Secret.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.namespace.secret.CreateSecretRequest
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretRequest) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretRequest) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretResponse ¶
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretResponse struct { // Secret created. Secret *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret `json:"secret,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretResponse Response from creating a Secret.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.namespace.secret.CreateSecretResponse
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret ¶
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret struct { // Full name for the Secret. FullName *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretFullName `json:"fullName,omitempty"` // Metadata for the Secret object. Meta *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectMeta `json:"meta,omitempty"` // Spec for the Secret. Spec *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSpec `json:"spec,omitempty"` // Status for the Secret. Status *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretStatus `json:"status,omitempty"` // Metadata describing the type of the resource. Type *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectType `json:"type,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret Represents Tanzu Secret.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.namespace.secret.Secret
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSecret) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSpec ¶
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSpec struct { // Spec of secret as defined at atomic level. AtomicSpec *secretclustermodel.VmwareTanzuManageV1alpha1ClusterNamespaceSecretSpec `json:"atomicSpec,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSpec Spec of the Secret.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.namespace.secret.Spec
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSpec) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSpec) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSpec) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretSpec) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretStatus ¶
type VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretStatus struct { // Details contains information about the Cluster Group secret being applied on member Clusters. Details *statusmodel.VmwareTanzuManageV1alpha1CommonBatchDetails `json:"details,omitempty"` // Generation value at the time this status was updated. ObservedGeneration string `json:"observedGeneration,omitempty"` // Phase of the Cluster Group secret application on member Clusters. Phase *statusmodel.VmwareTanzuManageV1alpha1CommonBatchPhase `json:"phase,omitempty"` }
VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretStatus Status of Secret resource.
swagger:model vmware.tanzu.manage.v1alpha1.clustergroup.namespace.secret.Status
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretStatus) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretStatus) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretStatus) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClustergroupNamespaceSecretStatus) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.