Documentation
¶
Index ¶
- Constants
- Variables
- type Environment
- func (env *Environment) AZLinuxNodeClass() *v1alpha2.AKSNodeClass
- func (env *Environment) AfterEach()
- func (env *Environment) BeforeEach()
- func (env *Environment) Cleanup()
- func (env *Environment) DefaultAKSNodeClass() *v1alpha2.AKSNodeClass
- func (env *Environment) EventuallyExpectKarpenterNicsToBeDeleted()
- func (env *Environment) ExpectCreatedInterface(networkInterface armnetwork.Interface)
- func (env *Environment) GetClusterSubnet() *armnetwork.Subnet
Constants ¶
View Source
const ( WindowsDefaultImage = "mcr.microsoft.com/oss/kubernetes/pause:3.9" CiliumAgentNotReadyTaint = "node.cilium.io/agent-not-ready" )
Variables ¶
View Source
var ( CleanableObjects = []client.Object{ &v1alpha2.AKSNodeClass{}, } )
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct { *common.Environment NodeResourceGroup string Region string SubscriptionID string VNETResourceGroup string ACRName string ClusterName string ClusterResourceGroup string VNETClient *armnetwork.VirtualNetworksClient InterfacesClient *armnetwork.InterfacesClient }
func NewEnvironment ¶
func NewEnvironment(t *testing.T) *Environment
func (*Environment) AZLinuxNodeClass ¶
func (env *Environment) AZLinuxNodeClass() *v1alpha2.AKSNodeClass
func (*Environment) AfterEach ¶
func (env *Environment) AfterEach()
func (*Environment) BeforeEach ¶
func (env *Environment) BeforeEach()
func (*Environment) Cleanup ¶
func (env *Environment) Cleanup()
func (*Environment) DefaultAKSNodeClass ¶
func (env *Environment) DefaultAKSNodeClass() *v1alpha2.AKSNodeClass
func (*Environment) EventuallyExpectKarpenterNicsToBeDeleted ¶ added in v0.7.3
func (env *Environment) EventuallyExpectKarpenterNicsToBeDeleted()
func (*Environment) ExpectCreatedInterface ¶ added in v0.7.3
func (env *Environment) ExpectCreatedInterface(networkInterface armnetwork.Interface)
func (*Environment) GetClusterSubnet ¶ added in v0.7.3
func (env *Environment) GetClusterSubnet() *armnetwork.Subnet
Click to show internal directories.
Click to hide internal directories.