Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmwareTanzuManageV1alpha1CommonPolicySpecCustomV1TargetKubernetesResources ¶
type VmwareTanzuManageV1alpha1CommonPolicySpecCustomV1TargetKubernetesResources struct { // APIGroup is a group containing the resource type, for example 'rbac.authorization.k8s.io', 'networking.k8s.io', 'extensions', ” (some resources like Namespace, Pod have empty apiGroup). // Required: true // Min Items: 1 APIGroups []string `json:"apiGroups"` // Kind is the name of the object schema (resource type), for example 'Namespace', 'Pod', 'Ingress' // Required: true // Min Items: 1 Kinds []string `json:"kinds"` }
VmwareTanzuManageV1alpha1CommonPolicySpecCustomV1TargetKubernetesResources TargetKubernetes Resources is a list of kubernetes api resources on which the policy will be enforced, identified using apiGroups and kinds.
swagger:model VmwareTanzuManageV1alpha1CommonPolicySpecCustomV1TargetKubernetesResources
func (*VmwareTanzuManageV1alpha1CommonPolicySpecCustomV1TargetKubernetesResources) MarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1CommonPolicySpecCustomV1TargetKubernetesResources) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation.
func (*VmwareTanzuManageV1alpha1CommonPolicySpecCustomV1TargetKubernetesResources) UnmarshalBinary ¶
func (m *VmwareTanzuManageV1alpha1CommonPolicySpecCustomV1TargetKubernetesResources) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation.
Click to show internal directories.
Click to hide internal directories.