Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddonProfile ¶
type AddonProfile struct {
Metadata defsecTypes.Metadata
OMSAgent OMSAgent
}
type Container ¶
type Container struct {
KubernetesClusters []KubernetesCluster
}
type KubernetesCluster ¶
type KubernetesCluster struct {
Metadata defsecTypes.Metadata
NetworkProfile NetworkProfile
EnablePrivateCluster defsecTypes.BoolValue
APIServerAuthorizedIPRanges []defsecTypes.StringValue
AddonProfile AddonProfile
RoleBasedAccessControl RoleBasedAccessControl
}
type NetworkProfile ¶
type NetworkProfile struct {
Metadata defsecTypes.Metadata
NetworkPolicy defsecTypes.StringValue // "", "calico", "azure"
}
type OMSAgent ¶
type OMSAgent struct {
Metadata defsecTypes.Metadata
Enabled defsecTypes.BoolValue
}
type RoleBasedAccessControl ¶
type RoleBasedAccessControl struct {
Metadata defsecTypes.Metadata
Enabled defsecTypes.BoolValue
}
Click to show internal directories.
Click to hide internal directories.