Documentation ¶
Index ¶
- func APIServiceInstanceMerge(f APIServiceInstanceMergeFunc) v1.UpdateOption
- func APIServiceMerge(f APIServiceMergeFunc) v1.UpdateOption
- func APIServiceRevisionMerge(f APIServiceRevisionMergeFunc) v1.UpdateOption
- func APISpecLintingJobMerge(f APISpecLintingJobMergeFunc) v1.UpdateOption
- func APISpecLintingRulesetMerge(f APISpecLintingRulesetMergeFunc) v1.UpdateOption
- func AccessControlListMerge(f AccessControlListMergeFunc) v1.UpdateOption
- func AccessRequestDefinitionMerge(f AccessRequestDefinitionMergeFunc) v1.UpdateOption
- func AccessRequestMerge(f AccessRequestMergeFunc) v1.UpdateOption
- func AssetMappingMerge(f AssetMappingMergeFunc) v1.UpdateOption
- func AssetMappingTemplateMerge(f AssetMappingTemplateMergeFunc) v1.UpdateOption
- func BatchJobMerge(f BatchJobMergeFunc) v1.UpdateOption
- func CredentialMerge(f CredentialMergeFunc) v1.UpdateOption
- func CredentialRequestDefinitionMerge(f CredentialRequestDefinitionMergeFunc) v1.UpdateOption
- func DataplaneMerge(f DataplaneMergeFunc) v1.UpdateOption
- func DataplaneSecretMerge(f DataplaneSecretMergeFunc) v1.UpdateOption
- func DiscoveryAgentMerge(f DiscoveryAgentMergeFunc) v1.UpdateOption
- func EnvironmentMerge(f EnvironmentMergeFunc) v1.UpdateOption
- func IdentityProviderMerge(f IdentityProviderMergeFunc) v1.UpdateOption
- func IdentityProviderSecretMerge(f IdentityProviderSecretMergeFunc) v1.UpdateOption
- func IntegrationMerge(f IntegrationMergeFunc) v1.UpdateOption
- func ManagedApplicationMerge(f ManagedApplicationMergeFunc) v1.UpdateOption
- func ResourceHookMerge(f ResourceHookMergeFunc) v1.UpdateOption
- func SecretMerge(f SecretMergeFunc) v1.UpdateOption
- func TraceabilityAgentMerge(f TraceabilityAgentMergeFunc) v1.UpdateOption
- func WatchTopicMerge(f WatchTopicMergeFunc) v1.UpdateOption
- func WebhookMerge(f WebhookMergeFunc) v1.UpdateOption
- type APIServiceClient
- func (c *APIServiceClient) Create(res *m.APIService, opts ...v1.CreateOption) (*m.APIService, error)
- func (c *APIServiceClient) Delete(res *m.APIService) error
- func (c *APIServiceClient) Get(name string) (*m.APIService, error)
- func (c *APIServiceClient) List(options ...v1.ListOptions) ([]*m.APIService, error)
- func (c *APIServiceClient) Update(res *m.APIService, opts ...v1.UpdateOption) (*m.APIService, error)
- type APIServiceInstanceClient
- func (c *APIServiceInstanceClient) Create(res *m.APIServiceInstance, opts ...v1.CreateOption) (*m.APIServiceInstance, error)
- func (c *APIServiceInstanceClient) Delete(res *m.APIServiceInstance) error
- func (c *APIServiceInstanceClient) Get(name string) (*m.APIServiceInstance, error)
- func (c *APIServiceInstanceClient) List(options ...v1.ListOptions) ([]*m.APIServiceInstance, error)
- func (c *APIServiceInstanceClient) Update(res *m.APIServiceInstance, opts ...v1.UpdateOption) (*m.APIServiceInstance, error)
- type APIServiceInstanceMergeFunc
- type APIServiceMergeFunc
- type APIServiceRevisionClient
- func (c *APIServiceRevisionClient) Create(res *m.APIServiceRevision, opts ...v1.CreateOption) (*m.APIServiceRevision, error)
- func (c *APIServiceRevisionClient) Delete(res *m.APIServiceRevision) error
- func (c *APIServiceRevisionClient) Get(name string) (*m.APIServiceRevision, error)
- func (c *APIServiceRevisionClient) List(options ...v1.ListOptions) ([]*m.APIServiceRevision, error)
- func (c *APIServiceRevisionClient) Update(res *m.APIServiceRevision, opts ...v1.UpdateOption) (*m.APIServiceRevision, error)
- type APIServiceRevisionMergeFunc
- type APISpecLintingJobClient
- func (c *APISpecLintingJobClient) Create(res *m.APISpecLintingJob, opts ...v1.CreateOption) (*m.APISpecLintingJob, error)
- func (c *APISpecLintingJobClient) Delete(res *m.APISpecLintingJob) error
- func (c *APISpecLintingJobClient) Get(name string) (*m.APISpecLintingJob, error)
- func (c *APISpecLintingJobClient) List(options ...v1.ListOptions) ([]*m.APISpecLintingJob, error)
- func (c *APISpecLintingJobClient) Update(res *m.APISpecLintingJob, opts ...v1.UpdateOption) (*m.APISpecLintingJob, error)
- type APISpecLintingJobMergeFunc
- type APISpecLintingRulesetClient
- func (c *APISpecLintingRulesetClient) Create(res *m.APISpecLintingRuleset, opts ...v1.CreateOption) (*m.APISpecLintingRuleset, error)
- func (c *APISpecLintingRulesetClient) Delete(res *m.APISpecLintingRuleset) error
- func (c *APISpecLintingRulesetClient) Get(name string) (*m.APISpecLintingRuleset, error)
- func (c *APISpecLintingRulesetClient) List(options ...v1.ListOptions) ([]*m.APISpecLintingRuleset, error)
- func (c *APISpecLintingRulesetClient) Update(res *m.APISpecLintingRuleset, opts ...v1.UpdateOption) (*m.APISpecLintingRuleset, error)
- type APISpecLintingRulesetMergeFunc
- type AccessControlListClient
- func (c *AccessControlListClient) Create(res *m.AccessControlList, opts ...v1.CreateOption) (*m.AccessControlList, error)
- func (c *AccessControlListClient) Delete(res *m.AccessControlList) error
- func (c *AccessControlListClient) Get(name string) (*m.AccessControlList, error)
- func (c *AccessControlListClient) List(options ...v1.ListOptions) ([]*m.AccessControlList, error)
- func (c *AccessControlListClient) Update(res *m.AccessControlList, opts ...v1.UpdateOption) (*m.AccessControlList, error)
- type AccessControlListMergeFunc
- type AccessRequestClient
- func (c *AccessRequestClient) Create(res *m.AccessRequest, opts ...v1.CreateOption) (*m.AccessRequest, error)
- func (c *AccessRequestClient) Delete(res *m.AccessRequest) error
- func (c *AccessRequestClient) Get(name string) (*m.AccessRequest, error)
- func (c *AccessRequestClient) List(options ...v1.ListOptions) ([]*m.AccessRequest, error)
- func (c *AccessRequestClient) Update(res *m.AccessRequest, opts ...v1.UpdateOption) (*m.AccessRequest, error)
- type AccessRequestDefinitionClient
- func (c *AccessRequestDefinitionClient) Create(res *m.AccessRequestDefinition, opts ...v1.CreateOption) (*m.AccessRequestDefinition, error)
- func (c *AccessRequestDefinitionClient) Delete(res *m.AccessRequestDefinition) error
- func (c *AccessRequestDefinitionClient) Get(name string) (*m.AccessRequestDefinition, error)
- func (c *AccessRequestDefinitionClient) List(options ...v1.ListOptions) ([]*m.AccessRequestDefinition, error)
- func (c *AccessRequestDefinitionClient) Update(res *m.AccessRequestDefinition, opts ...v1.UpdateOption) (*m.AccessRequestDefinition, error)
- type AccessRequestDefinitionMergeFunc
- type AccessRequestMergeFunc
- type AssetMappingClient
- func (c *AssetMappingClient) Create(res *m.AssetMapping, opts ...v1.CreateOption) (*m.AssetMapping, error)
- func (c *AssetMappingClient) Delete(res *m.AssetMapping) error
- func (c *AssetMappingClient) Get(name string) (*m.AssetMapping, error)
- func (c *AssetMappingClient) List(options ...v1.ListOptions) ([]*m.AssetMapping, error)
- func (c *AssetMappingClient) Update(res *m.AssetMapping, opts ...v1.UpdateOption) (*m.AssetMapping, error)
- type AssetMappingMergeFunc
- type AssetMappingTemplateClient
- func (c *AssetMappingTemplateClient) Create(res *m.AssetMappingTemplate, opts ...v1.CreateOption) (*m.AssetMappingTemplate, error)
- func (c *AssetMappingTemplateClient) Delete(res *m.AssetMappingTemplate) error
- func (c *AssetMappingTemplateClient) Get(name string) (*m.AssetMappingTemplate, error)
- func (c *AssetMappingTemplateClient) List(options ...v1.ListOptions) ([]*m.AssetMappingTemplate, error)
- func (c *AssetMappingTemplateClient) Update(res *m.AssetMappingTemplate, opts ...v1.UpdateOption) (*m.AssetMappingTemplate, error)
- type AssetMappingTemplateMergeFunc
- type BatchJobClient
- func (c *BatchJobClient) Create(res *m.BatchJob, opts ...v1.CreateOption) (*m.BatchJob, error)
- func (c *BatchJobClient) Delete(res *m.BatchJob) error
- func (c *BatchJobClient) Get(name string) (*m.BatchJob, error)
- func (c *BatchJobClient) List(options ...v1.ListOptions) ([]*m.BatchJob, error)
- func (c *BatchJobClient) Update(res *m.BatchJob, opts ...v1.UpdateOption) (*m.BatchJob, error)
- type BatchJobMergeFunc
- type CredentialClient
- func (c *CredentialClient) Create(res *m.Credential, opts ...v1.CreateOption) (*m.Credential, error)
- func (c *CredentialClient) Delete(res *m.Credential) error
- func (c *CredentialClient) Get(name string) (*m.Credential, error)
- func (c *CredentialClient) List(options ...v1.ListOptions) ([]*m.Credential, error)
- func (c *CredentialClient) Update(res *m.Credential, opts ...v1.UpdateOption) (*m.Credential, error)
- type CredentialMergeFunc
- type CredentialRequestDefinitionClient
- func (c *CredentialRequestDefinitionClient) Create(res *m.CredentialRequestDefinition, opts ...v1.CreateOption) (*m.CredentialRequestDefinition, error)
- func (c *CredentialRequestDefinitionClient) Delete(res *m.CredentialRequestDefinition) error
- func (c *CredentialRequestDefinitionClient) Get(name string) (*m.CredentialRequestDefinition, error)
- func (c *CredentialRequestDefinitionClient) List(options ...v1.ListOptions) ([]*m.CredentialRequestDefinition, error)
- func (c *CredentialRequestDefinitionClient) Update(res *m.CredentialRequestDefinition, opts ...v1.UpdateOption) (*m.CredentialRequestDefinition, error)
- type CredentialRequestDefinitionMergeFunc
- type DataplaneClient
- func (c *DataplaneClient) Create(res *m.Dataplane, opts ...v1.CreateOption) (*m.Dataplane, error)
- func (c *DataplaneClient) Delete(res *m.Dataplane) error
- func (c *DataplaneClient) Get(name string) (*m.Dataplane, error)
- func (c *DataplaneClient) List(options ...v1.ListOptions) ([]*m.Dataplane, error)
- func (c *DataplaneClient) Update(res *m.Dataplane, opts ...v1.UpdateOption) (*m.Dataplane, error)
- type DataplaneMergeFunc
- type DataplaneSecretClient
- func (c *DataplaneSecretClient) Create(res *m.DataplaneSecret, opts ...v1.CreateOption) (*m.DataplaneSecret, error)
- func (c *DataplaneSecretClient) Delete(res *m.DataplaneSecret) error
- func (c *DataplaneSecretClient) Get(name string) (*m.DataplaneSecret, error)
- func (c *DataplaneSecretClient) List(options ...v1.ListOptions) ([]*m.DataplaneSecret, error)
- func (c *DataplaneSecretClient) Update(res *m.DataplaneSecret, opts ...v1.UpdateOption) (*m.DataplaneSecret, error)
- type DataplaneSecretMergeFunc
- type DiscoveryAgentClient
- func (c *DiscoveryAgentClient) Create(res *m.DiscoveryAgent, opts ...v1.CreateOption) (*m.DiscoveryAgent, error)
- func (c *DiscoveryAgentClient) Delete(res *m.DiscoveryAgent) error
- func (c *DiscoveryAgentClient) Get(name string) (*m.DiscoveryAgent, error)
- func (c *DiscoveryAgentClient) List(options ...v1.ListOptions) ([]*m.DiscoveryAgent, error)
- func (c *DiscoveryAgentClient) Update(res *m.DiscoveryAgent, opts ...v1.UpdateOption) (*m.DiscoveryAgent, error)
- type DiscoveryAgentMergeFunc
- type EnvironmentClient
- func (c *EnvironmentClient) Create(res *m.Environment, opts ...v1.CreateOption) (*m.Environment, error)
- func (c *EnvironmentClient) Delete(res *m.Environment) error
- func (c *EnvironmentClient) Get(name string) (*m.Environment, error)
- func (c *EnvironmentClient) List(options ...v1.ListOptions) ([]*m.Environment, error)
- func (c *EnvironmentClient) Update(res *m.Environment, opts ...v1.UpdateOption) (*m.Environment, error)
- type EnvironmentMergeFunc
- type IdentityProviderClient
- func (c *IdentityProviderClient) Create(res *m.IdentityProvider, opts ...v1.CreateOption) (*m.IdentityProvider, error)
- func (c *IdentityProviderClient) Delete(res *m.IdentityProvider) error
- func (c *IdentityProviderClient) Get(name string) (*m.IdentityProvider, error)
- func (c *IdentityProviderClient) List(options ...v1.ListOptions) ([]*m.IdentityProvider, error)
- func (c *IdentityProviderClient) Update(res *m.IdentityProvider, opts ...v1.UpdateOption) (*m.IdentityProvider, error)
- type IdentityProviderMergeFunc
- type IdentityProviderSecretClient
- func (c *IdentityProviderSecretClient) Create(res *m.IdentityProviderSecret, opts ...v1.CreateOption) (*m.IdentityProviderSecret, error)
- func (c *IdentityProviderSecretClient) Delete(res *m.IdentityProviderSecret) error
- func (c *IdentityProviderSecretClient) Get(name string) (*m.IdentityProviderSecret, error)
- func (c *IdentityProviderSecretClient) List(options ...v1.ListOptions) ([]*m.IdentityProviderSecret, error)
- func (c *IdentityProviderSecretClient) Update(res *m.IdentityProviderSecret, opts ...v1.UpdateOption) (*m.IdentityProviderSecret, error)
- type IdentityProviderSecretMergeFunc
- type IntegrationClient
- func (c *IntegrationClient) Create(res *m.Integration, opts ...v1.CreateOption) (*m.Integration, error)
- func (c *IntegrationClient) Delete(res *m.Integration) error
- func (c *IntegrationClient) Get(name string) (*m.Integration, error)
- func (c *IntegrationClient) List(options ...v1.ListOptions) ([]*m.Integration, error)
- func (c *IntegrationClient) Update(res *m.Integration, opts ...v1.UpdateOption) (*m.Integration, error)
- type IntegrationMergeFunc
- type ManagedApplicationClient
- func (c *ManagedApplicationClient) Create(res *m.ManagedApplication, opts ...v1.CreateOption) (*m.ManagedApplication, error)
- func (c *ManagedApplicationClient) Delete(res *m.ManagedApplication) error
- func (c *ManagedApplicationClient) Get(name string) (*m.ManagedApplication, error)
- func (c *ManagedApplicationClient) List(options ...v1.ListOptions) ([]*m.ManagedApplication, error)
- func (c *ManagedApplicationClient) Update(res *m.ManagedApplication, opts ...v1.UpdateOption) (*m.ManagedApplication, error)
- type ManagedApplicationMergeFunc
- type ResourceHookClient
- func (c *ResourceHookClient) Create(res *m.ResourceHook, opts ...v1.CreateOption) (*m.ResourceHook, error)
- func (c *ResourceHookClient) Delete(res *m.ResourceHook) error
- func (c *ResourceHookClient) Get(name string) (*m.ResourceHook, error)
- func (c *ResourceHookClient) List(options ...v1.ListOptions) ([]*m.ResourceHook, error)
- func (c *ResourceHookClient) Update(res *m.ResourceHook, opts ...v1.UpdateOption) (*m.ResourceHook, error)
- type ResourceHookMergeFunc
- type SecretClient
- func (c *SecretClient) Create(res *m.Secret, opts ...v1.CreateOption) (*m.Secret, error)
- func (c *SecretClient) Delete(res *m.Secret) error
- func (c *SecretClient) Get(name string) (*m.Secret, error)
- func (c *SecretClient) List(options ...v1.ListOptions) ([]*m.Secret, error)
- func (c *SecretClient) Update(res *m.Secret, opts ...v1.UpdateOption) (*m.Secret, error)
- type SecretMergeFunc
- type TraceabilityAgentClient
- func (c *TraceabilityAgentClient) Create(res *m.TraceabilityAgent, opts ...v1.CreateOption) (*m.TraceabilityAgent, error)
- func (c *TraceabilityAgentClient) Delete(res *m.TraceabilityAgent) error
- func (c *TraceabilityAgentClient) Get(name string) (*m.TraceabilityAgent, error)
- func (c *TraceabilityAgentClient) List(options ...v1.ListOptions) ([]*m.TraceabilityAgent, error)
- func (c *TraceabilityAgentClient) Update(res *m.TraceabilityAgent, opts ...v1.UpdateOption) (*m.TraceabilityAgent, error)
- type TraceabilityAgentMergeFunc
- type UnscopedAPIServiceClient
- type UnscopedAPIServiceInstanceClient
- func (c *UnscopedAPIServiceInstanceClient) Get(name string) (*m.APIServiceInstance, error)
- func (c *UnscopedAPIServiceInstanceClient) Update(res *m.APIServiceInstance, opts ...v1.UpdateOption) (*m.APIServiceInstance, error)
- func (c *UnscopedAPIServiceInstanceClient) WithScope(scope string) *APIServiceInstanceClient
- type UnscopedAPIServiceRevisionClient
- func (c *UnscopedAPIServiceRevisionClient) Get(name string) (*m.APIServiceRevision, error)
- func (c *UnscopedAPIServiceRevisionClient) Update(res *m.APIServiceRevision, opts ...v1.UpdateOption) (*m.APIServiceRevision, error)
- func (c *UnscopedAPIServiceRevisionClient) WithScope(scope string) *APIServiceRevisionClient
- type UnscopedAPISpecLintingJobClient
- func (c *UnscopedAPISpecLintingJobClient) Get(name string) (*m.APISpecLintingJob, error)
- func (c *UnscopedAPISpecLintingJobClient) Update(res *m.APISpecLintingJob, opts ...v1.UpdateOption) (*m.APISpecLintingJob, error)
- func (c *UnscopedAPISpecLintingJobClient) WithScope(scope string) *APISpecLintingJobClient
- type UnscopedAccessControlListClient
- func (c *UnscopedAccessControlListClient) Get(name string) (*m.AccessControlList, error)
- func (c *UnscopedAccessControlListClient) Update(res *m.AccessControlList, opts ...v1.UpdateOption) (*m.AccessControlList, error)
- func (c *UnscopedAccessControlListClient) WithScope(scope string) *AccessControlListClient
- type UnscopedAccessRequestClient
- type UnscopedAccessRequestDefinitionClient
- func (c *UnscopedAccessRequestDefinitionClient) Get(name string) (*m.AccessRequestDefinition, error)
- func (c *UnscopedAccessRequestDefinitionClient) Update(res *m.AccessRequestDefinition, opts ...v1.UpdateOption) (*m.AccessRequestDefinition, error)
- func (c *UnscopedAccessRequestDefinitionClient) WithScope(scope string) *AccessRequestDefinitionClient
- type UnscopedAssetMappingClient
- type UnscopedAssetMappingTemplateClient
- func (c *UnscopedAssetMappingTemplateClient) Get(name string) (*m.AssetMappingTemplate, error)
- func (c *UnscopedAssetMappingTemplateClient) Update(res *m.AssetMappingTemplate, opts ...v1.UpdateOption) (*m.AssetMappingTemplate, error)
- func (c *UnscopedAssetMappingTemplateClient) WithScope(scope string) *AssetMappingTemplateClient
- type UnscopedBatchJobClient
- type UnscopedCredentialClient
- type UnscopedCredentialRequestDefinitionClient
- func (c *UnscopedCredentialRequestDefinitionClient) Get(name string) (*m.CredentialRequestDefinition, error)
- func (c *UnscopedCredentialRequestDefinitionClient) Update(res *m.CredentialRequestDefinition, opts ...v1.UpdateOption) (*m.CredentialRequestDefinition, error)
- func (c *UnscopedCredentialRequestDefinitionClient) WithScope(scope string) *CredentialRequestDefinitionClient
- type UnscopedDataplaneClient
- type UnscopedDataplaneSecretClient
- type UnscopedDiscoveryAgentClient
- type UnscopedIdentityProviderSecretClient
- func (c *UnscopedIdentityProviderSecretClient) Get(name string) (*m.IdentityProviderSecret, error)
- func (c *UnscopedIdentityProviderSecretClient) Update(res *m.IdentityProviderSecret, opts ...v1.UpdateOption) (*m.IdentityProviderSecret, error)
- func (c *UnscopedIdentityProviderSecretClient) WithScope(scope string) *IdentityProviderSecretClient
- type UnscopedManagedApplicationClient
- func (c *UnscopedManagedApplicationClient) Get(name string) (*m.ManagedApplication, error)
- func (c *UnscopedManagedApplicationClient) Update(res *m.ManagedApplication, opts ...v1.UpdateOption) (*m.ManagedApplication, error)
- func (c *UnscopedManagedApplicationClient) WithScope(scope string) *ManagedApplicationClient
- type UnscopedResourceHookClient
- type UnscopedSecretClient
- type UnscopedTraceabilityAgentClient
- func (c *UnscopedTraceabilityAgentClient) Get(name string) (*m.TraceabilityAgent, error)
- func (c *UnscopedTraceabilityAgentClient) Update(res *m.TraceabilityAgent, opts ...v1.UpdateOption) (*m.TraceabilityAgent, error)
- func (c *UnscopedTraceabilityAgentClient) WithScope(scope string) *TraceabilityAgentClient
- type UnscopedWebhookClient
- type WatchTopicClient
- func (c *WatchTopicClient) Create(res *m.WatchTopic, opts ...v1.CreateOption) (*m.WatchTopic, error)
- func (c *WatchTopicClient) Delete(res *m.WatchTopic) error
- func (c *WatchTopicClient) Get(name string) (*m.WatchTopic, error)
- func (c *WatchTopicClient) List(options ...v1.ListOptions) ([]*m.WatchTopic, error)
- func (c *WatchTopicClient) Update(res *m.WatchTopic, opts ...v1.UpdateOption) (*m.WatchTopic, error)
- type WatchTopicMergeFunc
- type WebhookClient
- func (c *WebhookClient) Create(res *m.Webhook, opts ...v1.CreateOption) (*m.Webhook, error)
- func (c *WebhookClient) Delete(res *m.Webhook) error
- func (c *WebhookClient) Get(name string) (*m.Webhook, error)
- func (c *WebhookClient) List(options ...v1.ListOptions) ([]*m.Webhook, error)
- func (c *WebhookClient) Update(res *m.Webhook, opts ...v1.UpdateOption) (*m.Webhook, error)
- type WebhookMergeFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIServiceInstanceMerge ¶
func APIServiceInstanceMerge(f APIServiceInstanceMergeFunc) v1.UpdateOption
APIServiceInstanceMerge builds a merge option for an update operation
func APIServiceMerge ¶
func APIServiceMerge(f APIServiceMergeFunc) v1.UpdateOption
APIServiceMerge builds a merge option for an update operation
func APIServiceRevisionMerge ¶
func APIServiceRevisionMerge(f APIServiceRevisionMergeFunc) v1.UpdateOption
APIServiceRevisionMerge builds a merge option for an update operation
func APISpecLintingJobMerge ¶ added in v1.1.52
func APISpecLintingJobMerge(f APISpecLintingJobMergeFunc) v1.UpdateOption
APISpecLintingJobMerge builds a merge option for an update operation
func APISpecLintingRulesetMerge ¶ added in v1.1.52
func APISpecLintingRulesetMerge(f APISpecLintingRulesetMergeFunc) v1.UpdateOption
APISpecLintingRulesetMerge builds a merge option for an update operation
func AccessControlListMerge ¶
func AccessControlListMerge(f AccessControlListMergeFunc) v1.UpdateOption
AccessControlListMerge builds a merge option for an update operation
func AccessRequestDefinitionMerge ¶
func AccessRequestDefinitionMerge(f AccessRequestDefinitionMergeFunc) v1.UpdateOption
AccessRequestDefinitionMerge builds a merge option for an update operation
func AccessRequestMerge ¶
func AccessRequestMerge(f AccessRequestMergeFunc) v1.UpdateOption
AccessRequestMerge builds a merge option for an update operation
func AssetMappingMerge ¶
func AssetMappingMerge(f AssetMappingMergeFunc) v1.UpdateOption
AssetMappingMerge builds a merge option for an update operation
func AssetMappingTemplateMerge ¶
func AssetMappingTemplateMerge(f AssetMappingTemplateMergeFunc) v1.UpdateOption
AssetMappingTemplateMerge builds a merge option for an update operation
func BatchJobMerge ¶ added in v1.1.52
func BatchJobMerge(f BatchJobMergeFunc) v1.UpdateOption
BatchJobMerge builds a merge option for an update operation
func CredentialMerge ¶
func CredentialMerge(f CredentialMergeFunc) v1.UpdateOption
CredentialMerge builds a merge option for an update operation
func CredentialRequestDefinitionMerge ¶
func CredentialRequestDefinitionMerge(f CredentialRequestDefinitionMergeFunc) v1.UpdateOption
CredentialRequestDefinitionMerge builds a merge option for an update operation
func DataplaneMerge ¶ added in v1.1.49
func DataplaneMerge(f DataplaneMergeFunc) v1.UpdateOption
DataplaneMerge builds a merge option for an update operation
func DataplaneSecretMerge ¶ added in v1.1.49
func DataplaneSecretMerge(f DataplaneSecretMergeFunc) v1.UpdateOption
DataplaneSecretMerge builds a merge option for an update operation
func DiscoveryAgentMerge ¶
func DiscoveryAgentMerge(f DiscoveryAgentMergeFunc) v1.UpdateOption
DiscoveryAgentMerge builds a merge option for an update operation
func EnvironmentMerge ¶
func EnvironmentMerge(f EnvironmentMergeFunc) v1.UpdateOption
EnvironmentMerge builds a merge option for an update operation
func IdentityProviderMerge ¶ added in v1.1.91
func IdentityProviderMerge(f IdentityProviderMergeFunc) v1.UpdateOption
IdentityProviderMerge builds a merge option for an update operation
func IdentityProviderSecretMerge ¶ added in v1.1.91
func IdentityProviderSecretMerge(f IdentityProviderSecretMergeFunc) v1.UpdateOption
IdentityProviderSecretMerge builds a merge option for an update operation
func IntegrationMerge ¶
func IntegrationMerge(f IntegrationMergeFunc) v1.UpdateOption
IntegrationMerge builds a merge option for an update operation
func ManagedApplicationMerge ¶
func ManagedApplicationMerge(f ManagedApplicationMergeFunc) v1.UpdateOption
ManagedApplicationMerge builds a merge option for an update operation
func ResourceHookMerge ¶
func ResourceHookMerge(f ResourceHookMergeFunc) v1.UpdateOption
ResourceHookMerge builds a merge option for an update operation
func SecretMerge ¶
func SecretMerge(f SecretMergeFunc) v1.UpdateOption
SecretMerge builds a merge option for an update operation
func TraceabilityAgentMerge ¶
func TraceabilityAgentMerge(f TraceabilityAgentMergeFunc) v1.UpdateOption
TraceabilityAgentMerge builds a merge option for an update operation
func WatchTopicMerge ¶
func WatchTopicMerge(f WatchTopicMergeFunc) v1.UpdateOption
WatchTopicMerge builds a merge option for an update operation
func WebhookMerge ¶
func WebhookMerge(f WebhookMergeFunc) v1.UpdateOption
WebhookMerge builds a merge option for an update operation
Types ¶
type APIServiceClient ¶
type APIServiceClient struct {
// contains filtered or unexported fields
}
APIServiceClient - rest client for APIService resources that have a defined resource scope
func (*APIServiceClient) Create ¶
func (c *APIServiceClient) Create(res *m.APIService, opts ...v1.CreateOption) (*m.APIService, error)
Create - creates a resource
func (*APIServiceClient) Delete ¶
func (c *APIServiceClient) Delete(res *m.APIService) error
Delete - deletes a resource
func (*APIServiceClient) Get ¶
func (c *APIServiceClient) Get(name string) (*m.APIService, error)
Get - gets a resource by name
func (*APIServiceClient) List ¶
func (c *APIServiceClient) List(options ...v1.ListOptions) ([]*m.APIService, error)
List - gets a list of resources
func (*APIServiceClient) Update ¶
func (c *APIServiceClient) Update(res *m.APIService, opts ...v1.UpdateOption) (*m.APIService, error)
Update - updates a resource
type APIServiceInstanceClient ¶
type APIServiceInstanceClient struct {
// contains filtered or unexported fields
}
APIServiceInstanceClient - rest client for APIServiceInstance resources that have a defined resource scope
func (*APIServiceInstanceClient) Create ¶
func (c *APIServiceInstanceClient) Create(res *m.APIServiceInstance, opts ...v1.CreateOption) (*m.APIServiceInstance, error)
Create - creates a resource
func (*APIServiceInstanceClient) Delete ¶
func (c *APIServiceInstanceClient) Delete(res *m.APIServiceInstance) error
Delete - deletes a resource
func (*APIServiceInstanceClient) Get ¶
func (c *APIServiceInstanceClient) Get(name string) (*m.APIServiceInstance, error)
Get - gets a resource by name
func (*APIServiceInstanceClient) List ¶
func (c *APIServiceInstanceClient) List(options ...v1.ListOptions) ([]*m.APIServiceInstance, error)
List - gets a list of resources
func (*APIServiceInstanceClient) Update ¶
func (c *APIServiceInstanceClient) Update(res *m.APIServiceInstance, opts ...v1.UpdateOption) (*m.APIServiceInstance, error)
Update - updates a resource
type APIServiceInstanceMergeFunc ¶
type APIServiceInstanceMergeFunc func(*m.APIServiceInstance, *m.APIServiceInstance) (*m.APIServiceInstance, error)
type APIServiceMergeFunc ¶
type APIServiceMergeFunc func(*m.APIService, *m.APIService) (*m.APIService, error)
type APIServiceRevisionClient ¶
type APIServiceRevisionClient struct {
// contains filtered or unexported fields
}
APIServiceRevisionClient - rest client for APIServiceRevision resources that have a defined resource scope
func (*APIServiceRevisionClient) Create ¶
func (c *APIServiceRevisionClient) Create(res *m.APIServiceRevision, opts ...v1.CreateOption) (*m.APIServiceRevision, error)
Create - creates a resource
func (*APIServiceRevisionClient) Delete ¶
func (c *APIServiceRevisionClient) Delete(res *m.APIServiceRevision) error
Delete - deletes a resource
func (*APIServiceRevisionClient) Get ¶
func (c *APIServiceRevisionClient) Get(name string) (*m.APIServiceRevision, error)
Get - gets a resource by name
func (*APIServiceRevisionClient) List ¶
func (c *APIServiceRevisionClient) List(options ...v1.ListOptions) ([]*m.APIServiceRevision, error)
List - gets a list of resources
func (*APIServiceRevisionClient) Update ¶
func (c *APIServiceRevisionClient) Update(res *m.APIServiceRevision, opts ...v1.UpdateOption) (*m.APIServiceRevision, error)
Update - updates a resource
type APIServiceRevisionMergeFunc ¶
type APIServiceRevisionMergeFunc func(*m.APIServiceRevision, *m.APIServiceRevision) (*m.APIServiceRevision, error)
type APISpecLintingJobClient ¶ added in v1.1.52
type APISpecLintingJobClient struct {
// contains filtered or unexported fields
}
APISpecLintingJobClient - rest client for APISpecLintingJob resources that have a defined resource scope
func (*APISpecLintingJobClient) Create ¶ added in v1.1.52
func (c *APISpecLintingJobClient) Create(res *m.APISpecLintingJob, opts ...v1.CreateOption) (*m.APISpecLintingJob, error)
Create - creates a resource
func (*APISpecLintingJobClient) Delete ¶ added in v1.1.52
func (c *APISpecLintingJobClient) Delete(res *m.APISpecLintingJob) error
Delete - deletes a resource
func (*APISpecLintingJobClient) Get ¶ added in v1.1.52
func (c *APISpecLintingJobClient) Get(name string) (*m.APISpecLintingJob, error)
Get - gets a resource by name
func (*APISpecLintingJobClient) List ¶ added in v1.1.52
func (c *APISpecLintingJobClient) List(options ...v1.ListOptions) ([]*m.APISpecLintingJob, error)
List - gets a list of resources
func (*APISpecLintingJobClient) Update ¶ added in v1.1.52
func (c *APISpecLintingJobClient) Update(res *m.APISpecLintingJob, opts ...v1.UpdateOption) (*m.APISpecLintingJob, error)
Update - updates a resource
type APISpecLintingJobMergeFunc ¶ added in v1.1.52
type APISpecLintingJobMergeFunc func(*m.APISpecLintingJob, *m.APISpecLintingJob) (*m.APISpecLintingJob, error)
type APISpecLintingRulesetClient ¶ added in v1.1.52
type APISpecLintingRulesetClient struct {
// contains filtered or unexported fields
}
APISpecLintingRulesetClient - rest client for APISpecLintingRuleset resources that have a defined resource scope
func NewAPISpecLintingRulesetClient ¶ added in v1.1.52
func NewAPISpecLintingRulesetClient(c v1.Base) (*APISpecLintingRulesetClient, error)
NewAPISpecLintingRulesetClient - creates a client scoped to a particular resource
func (*APISpecLintingRulesetClient) Create ¶ added in v1.1.52
func (c *APISpecLintingRulesetClient) Create(res *m.APISpecLintingRuleset, opts ...v1.CreateOption) (*m.APISpecLintingRuleset, error)
Create - creates a resource
func (*APISpecLintingRulesetClient) Delete ¶ added in v1.1.52
func (c *APISpecLintingRulesetClient) Delete(res *m.APISpecLintingRuleset) error
Delete - deletes a resource
func (*APISpecLintingRulesetClient) Get ¶ added in v1.1.52
func (c *APISpecLintingRulesetClient) Get(name string) (*m.APISpecLintingRuleset, error)
Get - gets a resource by name
func (*APISpecLintingRulesetClient) List ¶ added in v1.1.52
func (c *APISpecLintingRulesetClient) List(options ...v1.ListOptions) ([]*m.APISpecLintingRuleset, error)
List - gets a list of resources
func (*APISpecLintingRulesetClient) Update ¶ added in v1.1.52
func (c *APISpecLintingRulesetClient) Update(res *m.APISpecLintingRuleset, opts ...v1.UpdateOption) (*m.APISpecLintingRuleset, error)
Update - updates a resource
type APISpecLintingRulesetMergeFunc ¶ added in v1.1.52
type APISpecLintingRulesetMergeFunc func(*m.APISpecLintingRuleset, *m.APISpecLintingRuleset) (*m.APISpecLintingRuleset, error)
type AccessControlListClient ¶
type AccessControlListClient struct {
// contains filtered or unexported fields
}
AccessControlListClient - rest client for AccessControlList resources that have a defined resource scope
func (*AccessControlListClient) Create ¶
func (c *AccessControlListClient) Create(res *m.AccessControlList, opts ...v1.CreateOption) (*m.AccessControlList, error)
Create - creates a resource
func (*AccessControlListClient) Delete ¶
func (c *AccessControlListClient) Delete(res *m.AccessControlList) error
Delete - deletes a resource
func (*AccessControlListClient) Get ¶
func (c *AccessControlListClient) Get(name string) (*m.AccessControlList, error)
Get - gets a resource by name
func (*AccessControlListClient) List ¶
func (c *AccessControlListClient) List(options ...v1.ListOptions) ([]*m.AccessControlList, error)
List - gets a list of resources
func (*AccessControlListClient) Update ¶
func (c *AccessControlListClient) Update(res *m.AccessControlList, opts ...v1.UpdateOption) (*m.AccessControlList, error)
Update - updates a resource
type AccessControlListMergeFunc ¶
type AccessControlListMergeFunc func(*m.AccessControlList, *m.AccessControlList) (*m.AccessControlList, error)
type AccessRequestClient ¶
type AccessRequestClient struct {
// contains filtered or unexported fields
}
AccessRequestClient - rest client for AccessRequest resources that have a defined resource scope
func (*AccessRequestClient) Create ¶
func (c *AccessRequestClient) Create(res *m.AccessRequest, opts ...v1.CreateOption) (*m.AccessRequest, error)
Create - creates a resource
func (*AccessRequestClient) Delete ¶
func (c *AccessRequestClient) Delete(res *m.AccessRequest) error
Delete - deletes a resource
func (*AccessRequestClient) Get ¶
func (c *AccessRequestClient) Get(name string) (*m.AccessRequest, error)
Get - gets a resource by name
func (*AccessRequestClient) List ¶
func (c *AccessRequestClient) List(options ...v1.ListOptions) ([]*m.AccessRequest, error)
List - gets a list of resources
func (*AccessRequestClient) Update ¶
func (c *AccessRequestClient) Update(res *m.AccessRequest, opts ...v1.UpdateOption) (*m.AccessRequest, error)
Update - updates a resource
type AccessRequestDefinitionClient ¶
type AccessRequestDefinitionClient struct {
// contains filtered or unexported fields
}
AccessRequestDefinitionClient - rest client for AccessRequestDefinition resources that have a defined resource scope
func (*AccessRequestDefinitionClient) Create ¶
func (c *AccessRequestDefinitionClient) Create(res *m.AccessRequestDefinition, opts ...v1.CreateOption) (*m.AccessRequestDefinition, error)
Create - creates a resource
func (*AccessRequestDefinitionClient) Delete ¶
func (c *AccessRequestDefinitionClient) Delete(res *m.AccessRequestDefinition) error
Delete - deletes a resource
func (*AccessRequestDefinitionClient) Get ¶
func (c *AccessRequestDefinitionClient) Get(name string) (*m.AccessRequestDefinition, error)
Get - gets a resource by name
func (*AccessRequestDefinitionClient) List ¶
func (c *AccessRequestDefinitionClient) List(options ...v1.ListOptions) ([]*m.AccessRequestDefinition, error)
List - gets a list of resources
func (*AccessRequestDefinitionClient) Update ¶
func (c *AccessRequestDefinitionClient) Update(res *m.AccessRequestDefinition, opts ...v1.UpdateOption) (*m.AccessRequestDefinition, error)
Update - updates a resource
type AccessRequestDefinitionMergeFunc ¶
type AccessRequestDefinitionMergeFunc func(*m.AccessRequestDefinition, *m.AccessRequestDefinition) (*m.AccessRequestDefinition, error)
type AccessRequestMergeFunc ¶
type AccessRequestMergeFunc func(*m.AccessRequest, *m.AccessRequest) (*m.AccessRequest, error)
type AssetMappingClient ¶
type AssetMappingClient struct {
// contains filtered or unexported fields
}
AssetMappingClient - rest client for AssetMapping resources that have a defined resource scope
func (*AssetMappingClient) Create ¶
func (c *AssetMappingClient) Create(res *m.AssetMapping, opts ...v1.CreateOption) (*m.AssetMapping, error)
Create - creates a resource
func (*AssetMappingClient) Delete ¶
func (c *AssetMappingClient) Delete(res *m.AssetMapping) error
Delete - deletes a resource
func (*AssetMappingClient) Get ¶
func (c *AssetMappingClient) Get(name string) (*m.AssetMapping, error)
Get - gets a resource by name
func (*AssetMappingClient) List ¶
func (c *AssetMappingClient) List(options ...v1.ListOptions) ([]*m.AssetMapping, error)
List - gets a list of resources
func (*AssetMappingClient) Update ¶
func (c *AssetMappingClient) Update(res *m.AssetMapping, opts ...v1.UpdateOption) (*m.AssetMapping, error)
Update - updates a resource
type AssetMappingMergeFunc ¶
type AssetMappingMergeFunc func(*m.AssetMapping, *m.AssetMapping) (*m.AssetMapping, error)
type AssetMappingTemplateClient ¶
type AssetMappingTemplateClient struct {
// contains filtered or unexported fields
}
AssetMappingTemplateClient - rest client for AssetMappingTemplate resources that have a defined resource scope
func (*AssetMappingTemplateClient) Create ¶
func (c *AssetMappingTemplateClient) Create(res *m.AssetMappingTemplate, opts ...v1.CreateOption) (*m.AssetMappingTemplate, error)
Create - creates a resource
func (*AssetMappingTemplateClient) Delete ¶
func (c *AssetMappingTemplateClient) Delete(res *m.AssetMappingTemplate) error
Delete - deletes a resource
func (*AssetMappingTemplateClient) Get ¶
func (c *AssetMappingTemplateClient) Get(name string) (*m.AssetMappingTemplate, error)
Get - gets a resource by name
func (*AssetMappingTemplateClient) List ¶
func (c *AssetMappingTemplateClient) List(options ...v1.ListOptions) ([]*m.AssetMappingTemplate, error)
List - gets a list of resources
func (*AssetMappingTemplateClient) Update ¶
func (c *AssetMappingTemplateClient) Update(res *m.AssetMappingTemplate, opts ...v1.UpdateOption) (*m.AssetMappingTemplate, error)
Update - updates a resource
type AssetMappingTemplateMergeFunc ¶
type AssetMappingTemplateMergeFunc func(*m.AssetMappingTemplate, *m.AssetMappingTemplate) (*m.AssetMappingTemplate, error)
type BatchJobClient ¶ added in v1.1.52
type BatchJobClient struct {
// contains filtered or unexported fields
}
BatchJobClient - rest client for BatchJob resources that have a defined resource scope
func (*BatchJobClient) Create ¶ added in v1.1.52
func (c *BatchJobClient) Create(res *m.BatchJob, opts ...v1.CreateOption) (*m.BatchJob, error)
Create - creates a resource
func (*BatchJobClient) Delete ¶ added in v1.1.52
func (c *BatchJobClient) Delete(res *m.BatchJob) error
Delete - deletes a resource
func (*BatchJobClient) Get ¶ added in v1.1.52
func (c *BatchJobClient) Get(name string) (*m.BatchJob, error)
Get - gets a resource by name
func (*BatchJobClient) List ¶ added in v1.1.52
func (c *BatchJobClient) List(options ...v1.ListOptions) ([]*m.BatchJob, error)
List - gets a list of resources
func (*BatchJobClient) Update ¶ added in v1.1.52
func (c *BatchJobClient) Update(res *m.BatchJob, opts ...v1.UpdateOption) (*m.BatchJob, error)
Update - updates a resource
type BatchJobMergeFunc ¶ added in v1.1.52
type CredentialClient ¶
type CredentialClient struct {
// contains filtered or unexported fields
}
CredentialClient - rest client for Credential resources that have a defined resource scope
func (*CredentialClient) Create ¶
func (c *CredentialClient) Create(res *m.Credential, opts ...v1.CreateOption) (*m.Credential, error)
Create - creates a resource
func (*CredentialClient) Delete ¶
func (c *CredentialClient) Delete(res *m.Credential) error
Delete - deletes a resource
func (*CredentialClient) Get ¶
func (c *CredentialClient) Get(name string) (*m.Credential, error)
Get - gets a resource by name
func (*CredentialClient) List ¶
func (c *CredentialClient) List(options ...v1.ListOptions) ([]*m.Credential, error)
List - gets a list of resources
func (*CredentialClient) Update ¶
func (c *CredentialClient) Update(res *m.Credential, opts ...v1.UpdateOption) (*m.Credential, error)
Update - updates a resource
type CredentialMergeFunc ¶
type CredentialMergeFunc func(*m.Credential, *m.Credential) (*m.Credential, error)
type CredentialRequestDefinitionClient ¶
type CredentialRequestDefinitionClient struct {
// contains filtered or unexported fields
}
CredentialRequestDefinitionClient - rest client for CredentialRequestDefinition resources that have a defined resource scope
func (*CredentialRequestDefinitionClient) Create ¶
func (c *CredentialRequestDefinitionClient) Create(res *m.CredentialRequestDefinition, opts ...v1.CreateOption) (*m.CredentialRequestDefinition, error)
Create - creates a resource
func (*CredentialRequestDefinitionClient) Delete ¶
func (c *CredentialRequestDefinitionClient) Delete(res *m.CredentialRequestDefinition) error
Delete - deletes a resource
func (*CredentialRequestDefinitionClient) Get ¶
func (c *CredentialRequestDefinitionClient) Get(name string) (*m.CredentialRequestDefinition, error)
Get - gets a resource by name
func (*CredentialRequestDefinitionClient) List ¶
func (c *CredentialRequestDefinitionClient) List(options ...v1.ListOptions) ([]*m.CredentialRequestDefinition, error)
List - gets a list of resources
func (*CredentialRequestDefinitionClient) Update ¶
func (c *CredentialRequestDefinitionClient) Update(res *m.CredentialRequestDefinition, opts ...v1.UpdateOption) (*m.CredentialRequestDefinition, error)
Update - updates a resource
type CredentialRequestDefinitionMergeFunc ¶
type CredentialRequestDefinitionMergeFunc func(*m.CredentialRequestDefinition, *m.CredentialRequestDefinition) (*m.CredentialRequestDefinition, error)
type DataplaneClient ¶ added in v1.1.49
type DataplaneClient struct {
// contains filtered or unexported fields
}
DataplaneClient - rest client for Dataplane resources that have a defined resource scope
func (*DataplaneClient) Create ¶ added in v1.1.49
func (c *DataplaneClient) Create(res *m.Dataplane, opts ...v1.CreateOption) (*m.Dataplane, error)
Create - creates a resource
func (*DataplaneClient) Delete ¶ added in v1.1.49
func (c *DataplaneClient) Delete(res *m.Dataplane) error
Delete - deletes a resource
func (*DataplaneClient) Get ¶ added in v1.1.49
func (c *DataplaneClient) Get(name string) (*m.Dataplane, error)
Get - gets a resource by name
func (*DataplaneClient) List ¶ added in v1.1.49
func (c *DataplaneClient) List(options ...v1.ListOptions) ([]*m.Dataplane, error)
List - gets a list of resources
func (*DataplaneClient) Update ¶ added in v1.1.49
func (c *DataplaneClient) Update(res *m.Dataplane, opts ...v1.UpdateOption) (*m.Dataplane, error)
Update - updates a resource
type DataplaneMergeFunc ¶ added in v1.1.49
type DataplaneSecretClient ¶ added in v1.1.49
type DataplaneSecretClient struct {
// contains filtered or unexported fields
}
DataplaneSecretClient - rest client for DataplaneSecret resources that have a defined resource scope
func (*DataplaneSecretClient) Create ¶ added in v1.1.49
func (c *DataplaneSecretClient) Create(res *m.DataplaneSecret, opts ...v1.CreateOption) (*m.DataplaneSecret, error)
Create - creates a resource
func (*DataplaneSecretClient) Delete ¶ added in v1.1.49
func (c *DataplaneSecretClient) Delete(res *m.DataplaneSecret) error
Delete - deletes a resource
func (*DataplaneSecretClient) Get ¶ added in v1.1.49
func (c *DataplaneSecretClient) Get(name string) (*m.DataplaneSecret, error)
Get - gets a resource by name
func (*DataplaneSecretClient) List ¶ added in v1.1.49
func (c *DataplaneSecretClient) List(options ...v1.ListOptions) ([]*m.DataplaneSecret, error)
List - gets a list of resources
func (*DataplaneSecretClient) Update ¶ added in v1.1.49
func (c *DataplaneSecretClient) Update(res *m.DataplaneSecret, opts ...v1.UpdateOption) (*m.DataplaneSecret, error)
Update - updates a resource
type DataplaneSecretMergeFunc ¶ added in v1.1.49
type DataplaneSecretMergeFunc func(*m.DataplaneSecret, *m.DataplaneSecret) (*m.DataplaneSecret, error)
type DiscoveryAgentClient ¶
type DiscoveryAgentClient struct {
// contains filtered or unexported fields
}
DiscoveryAgentClient - rest client for DiscoveryAgent resources that have a defined resource scope
func (*DiscoveryAgentClient) Create ¶
func (c *DiscoveryAgentClient) Create(res *m.DiscoveryAgent, opts ...v1.CreateOption) (*m.DiscoveryAgent, error)
Create - creates a resource
func (*DiscoveryAgentClient) Delete ¶
func (c *DiscoveryAgentClient) Delete(res *m.DiscoveryAgent) error
Delete - deletes a resource
func (*DiscoveryAgentClient) Get ¶
func (c *DiscoveryAgentClient) Get(name string) (*m.DiscoveryAgent, error)
Get - gets a resource by name
func (*DiscoveryAgentClient) List ¶
func (c *DiscoveryAgentClient) List(options ...v1.ListOptions) ([]*m.DiscoveryAgent, error)
List - gets a list of resources
func (*DiscoveryAgentClient) Update ¶
func (c *DiscoveryAgentClient) Update(res *m.DiscoveryAgent, opts ...v1.UpdateOption) (*m.DiscoveryAgent, error)
Update - updates a resource
type DiscoveryAgentMergeFunc ¶
type DiscoveryAgentMergeFunc func(*m.DiscoveryAgent, *m.DiscoveryAgent) (*m.DiscoveryAgent, error)
type EnvironmentClient ¶
type EnvironmentClient struct {
// contains filtered or unexported fields
}
EnvironmentClient - rest client for Environment resources that have a defined resource scope
func NewEnvironmentClient ¶
func NewEnvironmentClient(c v1.Base) (*EnvironmentClient, error)
NewEnvironmentClient - creates a client scoped to a particular resource
func (*EnvironmentClient) Create ¶
func (c *EnvironmentClient) Create(res *m.Environment, opts ...v1.CreateOption) (*m.Environment, error)
Create - creates a resource
func (*EnvironmentClient) Delete ¶
func (c *EnvironmentClient) Delete(res *m.Environment) error
Delete - deletes a resource
func (*EnvironmentClient) Get ¶
func (c *EnvironmentClient) Get(name string) (*m.Environment, error)
Get - gets a resource by name
func (*EnvironmentClient) List ¶
func (c *EnvironmentClient) List(options ...v1.ListOptions) ([]*m.Environment, error)
List - gets a list of resources
func (*EnvironmentClient) Update ¶
func (c *EnvironmentClient) Update(res *m.Environment, opts ...v1.UpdateOption) (*m.Environment, error)
Update - updates a resource
type EnvironmentMergeFunc ¶
type EnvironmentMergeFunc func(*m.Environment, *m.Environment) (*m.Environment, error)
type IdentityProviderClient ¶ added in v1.1.91
type IdentityProviderClient struct {
// contains filtered or unexported fields
}
IdentityProviderClient - rest client for IdentityProvider resources that have a defined resource scope
func NewIdentityProviderClient ¶ added in v1.1.91
func NewIdentityProviderClient(c v1.Base) (*IdentityProviderClient, error)
NewIdentityProviderClient - creates a client scoped to a particular resource
func (*IdentityProviderClient) Create ¶ added in v1.1.91
func (c *IdentityProviderClient) Create(res *m.IdentityProvider, opts ...v1.CreateOption) (*m.IdentityProvider, error)
Create - creates a resource
func (*IdentityProviderClient) Delete ¶ added in v1.1.91
func (c *IdentityProviderClient) Delete(res *m.IdentityProvider) error
Delete - deletes a resource
func (*IdentityProviderClient) Get ¶ added in v1.1.91
func (c *IdentityProviderClient) Get(name string) (*m.IdentityProvider, error)
Get - gets a resource by name
func (*IdentityProviderClient) List ¶ added in v1.1.91
func (c *IdentityProviderClient) List(options ...v1.ListOptions) ([]*m.IdentityProvider, error)
List - gets a list of resources
func (*IdentityProviderClient) Update ¶ added in v1.1.91
func (c *IdentityProviderClient) Update(res *m.IdentityProvider, opts ...v1.UpdateOption) (*m.IdentityProvider, error)
Update - updates a resource
type IdentityProviderMergeFunc ¶ added in v1.1.91
type IdentityProviderMergeFunc func(*m.IdentityProvider, *m.IdentityProvider) (*m.IdentityProvider, error)
type IdentityProviderSecretClient ¶ added in v1.1.91
type IdentityProviderSecretClient struct {
// contains filtered or unexported fields
}
IdentityProviderSecretClient - rest client for IdentityProviderSecret resources that have a defined resource scope
func (*IdentityProviderSecretClient) Create ¶ added in v1.1.91
func (c *IdentityProviderSecretClient) Create(res *m.IdentityProviderSecret, opts ...v1.CreateOption) (*m.IdentityProviderSecret, error)
Create - creates a resource
func (*IdentityProviderSecretClient) Delete ¶ added in v1.1.91
func (c *IdentityProviderSecretClient) Delete(res *m.IdentityProviderSecret) error
Delete - deletes a resource
func (*IdentityProviderSecretClient) Get ¶ added in v1.1.91
func (c *IdentityProviderSecretClient) Get(name string) (*m.IdentityProviderSecret, error)
Get - gets a resource by name
func (*IdentityProviderSecretClient) List ¶ added in v1.1.91
func (c *IdentityProviderSecretClient) List(options ...v1.ListOptions) ([]*m.IdentityProviderSecret, error)
List - gets a list of resources
func (*IdentityProviderSecretClient) Update ¶ added in v1.1.91
func (c *IdentityProviderSecretClient) Update(res *m.IdentityProviderSecret, opts ...v1.UpdateOption) (*m.IdentityProviderSecret, error)
Update - updates a resource
type IdentityProviderSecretMergeFunc ¶ added in v1.1.91
type IdentityProviderSecretMergeFunc func(*m.IdentityProviderSecret, *m.IdentityProviderSecret) (*m.IdentityProviderSecret, error)
type IntegrationClient ¶
type IntegrationClient struct {
// contains filtered or unexported fields
}
IntegrationClient - rest client for Integration resources that have a defined resource scope
func NewIntegrationClient ¶
func NewIntegrationClient(c v1.Base) (*IntegrationClient, error)
NewIntegrationClient - creates a client scoped to a particular resource
func (*IntegrationClient) Create ¶
func (c *IntegrationClient) Create(res *m.Integration, opts ...v1.CreateOption) (*m.Integration, error)
Create - creates a resource
func (*IntegrationClient) Delete ¶
func (c *IntegrationClient) Delete(res *m.Integration) error
Delete - deletes a resource
func (*IntegrationClient) Get ¶
func (c *IntegrationClient) Get(name string) (*m.Integration, error)
Get - gets a resource by name
func (*IntegrationClient) List ¶
func (c *IntegrationClient) List(options ...v1.ListOptions) ([]*m.Integration, error)
List - gets a list of resources
func (*IntegrationClient) Update ¶
func (c *IntegrationClient) Update(res *m.Integration, opts ...v1.UpdateOption) (*m.Integration, error)
Update - updates a resource
type IntegrationMergeFunc ¶
type IntegrationMergeFunc func(*m.Integration, *m.Integration) (*m.Integration, error)
type ManagedApplicationClient ¶
type ManagedApplicationClient struct {
// contains filtered or unexported fields
}
ManagedApplicationClient - rest client for ManagedApplication resources that have a defined resource scope
func (*ManagedApplicationClient) Create ¶
func (c *ManagedApplicationClient) Create(res *m.ManagedApplication, opts ...v1.CreateOption) (*m.ManagedApplication, error)
Create - creates a resource
func (*ManagedApplicationClient) Delete ¶
func (c *ManagedApplicationClient) Delete(res *m.ManagedApplication) error
Delete - deletes a resource
func (*ManagedApplicationClient) Get ¶
func (c *ManagedApplicationClient) Get(name string) (*m.ManagedApplication, error)
Get - gets a resource by name
func (*ManagedApplicationClient) List ¶
func (c *ManagedApplicationClient) List(options ...v1.ListOptions) ([]*m.ManagedApplication, error)
List - gets a list of resources
func (*ManagedApplicationClient) Update ¶
func (c *ManagedApplicationClient) Update(res *m.ManagedApplication, opts ...v1.UpdateOption) (*m.ManagedApplication, error)
Update - updates a resource
type ManagedApplicationMergeFunc ¶
type ManagedApplicationMergeFunc func(*m.ManagedApplication, *m.ManagedApplication) (*m.ManagedApplication, error)
type ResourceHookClient ¶
type ResourceHookClient struct {
// contains filtered or unexported fields
}
ResourceHookClient - rest client for ResourceHook resources that have a defined resource scope
func (*ResourceHookClient) Create ¶
func (c *ResourceHookClient) Create(res *m.ResourceHook, opts ...v1.CreateOption) (*m.ResourceHook, error)
Create - creates a resource
func (*ResourceHookClient) Delete ¶
func (c *ResourceHookClient) Delete(res *m.ResourceHook) error
Delete - deletes a resource
func (*ResourceHookClient) Get ¶
func (c *ResourceHookClient) Get(name string) (*m.ResourceHook, error)
Get - gets a resource by name
func (*ResourceHookClient) List ¶
func (c *ResourceHookClient) List(options ...v1.ListOptions) ([]*m.ResourceHook, error)
List - gets a list of resources
func (*ResourceHookClient) Update ¶
func (c *ResourceHookClient) Update(res *m.ResourceHook, opts ...v1.UpdateOption) (*m.ResourceHook, error)
Update - updates a resource
type ResourceHookMergeFunc ¶
type ResourceHookMergeFunc func(*m.ResourceHook, *m.ResourceHook) (*m.ResourceHook, error)
type SecretClient ¶
type SecretClient struct {
// contains filtered or unexported fields
}
SecretClient - rest client for Secret resources that have a defined resource scope
func (*SecretClient) Create ¶
func (c *SecretClient) Create(res *m.Secret, opts ...v1.CreateOption) (*m.Secret, error)
Create - creates a resource
func (*SecretClient) Delete ¶
func (c *SecretClient) Delete(res *m.Secret) error
Delete - deletes a resource
func (*SecretClient) Get ¶
func (c *SecretClient) Get(name string) (*m.Secret, error)
Get - gets a resource by name
func (*SecretClient) List ¶
func (c *SecretClient) List(options ...v1.ListOptions) ([]*m.Secret, error)
List - gets a list of resources
func (*SecretClient) Update ¶
func (c *SecretClient) Update(res *m.Secret, opts ...v1.UpdateOption) (*m.Secret, error)
Update - updates a resource
type TraceabilityAgentClient ¶
type TraceabilityAgentClient struct {
// contains filtered or unexported fields
}
TraceabilityAgentClient - rest client for TraceabilityAgent resources that have a defined resource scope
func (*TraceabilityAgentClient) Create ¶
func (c *TraceabilityAgentClient) Create(res *m.TraceabilityAgent, opts ...v1.CreateOption) (*m.TraceabilityAgent, error)
Create - creates a resource
func (*TraceabilityAgentClient) Delete ¶
func (c *TraceabilityAgentClient) Delete(res *m.TraceabilityAgent) error
Delete - deletes a resource
func (*TraceabilityAgentClient) Get ¶
func (c *TraceabilityAgentClient) Get(name string) (*m.TraceabilityAgent, error)
Get - gets a resource by name
func (*TraceabilityAgentClient) List ¶
func (c *TraceabilityAgentClient) List(options ...v1.ListOptions) ([]*m.TraceabilityAgent, error)
List - gets a list of resources
func (*TraceabilityAgentClient) Update ¶
func (c *TraceabilityAgentClient) Update(res *m.TraceabilityAgent, opts ...v1.UpdateOption) (*m.TraceabilityAgent, error)
Update - updates a resource
type TraceabilityAgentMergeFunc ¶
type TraceabilityAgentMergeFunc func(*m.TraceabilityAgent, *m.TraceabilityAgent) (*m.TraceabilityAgent, error)
type UnscopedAPIServiceClient ¶
type UnscopedAPIServiceClient struct {
// contains filtered or unexported fields
}
UnscopedAPIServiceClient - rest client for APIService resources that do not have a defined scope
func NewAPIServiceClient ¶
func NewAPIServiceClient(c v1.Base) (*UnscopedAPIServiceClient, error)
NewAPIServiceClient - creates a client that is not scoped to any resource
func (*UnscopedAPIServiceClient) Get ¶
func (c *UnscopedAPIServiceClient) Get(name string) (*m.APIService, error)
Get - gets a resource by name
func (*UnscopedAPIServiceClient) Update ¶
func (c *UnscopedAPIServiceClient) Update(res *m.APIService, opts ...v1.UpdateOption) (*m.APIService, error)
Update - updates a resource
func (*UnscopedAPIServiceClient) WithScope ¶
func (c *UnscopedAPIServiceClient) WithScope(scope string) *APIServiceClient
WithScope - sets the resource scope for the client
type UnscopedAPIServiceInstanceClient ¶
type UnscopedAPIServiceInstanceClient struct {
// contains filtered or unexported fields
}
UnscopedAPIServiceInstanceClient - rest client for APIServiceInstance resources that do not have a defined scope
func NewAPIServiceInstanceClient ¶
func NewAPIServiceInstanceClient(c v1.Base) (*UnscopedAPIServiceInstanceClient, error)
NewAPIServiceInstanceClient - creates a client that is not scoped to any resource
func (*UnscopedAPIServiceInstanceClient) Get ¶
func (c *UnscopedAPIServiceInstanceClient) Get(name string) (*m.APIServiceInstance, error)
Get - gets a resource by name
func (*UnscopedAPIServiceInstanceClient) Update ¶
func (c *UnscopedAPIServiceInstanceClient) Update(res *m.APIServiceInstance, opts ...v1.UpdateOption) (*m.APIServiceInstance, error)
Update - updates a resource
func (*UnscopedAPIServiceInstanceClient) WithScope ¶
func (c *UnscopedAPIServiceInstanceClient) WithScope(scope string) *APIServiceInstanceClient
WithScope - sets the resource scope for the client
type UnscopedAPIServiceRevisionClient ¶
type UnscopedAPIServiceRevisionClient struct {
// contains filtered or unexported fields
}
UnscopedAPIServiceRevisionClient - rest client for APIServiceRevision resources that do not have a defined scope
func NewAPIServiceRevisionClient ¶
func NewAPIServiceRevisionClient(c v1.Base) (*UnscopedAPIServiceRevisionClient, error)
NewAPIServiceRevisionClient - creates a client that is not scoped to any resource
func (*UnscopedAPIServiceRevisionClient) Get ¶
func (c *UnscopedAPIServiceRevisionClient) Get(name string) (*m.APIServiceRevision, error)
Get - gets a resource by name
func (*UnscopedAPIServiceRevisionClient) Update ¶
func (c *UnscopedAPIServiceRevisionClient) Update(res *m.APIServiceRevision, opts ...v1.UpdateOption) (*m.APIServiceRevision, error)
Update - updates a resource
func (*UnscopedAPIServiceRevisionClient) WithScope ¶
func (c *UnscopedAPIServiceRevisionClient) WithScope(scope string) *APIServiceRevisionClient
WithScope - sets the resource scope for the client
type UnscopedAPISpecLintingJobClient ¶ added in v1.1.52
type UnscopedAPISpecLintingJobClient struct {
// contains filtered or unexported fields
}
UnscopedAPISpecLintingJobClient - rest client for APISpecLintingJob resources that do not have a defined scope
func NewAPISpecLintingJobClient ¶ added in v1.1.52
func NewAPISpecLintingJobClient(c v1.Base) (*UnscopedAPISpecLintingJobClient, error)
NewAPISpecLintingJobClient - creates a client that is not scoped to any resource
func (*UnscopedAPISpecLintingJobClient) Get ¶ added in v1.1.52
func (c *UnscopedAPISpecLintingJobClient) Get(name string) (*m.APISpecLintingJob, error)
Get - gets a resource by name
func (*UnscopedAPISpecLintingJobClient) Update ¶ added in v1.1.52
func (c *UnscopedAPISpecLintingJobClient) Update(res *m.APISpecLintingJob, opts ...v1.UpdateOption) (*m.APISpecLintingJob, error)
Update - updates a resource
func (*UnscopedAPISpecLintingJobClient) WithScope ¶ added in v1.1.52
func (c *UnscopedAPISpecLintingJobClient) WithScope(scope string) *APISpecLintingJobClient
WithScope - sets the resource scope for the client
type UnscopedAccessControlListClient ¶
type UnscopedAccessControlListClient struct {
// contains filtered or unexported fields
}
UnscopedAccessControlListClient - rest client for AccessControlList resources that do not have a defined scope
func NewAccessControlListClient ¶
func NewAccessControlListClient(c v1.Base) (*UnscopedAccessControlListClient, error)
NewAccessControlListClient - creates a client that is not scoped to any resource
func (*UnscopedAccessControlListClient) Get ¶
func (c *UnscopedAccessControlListClient) Get(name string) (*m.AccessControlList, error)
Get - gets a resource by name
func (*UnscopedAccessControlListClient) Update ¶
func (c *UnscopedAccessControlListClient) Update(res *m.AccessControlList, opts ...v1.UpdateOption) (*m.AccessControlList, error)
Update - updates a resource
func (*UnscopedAccessControlListClient) WithScope ¶
func (c *UnscopedAccessControlListClient) WithScope(scope string) *AccessControlListClient
WithScope - sets the resource scope for the client
type UnscopedAccessRequestClient ¶
type UnscopedAccessRequestClient struct {
// contains filtered or unexported fields
}
UnscopedAccessRequestClient - rest client for AccessRequest resources that do not have a defined scope
func NewAccessRequestClient ¶
func NewAccessRequestClient(c v1.Base) (*UnscopedAccessRequestClient, error)
NewAccessRequestClient - creates a client that is not scoped to any resource
func (*UnscopedAccessRequestClient) Get ¶
func (c *UnscopedAccessRequestClient) Get(name string) (*m.AccessRequest, error)
Get - gets a resource by name
func (*UnscopedAccessRequestClient) Update ¶
func (c *UnscopedAccessRequestClient) Update(res *m.AccessRequest, opts ...v1.UpdateOption) (*m.AccessRequest, error)
Update - updates a resource
func (*UnscopedAccessRequestClient) WithScope ¶
func (c *UnscopedAccessRequestClient) WithScope(scope string) *AccessRequestClient
WithScope - sets the resource scope for the client
type UnscopedAccessRequestDefinitionClient ¶
type UnscopedAccessRequestDefinitionClient struct {
// contains filtered or unexported fields
}
UnscopedAccessRequestDefinitionClient - rest client for AccessRequestDefinition resources that do not have a defined scope
func NewAccessRequestDefinitionClient ¶
func NewAccessRequestDefinitionClient(c v1.Base) (*UnscopedAccessRequestDefinitionClient, error)
NewAccessRequestDefinitionClient - creates a client that is not scoped to any resource
func (*UnscopedAccessRequestDefinitionClient) Get ¶
func (c *UnscopedAccessRequestDefinitionClient) Get(name string) (*m.AccessRequestDefinition, error)
Get - gets a resource by name
func (*UnscopedAccessRequestDefinitionClient) Update ¶
func (c *UnscopedAccessRequestDefinitionClient) Update(res *m.AccessRequestDefinition, opts ...v1.UpdateOption) (*m.AccessRequestDefinition, error)
Update - updates a resource
func (*UnscopedAccessRequestDefinitionClient) WithScope ¶
func (c *UnscopedAccessRequestDefinitionClient) WithScope(scope string) *AccessRequestDefinitionClient
WithScope - sets the resource scope for the client
type UnscopedAssetMappingClient ¶
type UnscopedAssetMappingClient struct {
// contains filtered or unexported fields
}
UnscopedAssetMappingClient - rest client for AssetMapping resources that do not have a defined scope
func NewAssetMappingClient ¶
func NewAssetMappingClient(c v1.Base) (*UnscopedAssetMappingClient, error)
NewAssetMappingClient - creates a client that is not scoped to any resource
func (*UnscopedAssetMappingClient) Get ¶
func (c *UnscopedAssetMappingClient) Get(name string) (*m.AssetMapping, error)
Get - gets a resource by name
func (*UnscopedAssetMappingClient) Update ¶
func (c *UnscopedAssetMappingClient) Update(res *m.AssetMapping, opts ...v1.UpdateOption) (*m.AssetMapping, error)
Update - updates a resource
func (*UnscopedAssetMappingClient) WithScope ¶
func (c *UnscopedAssetMappingClient) WithScope(scope string) *AssetMappingClient
WithScope - sets the resource scope for the client
type UnscopedAssetMappingTemplateClient ¶
type UnscopedAssetMappingTemplateClient struct {
// contains filtered or unexported fields
}
UnscopedAssetMappingTemplateClient - rest client for AssetMappingTemplate resources that do not have a defined scope
func NewAssetMappingTemplateClient ¶
func NewAssetMappingTemplateClient(c v1.Base) (*UnscopedAssetMappingTemplateClient, error)
NewAssetMappingTemplateClient - creates a client that is not scoped to any resource
func (*UnscopedAssetMappingTemplateClient) Get ¶
func (c *UnscopedAssetMappingTemplateClient) Get(name string) (*m.AssetMappingTemplate, error)
Get - gets a resource by name
func (*UnscopedAssetMappingTemplateClient) Update ¶
func (c *UnscopedAssetMappingTemplateClient) Update(res *m.AssetMappingTemplate, opts ...v1.UpdateOption) (*m.AssetMappingTemplate, error)
Update - updates a resource
func (*UnscopedAssetMappingTemplateClient) WithScope ¶
func (c *UnscopedAssetMappingTemplateClient) WithScope(scope string) *AssetMappingTemplateClient
WithScope - sets the resource scope for the client
type UnscopedBatchJobClient ¶ added in v1.1.52
type UnscopedBatchJobClient struct {
// contains filtered or unexported fields
}
UnscopedBatchJobClient - rest client for BatchJob resources that do not have a defined scope
func NewBatchJobClient ¶ added in v1.1.52
func NewBatchJobClient(c v1.Base) (*UnscopedBatchJobClient, error)
NewBatchJobClient - creates a client that is not scoped to any resource
func (*UnscopedBatchJobClient) Get ¶ added in v1.1.52
func (c *UnscopedBatchJobClient) Get(name string) (*m.BatchJob, error)
Get - gets a resource by name
func (*UnscopedBatchJobClient) Update ¶ added in v1.1.52
func (c *UnscopedBatchJobClient) Update(res *m.BatchJob, opts ...v1.UpdateOption) (*m.BatchJob, error)
Update - updates a resource
func (*UnscopedBatchJobClient) WithScope ¶ added in v1.1.52
func (c *UnscopedBatchJobClient) WithScope(scope string) *BatchJobClient
WithScope - sets the resource scope for the client
type UnscopedCredentialClient ¶
type UnscopedCredentialClient struct {
// contains filtered or unexported fields
}
UnscopedCredentialClient - rest client for Credential resources that do not have a defined scope
func NewCredentialClient ¶
func NewCredentialClient(c v1.Base) (*UnscopedCredentialClient, error)
NewCredentialClient - creates a client that is not scoped to any resource
func (*UnscopedCredentialClient) Get ¶
func (c *UnscopedCredentialClient) Get(name string) (*m.Credential, error)
Get - gets a resource by name
func (*UnscopedCredentialClient) Update ¶
func (c *UnscopedCredentialClient) Update(res *m.Credential, opts ...v1.UpdateOption) (*m.Credential, error)
Update - updates a resource
func (*UnscopedCredentialClient) WithScope ¶
func (c *UnscopedCredentialClient) WithScope(scope string) *CredentialClient
WithScope - sets the resource scope for the client
type UnscopedCredentialRequestDefinitionClient ¶
type UnscopedCredentialRequestDefinitionClient struct {
// contains filtered or unexported fields
}
UnscopedCredentialRequestDefinitionClient - rest client for CredentialRequestDefinition resources that do not have a defined scope
func NewCredentialRequestDefinitionClient ¶
func NewCredentialRequestDefinitionClient(c v1.Base) (*UnscopedCredentialRequestDefinitionClient, error)
NewCredentialRequestDefinitionClient - creates a client that is not scoped to any resource
func (*UnscopedCredentialRequestDefinitionClient) Get ¶
func (c *UnscopedCredentialRequestDefinitionClient) Get(name string) (*m.CredentialRequestDefinition, error)
Get - gets a resource by name
func (*UnscopedCredentialRequestDefinitionClient) Update ¶
func (c *UnscopedCredentialRequestDefinitionClient) Update(res *m.CredentialRequestDefinition, opts ...v1.UpdateOption) (*m.CredentialRequestDefinition, error)
Update - updates a resource
func (*UnscopedCredentialRequestDefinitionClient) WithScope ¶
func (c *UnscopedCredentialRequestDefinitionClient) WithScope(scope string) *CredentialRequestDefinitionClient
WithScope - sets the resource scope for the client
type UnscopedDataplaneClient ¶ added in v1.1.49
type UnscopedDataplaneClient struct {
// contains filtered or unexported fields
}
UnscopedDataplaneClient - rest client for Dataplane resources that do not have a defined scope
func NewDataplaneClient ¶ added in v1.1.49
func NewDataplaneClient(c v1.Base) (*UnscopedDataplaneClient, error)
NewDataplaneClient - creates a client that is not scoped to any resource
func (*UnscopedDataplaneClient) Get ¶ added in v1.1.49
func (c *UnscopedDataplaneClient) Get(name string) (*m.Dataplane, error)
Get - gets a resource by name
func (*UnscopedDataplaneClient) Update ¶ added in v1.1.49
func (c *UnscopedDataplaneClient) Update(res *m.Dataplane, opts ...v1.UpdateOption) (*m.Dataplane, error)
Update - updates a resource
func (*UnscopedDataplaneClient) WithScope ¶ added in v1.1.49
func (c *UnscopedDataplaneClient) WithScope(scope string) *DataplaneClient
WithScope - sets the resource scope for the client
type UnscopedDataplaneSecretClient ¶ added in v1.1.49
type UnscopedDataplaneSecretClient struct {
// contains filtered or unexported fields
}
UnscopedDataplaneSecretClient - rest client for DataplaneSecret resources that do not have a defined scope
func NewDataplaneSecretClient ¶ added in v1.1.49
func NewDataplaneSecretClient(c v1.Base) (*UnscopedDataplaneSecretClient, error)
NewDataplaneSecretClient - creates a client that is not scoped to any resource
func (*UnscopedDataplaneSecretClient) Get ¶ added in v1.1.49
func (c *UnscopedDataplaneSecretClient) Get(name string) (*m.DataplaneSecret, error)
Get - gets a resource by name
func (*UnscopedDataplaneSecretClient) Update ¶ added in v1.1.49
func (c *UnscopedDataplaneSecretClient) Update(res *m.DataplaneSecret, opts ...v1.UpdateOption) (*m.DataplaneSecret, error)
Update - updates a resource
func (*UnscopedDataplaneSecretClient) WithScope ¶ added in v1.1.49
func (c *UnscopedDataplaneSecretClient) WithScope(scope string) *DataplaneSecretClient
WithScope - sets the resource scope for the client
type UnscopedDiscoveryAgentClient ¶
type UnscopedDiscoveryAgentClient struct {
// contains filtered or unexported fields
}
UnscopedDiscoveryAgentClient - rest client for DiscoveryAgent resources that do not have a defined scope
func NewDiscoveryAgentClient ¶
func NewDiscoveryAgentClient(c v1.Base) (*UnscopedDiscoveryAgentClient, error)
NewDiscoveryAgentClient - creates a client that is not scoped to any resource
func (*UnscopedDiscoveryAgentClient) Get ¶
func (c *UnscopedDiscoveryAgentClient) Get(name string) (*m.DiscoveryAgent, error)
Get - gets a resource by name
func (*UnscopedDiscoveryAgentClient) Update ¶
func (c *UnscopedDiscoveryAgentClient) Update(res *m.DiscoveryAgent, opts ...v1.UpdateOption) (*m.DiscoveryAgent, error)
Update - updates a resource
func (*UnscopedDiscoveryAgentClient) WithScope ¶
func (c *UnscopedDiscoveryAgentClient) WithScope(scope string) *DiscoveryAgentClient
WithScope - sets the resource scope for the client
type UnscopedIdentityProviderSecretClient ¶ added in v1.1.91
type UnscopedIdentityProviderSecretClient struct {
// contains filtered or unexported fields
}
UnscopedIdentityProviderSecretClient - rest client for IdentityProviderSecret resources that do not have a defined scope
func NewIdentityProviderSecretClient ¶ added in v1.1.91
func NewIdentityProviderSecretClient(c v1.Base) (*UnscopedIdentityProviderSecretClient, error)
NewIdentityProviderSecretClient - creates a client that is not scoped to any resource
func (*UnscopedIdentityProviderSecretClient) Get ¶ added in v1.1.91
func (c *UnscopedIdentityProviderSecretClient) Get(name string) (*m.IdentityProviderSecret, error)
Get - gets a resource by name
func (*UnscopedIdentityProviderSecretClient) Update ¶ added in v1.1.91
func (c *UnscopedIdentityProviderSecretClient) Update(res *m.IdentityProviderSecret, opts ...v1.UpdateOption) (*m.IdentityProviderSecret, error)
Update - updates a resource
func (*UnscopedIdentityProviderSecretClient) WithScope ¶ added in v1.1.91
func (c *UnscopedIdentityProviderSecretClient) WithScope(scope string) *IdentityProviderSecretClient
WithScope - sets the resource scope for the client
type UnscopedManagedApplicationClient ¶
type UnscopedManagedApplicationClient struct {
// contains filtered or unexported fields
}
UnscopedManagedApplicationClient - rest client for ManagedApplication resources that do not have a defined scope
func NewManagedApplicationClient ¶
func NewManagedApplicationClient(c v1.Base) (*UnscopedManagedApplicationClient, error)
NewManagedApplicationClient - creates a client that is not scoped to any resource
func (*UnscopedManagedApplicationClient) Get ¶
func (c *UnscopedManagedApplicationClient) Get(name string) (*m.ManagedApplication, error)
Get - gets a resource by name
func (*UnscopedManagedApplicationClient) Update ¶
func (c *UnscopedManagedApplicationClient) Update(res *m.ManagedApplication, opts ...v1.UpdateOption) (*m.ManagedApplication, error)
Update - updates a resource
func (*UnscopedManagedApplicationClient) WithScope ¶
func (c *UnscopedManagedApplicationClient) WithScope(scope string) *ManagedApplicationClient
WithScope - sets the resource scope for the client
type UnscopedResourceHookClient ¶
type UnscopedResourceHookClient struct {
// contains filtered or unexported fields
}
UnscopedResourceHookClient - rest client for ResourceHook resources that do not have a defined scope
func NewResourceHookClient ¶
func NewResourceHookClient(c v1.Base) (*UnscopedResourceHookClient, error)
NewResourceHookClient - creates a client that is not scoped to any resource
func (*UnscopedResourceHookClient) Get ¶
func (c *UnscopedResourceHookClient) Get(name string) (*m.ResourceHook, error)
Get - gets a resource by name
func (*UnscopedResourceHookClient) Update ¶
func (c *UnscopedResourceHookClient) Update(res *m.ResourceHook, opts ...v1.UpdateOption) (*m.ResourceHook, error)
Update - updates a resource
func (*UnscopedResourceHookClient) WithScope ¶
func (c *UnscopedResourceHookClient) WithScope(scope string) *ResourceHookClient
WithScope - sets the resource scope for the client
type UnscopedSecretClient ¶
type UnscopedSecretClient struct {
// contains filtered or unexported fields
}
UnscopedSecretClient - rest client for Secret resources that do not have a defined scope
func NewSecretClient ¶
func NewSecretClient(c v1.Base) (*UnscopedSecretClient, error)
NewSecretClient - creates a client that is not scoped to any resource
func (*UnscopedSecretClient) Get ¶
func (c *UnscopedSecretClient) Get(name string) (*m.Secret, error)
Get - gets a resource by name
func (*UnscopedSecretClient) Update ¶
func (c *UnscopedSecretClient) Update(res *m.Secret, opts ...v1.UpdateOption) (*m.Secret, error)
Update - updates a resource
func (*UnscopedSecretClient) WithScope ¶
func (c *UnscopedSecretClient) WithScope(scope string) *SecretClient
WithScope - sets the resource scope for the client
type UnscopedTraceabilityAgentClient ¶
type UnscopedTraceabilityAgentClient struct {
// contains filtered or unexported fields
}
UnscopedTraceabilityAgentClient - rest client for TraceabilityAgent resources that do not have a defined scope
func NewTraceabilityAgentClient ¶
func NewTraceabilityAgentClient(c v1.Base) (*UnscopedTraceabilityAgentClient, error)
NewTraceabilityAgentClient - creates a client that is not scoped to any resource
func (*UnscopedTraceabilityAgentClient) Get ¶
func (c *UnscopedTraceabilityAgentClient) Get(name string) (*m.TraceabilityAgent, error)
Get - gets a resource by name
func (*UnscopedTraceabilityAgentClient) Update ¶
func (c *UnscopedTraceabilityAgentClient) Update(res *m.TraceabilityAgent, opts ...v1.UpdateOption) (*m.TraceabilityAgent, error)
Update - updates a resource
func (*UnscopedTraceabilityAgentClient) WithScope ¶
func (c *UnscopedTraceabilityAgentClient) WithScope(scope string) *TraceabilityAgentClient
WithScope - sets the resource scope for the client
type UnscopedWebhookClient ¶
type UnscopedWebhookClient struct {
// contains filtered or unexported fields
}
UnscopedWebhookClient - rest client for Webhook resources that do not have a defined scope
func NewWebhookClient ¶
func NewWebhookClient(c v1.Base) (*UnscopedWebhookClient, error)
NewWebhookClient - creates a client that is not scoped to any resource
func (*UnscopedWebhookClient) Get ¶
func (c *UnscopedWebhookClient) Get(name string) (*m.Webhook, error)
Get - gets a resource by name
func (*UnscopedWebhookClient) Update ¶
func (c *UnscopedWebhookClient) Update(res *m.Webhook, opts ...v1.UpdateOption) (*m.Webhook, error)
Update - updates a resource
func (*UnscopedWebhookClient) WithScope ¶
func (c *UnscopedWebhookClient) WithScope(scope string) *WebhookClient
WithScope - sets the resource scope for the client
type WatchTopicClient ¶
type WatchTopicClient struct {
// contains filtered or unexported fields
}
WatchTopicClient - rest client for WatchTopic resources that have a defined resource scope
func NewWatchTopicClient ¶
func NewWatchTopicClient(c v1.Base) (*WatchTopicClient, error)
NewWatchTopicClient - creates a client scoped to a particular resource
func (*WatchTopicClient) Create ¶
func (c *WatchTopicClient) Create(res *m.WatchTopic, opts ...v1.CreateOption) (*m.WatchTopic, error)
Create - creates a resource
func (*WatchTopicClient) Delete ¶
func (c *WatchTopicClient) Delete(res *m.WatchTopic) error
Delete - deletes a resource
func (*WatchTopicClient) Get ¶
func (c *WatchTopicClient) Get(name string) (*m.WatchTopic, error)
Get - gets a resource by name
func (*WatchTopicClient) List ¶
func (c *WatchTopicClient) List(options ...v1.ListOptions) ([]*m.WatchTopic, error)
List - gets a list of resources
func (*WatchTopicClient) Update ¶
func (c *WatchTopicClient) Update(res *m.WatchTopic, opts ...v1.UpdateOption) (*m.WatchTopic, error)
Update - updates a resource
type WatchTopicMergeFunc ¶
type WatchTopicMergeFunc func(*m.WatchTopic, *m.WatchTopic) (*m.WatchTopic, error)
type WebhookClient ¶
type WebhookClient struct {
// contains filtered or unexported fields
}
WebhookClient - rest client for Webhook resources that have a defined resource scope
func (*WebhookClient) Create ¶
func (c *WebhookClient) Create(res *m.Webhook, opts ...v1.CreateOption) (*m.Webhook, error)
Create - creates a resource
func (*WebhookClient) Delete ¶
func (c *WebhookClient) Delete(res *m.Webhook) error
Delete - deletes a resource
func (*WebhookClient) Get ¶
func (c *WebhookClient) Get(name string) (*m.Webhook, error)
Get - gets a resource by name
func (*WebhookClient) List ¶
func (c *WebhookClient) List(options ...v1.ListOptions) ([]*m.Webhook, error)
List - gets a list of resources
func (*WebhookClient) Update ¶
func (c *WebhookClient) Update(res *m.Webhook, opts ...v1.UpdateOption) (*m.Webhook, error)
Update - updates a resource
Source Files ¶
- APIService.go
- APIServiceInstance.go
- APIServiceRevision.go
- APISpecLintingJob.go
- APISpecLintingRuleset.go
- AccessControlList.go
- AccessRequest.go
- AccessRequestDefinition.go
- AssetMapping.go
- AssetMappingTemplate.go
- BatchJob.go
- Credential.go
- CredentialRequestDefinition.go
- Dataplane.go
- DataplaneSecret.go
- DiscoveryAgent.go
- Environment.go
- IdentityProvider.go
- IdentityProviderSecret.go
- Integration.go
- ManagedApplication.go
- ResourceHook.go
- Secret.go
- TraceabilityAgent.go
- WatchTopic.go
- Webhook.go