Documentation ¶
Index ¶
- func ValidateOpenShiftClusterID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateSecretID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListCompleteResult
- type ListOperationResponse
- type OpenShiftClusterId
- type Secret
- type SecretId
- type SecretOperationPredicate
- type SecretProperties
- type SecretUpdate
- type SecretsClient
- func (c SecretsClient) CreateOrUpdate(ctx context.Context, id SecretId, input Secret) (result CreateOrUpdateOperationResponse, err error)
- func (c SecretsClient) Delete(ctx context.Context, id SecretId) (result DeleteOperationResponse, err error)
- func (c SecretsClient) Get(ctx context.Context, id SecretId) (result GetOperationResponse, err error)
- func (c SecretsClient) List(ctx context.Context, id OpenShiftClusterId) (result ListOperationResponse, err error)
- func (c SecretsClient) ListComplete(ctx context.Context, id OpenShiftClusterId) (ListCompleteResult, error)
- func (c SecretsClient) ListCompleteMatchingPredicate(ctx context.Context, id OpenShiftClusterId, predicate SecretOperationPredicate) (result ListCompleteResult, err error)
- func (c SecretsClient) Update(ctx context.Context, id SecretId, input SecretUpdate) (result UpdateOperationResponse, err error)
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateOpenShiftClusterID ¶
ValidateOpenShiftClusterID checks that 'input' can be parsed as a Open Shift Cluster ID
func ValidateSecretID ¶
ValidateSecretID checks that 'input' can be parsed as a Secret ID
Types ¶
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type ListCompleteResult ¶
type ListOperationResponse ¶
type OpenShiftClusterId ¶
type OpenShiftClusterId struct { SubscriptionId string ResourceGroupName string OpenShiftClusterName string }
OpenShiftClusterId is a struct representing the Resource ID for a Open Shift Cluster
func NewOpenShiftClusterID ¶
func NewOpenShiftClusterID(subscriptionId string, resourceGroupName string, openShiftClusterName string) OpenShiftClusterId
NewOpenShiftClusterID returns a new OpenShiftClusterId struct
func ParseOpenShiftClusterID ¶
func ParseOpenShiftClusterID(input string) (*OpenShiftClusterId, error)
ParseOpenShiftClusterID parses 'input' into a OpenShiftClusterId
func ParseOpenShiftClusterIDInsensitively ¶
func ParseOpenShiftClusterIDInsensitively(input string) (*OpenShiftClusterId, error)
ParseOpenShiftClusterIDInsensitively parses 'input' case-insensitively into a OpenShiftClusterId note: this method should only be used for API response data and not user input
func (*OpenShiftClusterId) FromParseResult ¶ added in v0.20231127.1171502
func (id *OpenShiftClusterId) FromParseResult(input resourceids.ParseResult) error
func (OpenShiftClusterId) ID ¶
func (id OpenShiftClusterId) ID() string
ID returns the formatted Open Shift Cluster ID
func (OpenShiftClusterId) Segments ¶
func (id OpenShiftClusterId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Open Shift Cluster ID
func (OpenShiftClusterId) String ¶
func (id OpenShiftClusterId) String() string
String returns a human-readable description of this Open Shift Cluster ID
type Secret ¶
type Secret struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *SecretProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type SecretId ¶
type SecretId struct { SubscriptionId string ResourceGroupName string OpenShiftClusterName string SecretName string }
SecretId is a struct representing the Resource ID for a Secret
func NewSecretID ¶
func NewSecretID(subscriptionId string, resourceGroupName string, openShiftClusterName string, secretName string) SecretId
NewSecretID returns a new SecretId struct
func ParseSecretID ¶
ParseSecretID parses 'input' into a SecretId
func ParseSecretIDInsensitively ¶
ParseSecretIDInsensitively parses 'input' case-insensitively into a SecretId note: this method should only be used for API response data and not user input
func (*SecretId) FromParseResult ¶ added in v0.20231127.1171502
func (id *SecretId) FromParseResult(input resourceids.ParseResult) error
func (SecretId) Segments ¶
func (id SecretId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Secret ID
type SecretOperationPredicate ¶
func (SecretOperationPredicate) Matches ¶
func (p SecretOperationPredicate) Matches(input Secret) bool
type SecretProperties ¶
type SecretProperties struct {
SecretResources *string `json:"secretResources,omitempty"`
}
type SecretUpdate ¶
type SecretUpdate struct { Properties *SecretProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` }
type SecretsClient ¶
type SecretsClient struct {
Client *resourcemanager.Client
}
func NewSecretsClientWithBaseURI ¶
func NewSecretsClientWithBaseURI(sdkApi sdkEnv.Api) (*SecretsClient, error)
func (SecretsClient) CreateOrUpdate ¶
func (c SecretsClient) CreateOrUpdate(ctx context.Context, id SecretId, input Secret) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (SecretsClient) Delete ¶
func (c SecretsClient) Delete(ctx context.Context, id SecretId) (result DeleteOperationResponse, err error)
Delete ...
func (SecretsClient) Get ¶
func (c SecretsClient) Get(ctx context.Context, id SecretId) (result GetOperationResponse, err error)
Get ...
func (SecretsClient) List ¶
func (c SecretsClient) List(ctx context.Context, id OpenShiftClusterId) (result ListOperationResponse, err error)
List ...
func (SecretsClient) ListComplete ¶
func (c SecretsClient) ListComplete(ctx context.Context, id OpenShiftClusterId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (SecretsClient) ListCompleteMatchingPredicate ¶
func (c SecretsClient) ListCompleteMatchingPredicate(ctx context.Context, id OpenShiftClusterId, predicate SecretOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SecretsClient) Update ¶
func (c SecretsClient) Update(ctx context.Context, id SecretId, input SecretUpdate) (result UpdateOperationResponse, err error)
Update ...