Documentation ¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigurationExtension ¶
type ConfigurationExtension struct { }
func (*ConfigurationExtension) GetExtendedResources ¶
func (extension *ConfigurationExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type DatabaseExtension ¶
type DatabaseExtension struct { }
func (*DatabaseExtension) GetExtendedResources ¶
func (extension *DatabaseExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type ServerExtension ¶
type ServerExtension struct { }
func (*ServerExtension) GetExtendedResources ¶
func (extension *ServerExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
func (*ServerExtension) RetrieveSecrets ¶
func (ext *ServerExtension) RetrieveSecrets( ctx context.Context, obj genruntime.ARMMetaObject, armClient *genericarmclient.GenericClient, log logr.Logger) ([]*v1.Secret, error)
RetrieveSecrets implements extensions.SecretsRetriever