Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagedClusterLabelsSpec ¶
type ManagedClusterLabelsSpec struct { ClusterName string `json:"clusterName"` Labels map[string]string `json:"labels"` DeletedLabelKeys []string `json:"deletedLabelKeys"` UpdateTimestamp time.Time `json:"updateTimestamp"` Version int64 `json:"version"` }
ManagedClusterLabelsSpec struct holds information for managed cluster labels.
type ManagedClusterLabelsSpecBundle ¶
type ManagedClusterLabelsSpecBundle struct { Objects []*ManagedClusterLabelsSpec `json:"objects"` LeafHubName string `json:"leafHubName"` }
ManagedClusterLabelsSpecBundle struct bundles ManagedClusterLabelsSpec objects.
Click to show internal directories.
Click to hide internal directories.