container

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2023 License: MIT Imports: 1 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL