Documentation ¶
Index ¶
- type VmwareTanzuManageV1alpha1ClusterNamespaceGetSecretExportResponse
- type VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport
- type VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportRequest
- type VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportResponse
- type VmwareTanzuManageV1alpha1ClusterNamespaceSecretexportFullName
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1ClusterNamespaceGetSecretExportResponse ¶
type VmwareTanzuManageV1alpha1ClusterNamespaceGetSecretExportResponse struct { // SecretExport returned. SecretExport *VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport `json:"secretExport,omitempty"` }
VmwareTanzuManageV1alpha1ClusterNamespaceGetSecretExportResponse Response from getting a SecretExport.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.namespace.secretexport.GetSecretExportResponse
func (*VmwareTanzuManageV1alpha1ClusterNamespaceGetSecretExportResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceGetSecretExportResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterNamespaceGetSecretExportResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceGetSecretExportResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport ¶
type VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport struct { // Full name for the Secret Export. FullName *VmwareTanzuManageV1alpha1ClusterNamespaceSecretexportFullName `json:"fullName,omitempty"` // Metadata for the Secret Export object. Meta *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectMeta `json:"meta,omitempty"` // Status for the Secret Export. Status *statusmodel.VmwareTanzuManageV1alpha1ClusterNamespaceStatus `json:"status,omitempty"` // Metadata describing the type of the resource. Type *objectmetamodel.VmwareTanzuCoreV1alpha1ObjectType `json:"type,omitempty"` }
VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport Represents Tanzu Secret Export.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.namespace.secretexport.SecretExport
func (*VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportRequest ¶
type VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportRequest struct { // SecretExport to create. SecretExport *VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport `json:"secretExport,omitempty"` }
VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportRequest Request to create a SecretExport.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.namespace.secretexport.CreateSecretExportRequest
func (*VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportRequest) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportRequest) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportResponse ¶
type VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportResponse struct { // SecretExport created. SecretExport *VmwareTanzuManageV1alpha1ClusterNamespaceSecretExport `json:"secretExport,omitempty"` }
VmwareTanzuManageV1alpha1ClusterNamespaceSecretexportCreateSecretExportResponse Response from creating a SecretExport.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.namespace.secretexport.CreateSecretExportResponse
func (*VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportResponse) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportResponse) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceSecretExportResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
type VmwareTanzuManageV1alpha1ClusterNamespaceSecretexportFullName ¶
type VmwareTanzuManageV1alpha1ClusterNamespaceSecretexportFullName struct { // Name of Cluster. ClusterName string `json:"clusterName,omitempty"` // Name of management cluster. ManagementClusterName string `json:"managementClusterName,omitempty"` // Name of the Secret Export (expected to share the same 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"` // Name of Provisioner. ProvisionerName string `json:"provisionerName,omitempty"` }
VmwareTanzuManageV1alpha1ClusterNamespaceSecretexportFullName Full name of the Secret Export.
swagger:model vmware.tanzu.manage.v1alpha1.cluster.namespace.secretexport.FullName
func (*VmwareTanzuManageV1alpha1ClusterNamespaceSecretexportFullName) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceSecretexportFullName) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1ClusterNamespaceSecretexportFullName) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1ClusterNamespaceSecretexportFullName) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.