Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeManager ¶
KubeManager interface interact with kubernetes layer to extract required information
func NewKubeManager ¶
func NewKubeManager(client client.Client, subscriptionID string) KubeManager
type Manager ¶
type Manager interface { Get(ctx context.Context, subnetID string) (*mgmtnetwork.Subnet, error) GetAll(ctx context.Context, subnetIds []string) ([]*mgmtnetwork.Subnet, error) CreateOrUpdate(ctx context.Context, subnetID string, subnet *mgmtnetwork.Subnet) error }
func NewManager ¶
func NewManager(environment *azureclient.AROEnvironment, subscriptionID string, spAuthorizer autorest.Authorizer) Manager
Click to show internal directories.
Click to hide internal directories.