Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1CommonClusterAdvancedConfig ¶
type VmwareTanzuManageV1alpha1CommonClusterAdvancedConfig struct { // The key of the advanced configuration parameters. Key string `json:"key,omitempty"` // The value of the advanced configuration parameters. Value string `json:"value,omitempty"` }
VmwareTanzuManageV1alpha1CommonClusterAdvancedConfig The advanced configuration for TKGm cluster.
swagger:model vmware.tanzu.manage.v1alpha1.common.cluster.AdvancedConfig
func (*VmwareTanzuManageV1alpha1CommonClusterAdvancedConfig) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1CommonClusterAdvancedConfig) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1CommonClusterAdvancedConfig) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1CommonClusterAdvancedConfig) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
Click to show internal directories.
Click to hide internal directories.