Documentation ¶
Index ¶
- func APIKeyAuthRuleMerge(f APIKeyAuthRuleMergeFunc) v1.UpdateOption
- func APIServiceInstanceMerge(f APIServiceInstanceMergeFunc) v1.UpdateOption
- func APIServiceMerge(f APIServiceMergeFunc) v1.UpdateOption
- func APIServiceRevisionMerge(f APIServiceRevisionMergeFunc) v1.UpdateOption
- func APISpecMerge(f APISpecMergeFunc) v1.UpdateOption
- func AccessControlListMerge(f AccessControlListMergeFunc) v1.UpdateOption
- func AccessRequestDefinitionMerge(f AccessRequestDefinitionMergeFunc) v1.UpdateOption
- func AccessRequestMerge(f AccessRequestMergeFunc) v1.UpdateOption
- func AmplifyConfigMerge(f AmplifyConfigMergeFunc) v1.UpdateOption
- func AmplifyJWTAuthRuleMerge(f AmplifyJWTAuthRuleMergeFunc) v1.UpdateOption
- func AmplifyOAuth2AuthRuleMerge(f AmplifyOAuth2AuthRuleMergeFunc) v1.UpdateOption
- func AmplifyRuntimeConfigMerge(f AmplifyRuntimeConfigMergeFunc) v1.UpdateOption
- func AssetMappingMerge(f AssetMappingMergeFunc) v1.UpdateOption
- func AssetMappingTemplateMerge(f AssetMappingTemplateMergeFunc) v1.UpdateOption
- func ConsumerInstanceMerge(f ConsumerInstanceMergeFunc) v1.UpdateOption
- func ConsumerSubscriptionDefinitionMerge(f ConsumerSubscriptionDefinitionMergeFunc) v1.UpdateOption
- func CorsRuleMerge(f CorsRuleMergeFunc) v1.UpdateOption
- func CredentialMerge(f CredentialMergeFunc) v1.UpdateOption
- func CredentialRequestDefinitionMerge(f CredentialRequestDefinitionMergeFunc) v1.UpdateOption
- func DeploymentMerge(f DeploymentMergeFunc) v1.UpdateOption
- func DiscoveryAgentMerge(f DiscoveryAgentMergeFunc) v1.UpdateOption
- func EnvironmentMerge(f EnvironmentMergeFunc) v1.UpdateOption
- func ExternalSecretMerge(f ExternalSecretMergeFunc) v1.UpdateOption
- func GovernanceAgentMerge(f GovernanceAgentMergeFunc) v1.UpdateOption
- func GraphQLDocumentMerge(f GraphQLDocumentMergeFunc) v1.UpdateOption
- func IntegrationMerge(f IntegrationMergeFunc) v1.UpdateOption
- func K8SClusterMerge(f K8SClusterMergeFunc) v1.UpdateOption
- func K8SResourceMerge(f K8SResourceMergeFunc) v1.UpdateOption
- func ManagedApplicationMerge(f ManagedApplicationMergeFunc) v1.UpdateOption
- func MeshDiscoveryMerge(f MeshDiscoveryMergeFunc) v1.UpdateOption
- func MeshMerge(f MeshMergeFunc) v1.UpdateOption
- func MeshServiceMerge(f MeshServiceMergeFunc) v1.UpdateOption
- func MeshWorkloadMerge(f MeshWorkloadMergeFunc) v1.UpdateOption
- func OAS3DocumentMerge(f OAS3DocumentMergeFunc) v1.UpdateOption
- func RateLimitRuleMerge(f RateLimitRuleMergeFunc) v1.UpdateOption
- func ReleaseTagMerge(f ReleaseTagMergeFunc) v1.UpdateOption
- func ResourceDiscoveryMerge(f ResourceDiscoveryMergeFunc) v1.UpdateOption
- func ResourceHookMerge(f ResourceHookMergeFunc) v1.UpdateOption
- func SecretMerge(f SecretMergeFunc) v1.UpdateOption
- func SpecDiscoveryMerge(f SpecDiscoveryMergeFunc) v1.UpdateOption
- func TraceabilityAgentMerge(f TraceabilityAgentMergeFunc) v1.UpdateOption
- func VirtualAPIMerge(f VirtualAPIMergeFunc) v1.UpdateOption
- func VirtualAPIReleaseMerge(f VirtualAPIReleaseMergeFunc) v1.UpdateOption
- func VirtualHostMerge(f VirtualHostMergeFunc) v1.UpdateOption
- func VirtualServiceMerge(f VirtualServiceMergeFunc) v1.UpdateOption
- func WatchTopicMerge(f WatchTopicMergeFunc) v1.UpdateOption
- func WebhookMerge(f WebhookMergeFunc) v1.UpdateOption
- type APIKeyAuthRuleClient
- func (c *APIKeyAuthRuleClient) Create(res *m.APIKeyAuthRule, opts ...v1.CreateOption) (*m.APIKeyAuthRule, error)
- func (c *APIKeyAuthRuleClient) Delete(res *m.APIKeyAuthRule) error
- func (c *APIKeyAuthRuleClient) Get(name string) (*m.APIKeyAuthRule, error)
- func (c *APIKeyAuthRuleClient) List(options ...v1.ListOptions) ([]*m.APIKeyAuthRule, error)
- func (c *APIKeyAuthRuleClient) Update(res *m.APIKeyAuthRule, opts ...v1.UpdateOption) (*m.APIKeyAuthRule, error)
- type APIKeyAuthRuleMergeFunc
- 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 APISpecClient
- func (c *APISpecClient) Create(res *m.APISpec, opts ...v1.CreateOption) (*m.APISpec, error)
- func (c *APISpecClient) Delete(res *m.APISpec) error
- func (c *APISpecClient) Get(name string) (*m.APISpec, error)
- func (c *APISpecClient) List(options ...v1.ListOptions) ([]*m.APISpec, error)
- func (c *APISpecClient) Update(res *m.APISpec, opts ...v1.UpdateOption) (*m.APISpec, error)
- type APISpecMergeFunc
- 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 AmplifyConfigClient
- func (c *AmplifyConfigClient) Create(res *m.AmplifyConfig, opts ...v1.CreateOption) (*m.AmplifyConfig, error)
- func (c *AmplifyConfigClient) Delete(res *m.AmplifyConfig) error
- func (c *AmplifyConfigClient) Get(name string) (*m.AmplifyConfig, error)
- func (c *AmplifyConfigClient) List(options ...v1.ListOptions) ([]*m.AmplifyConfig, error)
- func (c *AmplifyConfigClient) Update(res *m.AmplifyConfig, opts ...v1.UpdateOption) (*m.AmplifyConfig, error)
- type AmplifyConfigMergeFunc
- type AmplifyJWTAuthRuleClient
- func (c *AmplifyJWTAuthRuleClient) Create(res *m.AmplifyJWTAuthRule, opts ...v1.CreateOption) (*m.AmplifyJWTAuthRule, error)
- func (c *AmplifyJWTAuthRuleClient) Delete(res *m.AmplifyJWTAuthRule) error
- func (c *AmplifyJWTAuthRuleClient) Get(name string) (*m.AmplifyJWTAuthRule, error)
- func (c *AmplifyJWTAuthRuleClient) List(options ...v1.ListOptions) ([]*m.AmplifyJWTAuthRule, error)
- func (c *AmplifyJWTAuthRuleClient) Update(res *m.AmplifyJWTAuthRule, opts ...v1.UpdateOption) (*m.AmplifyJWTAuthRule, error)
- type AmplifyJWTAuthRuleMergeFunc
- type AmplifyOAuth2AuthRuleClient
- func (c *AmplifyOAuth2AuthRuleClient) Create(res *m.AmplifyOAuth2AuthRule, opts ...v1.CreateOption) (*m.AmplifyOAuth2AuthRule, error)
- func (c *AmplifyOAuth2AuthRuleClient) Delete(res *m.AmplifyOAuth2AuthRule) error
- func (c *AmplifyOAuth2AuthRuleClient) Get(name string) (*m.AmplifyOAuth2AuthRule, error)
- func (c *AmplifyOAuth2AuthRuleClient) List(options ...v1.ListOptions) ([]*m.AmplifyOAuth2AuthRule, error)
- func (c *AmplifyOAuth2AuthRuleClient) Update(res *m.AmplifyOAuth2AuthRule, opts ...v1.UpdateOption) (*m.AmplifyOAuth2AuthRule, error)
- type AmplifyOAuth2AuthRuleMergeFunc
- type AmplifyRuntimeConfigClient
- func (c *AmplifyRuntimeConfigClient) Create(res *m.AmplifyRuntimeConfig, opts ...v1.CreateOption) (*m.AmplifyRuntimeConfig, error)
- func (c *AmplifyRuntimeConfigClient) Delete(res *m.AmplifyRuntimeConfig) error
- func (c *AmplifyRuntimeConfigClient) Get(name string) (*m.AmplifyRuntimeConfig, error)
- func (c *AmplifyRuntimeConfigClient) List(options ...v1.ListOptions) ([]*m.AmplifyRuntimeConfig, error)
- func (c *AmplifyRuntimeConfigClient) Update(res *m.AmplifyRuntimeConfig, opts ...v1.UpdateOption) (*m.AmplifyRuntimeConfig, error)
- type AmplifyRuntimeConfigMergeFunc
- 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 ConsumerInstanceClient
- func (c *ConsumerInstanceClient) Create(res *m.ConsumerInstance, opts ...v1.CreateOption) (*m.ConsumerInstance, error)
- func (c *ConsumerInstanceClient) Delete(res *m.ConsumerInstance) error
- func (c *ConsumerInstanceClient) Get(name string) (*m.ConsumerInstance, error)
- func (c *ConsumerInstanceClient) List(options ...v1.ListOptions) ([]*m.ConsumerInstance, error)
- func (c *ConsumerInstanceClient) Update(res *m.ConsumerInstance, opts ...v1.UpdateOption) (*m.ConsumerInstance, error)
- type ConsumerInstanceMergeFunc
- type ConsumerSubscriptionDefinitionClient
- func (c *ConsumerSubscriptionDefinitionClient) Create(res *m.ConsumerSubscriptionDefinition, opts ...v1.CreateOption) (*m.ConsumerSubscriptionDefinition, error)
- func (c *ConsumerSubscriptionDefinitionClient) Delete(res *m.ConsumerSubscriptionDefinition) error
- func (c *ConsumerSubscriptionDefinitionClient) Get(name string) (*m.ConsumerSubscriptionDefinition, error)
- func (c *ConsumerSubscriptionDefinitionClient) List(options ...v1.ListOptions) ([]*m.ConsumerSubscriptionDefinition, error)
- func (c *ConsumerSubscriptionDefinitionClient) Update(res *m.ConsumerSubscriptionDefinition, opts ...v1.UpdateOption) (*m.ConsumerSubscriptionDefinition, error)
- type ConsumerSubscriptionDefinitionMergeFunc
- type CorsRuleClient
- func (c *CorsRuleClient) Create(res *m.CorsRule, opts ...v1.CreateOption) (*m.CorsRule, error)
- func (c *CorsRuleClient) Delete(res *m.CorsRule) error
- func (c *CorsRuleClient) Get(name string) (*m.CorsRule, error)
- func (c *CorsRuleClient) List(options ...v1.ListOptions) ([]*m.CorsRule, error)
- func (c *CorsRuleClient) Update(res *m.CorsRule, opts ...v1.UpdateOption) (*m.CorsRule, error)
- type CorsRuleMergeFunc
- 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 DeploymentClient
- func (c *DeploymentClient) Create(res *m.Deployment, opts ...v1.CreateOption) (*m.Deployment, error)
- func (c *DeploymentClient) Delete(res *m.Deployment) error
- func (c *DeploymentClient) Get(name string) (*m.Deployment, error)
- func (c *DeploymentClient) List(options ...v1.ListOptions) ([]*m.Deployment, error)
- func (c *DeploymentClient) Update(res *m.Deployment, opts ...v1.UpdateOption) (*m.Deployment, error)
- type DeploymentMergeFunc
- 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 ExternalSecretClient
- func (c *ExternalSecretClient) Create(res *m.ExternalSecret, opts ...v1.CreateOption) (*m.ExternalSecret, error)
- func (c *ExternalSecretClient) Delete(res *m.ExternalSecret) error
- func (c *ExternalSecretClient) Get(name string) (*m.ExternalSecret, error)
- func (c *ExternalSecretClient) List(options ...v1.ListOptions) ([]*m.ExternalSecret, error)
- func (c *ExternalSecretClient) Update(res *m.ExternalSecret, opts ...v1.UpdateOption) (*m.ExternalSecret, error)
- type ExternalSecretMergeFunc
- type GovernanceAgentClient
- func (c *GovernanceAgentClient) Create(res *m.GovernanceAgent, opts ...v1.CreateOption) (*m.GovernanceAgent, error)
- func (c *GovernanceAgentClient) Delete(res *m.GovernanceAgent) error
- func (c *GovernanceAgentClient) Get(name string) (*m.GovernanceAgent, error)
- func (c *GovernanceAgentClient) List(options ...v1.ListOptions) ([]*m.GovernanceAgent, error)
- func (c *GovernanceAgentClient) Update(res *m.GovernanceAgent, opts ...v1.UpdateOption) (*m.GovernanceAgent, error)
- type GovernanceAgentMergeFunc
- type GraphQLDocumentClient
- func (c *GraphQLDocumentClient) Create(res *m.GraphQLDocument, opts ...v1.CreateOption) (*m.GraphQLDocument, error)
- func (c *GraphQLDocumentClient) Delete(res *m.GraphQLDocument) error
- func (c *GraphQLDocumentClient) Get(name string) (*m.GraphQLDocument, error)
- func (c *GraphQLDocumentClient) List(options ...v1.ListOptions) ([]*m.GraphQLDocument, error)
- func (c *GraphQLDocumentClient) Update(res *m.GraphQLDocument, opts ...v1.UpdateOption) (*m.GraphQLDocument, error)
- type GraphQLDocumentMergeFunc
- 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 K8SClusterClient
- func (c *K8SClusterClient) Create(res *m.K8SCluster, opts ...v1.CreateOption) (*m.K8SCluster, error)
- func (c *K8SClusterClient) Delete(res *m.K8SCluster) error
- func (c *K8SClusterClient) Get(name string) (*m.K8SCluster, error)
- func (c *K8SClusterClient) List(options ...v1.ListOptions) ([]*m.K8SCluster, error)
- func (c *K8SClusterClient) Update(res *m.K8SCluster, opts ...v1.UpdateOption) (*m.K8SCluster, error)
- type K8SClusterMergeFunc
- type K8SResourceClient
- func (c *K8SResourceClient) Create(res *m.K8SResource, opts ...v1.CreateOption) (*m.K8SResource, error)
- func (c *K8SResourceClient) Delete(res *m.K8SResource) error
- func (c *K8SResourceClient) Get(name string) (*m.K8SResource, error)
- func (c *K8SResourceClient) List(options ...v1.ListOptions) ([]*m.K8SResource, error)
- func (c *K8SResourceClient) Update(res *m.K8SResource, opts ...v1.UpdateOption) (*m.K8SResource, error)
- type K8SResourceMergeFunc
- 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 MeshClient
- func (c *MeshClient) Create(res *m.Mesh, opts ...v1.CreateOption) (*m.Mesh, error)
- func (c *MeshClient) Delete(res *m.Mesh) error
- func (c *MeshClient) Get(name string) (*m.Mesh, error)
- func (c *MeshClient) List(options ...v1.ListOptions) ([]*m.Mesh, error)
- func (c *MeshClient) Update(res *m.Mesh, opts ...v1.UpdateOption) (*m.Mesh, error)
- type MeshDiscoveryClient
- func (c *MeshDiscoveryClient) Create(res *m.MeshDiscovery, opts ...v1.CreateOption) (*m.MeshDiscovery, error)
- func (c *MeshDiscoveryClient) Delete(res *m.MeshDiscovery) error
- func (c *MeshDiscoveryClient) Get(name string) (*m.MeshDiscovery, error)
- func (c *MeshDiscoveryClient) List(options ...v1.ListOptions) ([]*m.MeshDiscovery, error)
- func (c *MeshDiscoveryClient) Update(res *m.MeshDiscovery, opts ...v1.UpdateOption) (*m.MeshDiscovery, error)
- type MeshDiscoveryMergeFunc
- type MeshMergeFunc
- type MeshServiceClient
- func (c *MeshServiceClient) Create(res *m.MeshService, opts ...v1.CreateOption) (*m.MeshService, error)
- func (c *MeshServiceClient) Delete(res *m.MeshService) error
- func (c *MeshServiceClient) Get(name string) (*m.MeshService, error)
- func (c *MeshServiceClient) List(options ...v1.ListOptions) ([]*m.MeshService, error)
- func (c *MeshServiceClient) Update(res *m.MeshService, opts ...v1.UpdateOption) (*m.MeshService, error)
- type MeshServiceMergeFunc
- type MeshWorkloadClient
- func (c *MeshWorkloadClient) Create(res *m.MeshWorkload, opts ...v1.CreateOption) (*m.MeshWorkload, error)
- func (c *MeshWorkloadClient) Delete(res *m.MeshWorkload) error
- func (c *MeshWorkloadClient) Get(name string) (*m.MeshWorkload, error)
- func (c *MeshWorkloadClient) List(options ...v1.ListOptions) ([]*m.MeshWorkload, error)
- func (c *MeshWorkloadClient) Update(res *m.MeshWorkload, opts ...v1.UpdateOption) (*m.MeshWorkload, error)
- type MeshWorkloadMergeFunc
- type OAS3DocumentClient
- func (c *OAS3DocumentClient) Create(res *m.OAS3Document, opts ...v1.CreateOption) (*m.OAS3Document, error)
- func (c *OAS3DocumentClient) Delete(res *m.OAS3Document) error
- func (c *OAS3DocumentClient) Get(name string) (*m.OAS3Document, error)
- func (c *OAS3DocumentClient) List(options ...v1.ListOptions) ([]*m.OAS3Document, error)
- func (c *OAS3DocumentClient) Update(res *m.OAS3Document, opts ...v1.UpdateOption) (*m.OAS3Document, error)
- type OAS3DocumentMergeFunc
- type RateLimitRuleClient
- func (c *RateLimitRuleClient) Create(res *m.RateLimitRule, opts ...v1.CreateOption) (*m.RateLimitRule, error)
- func (c *RateLimitRuleClient) Delete(res *m.RateLimitRule) error
- func (c *RateLimitRuleClient) Get(name string) (*m.RateLimitRule, error)
- func (c *RateLimitRuleClient) List(options ...v1.ListOptions) ([]*m.RateLimitRule, error)
- func (c *RateLimitRuleClient) Update(res *m.RateLimitRule, opts ...v1.UpdateOption) (*m.RateLimitRule, error)
- type RateLimitRuleMergeFunc
- type ReleaseTagClient
- func (c *ReleaseTagClient) Create(res *m.ReleaseTag, opts ...v1.CreateOption) (*m.ReleaseTag, error)
- func (c *ReleaseTagClient) Delete(res *m.ReleaseTag) error
- func (c *ReleaseTagClient) Get(name string) (*m.ReleaseTag, error)
- func (c *ReleaseTagClient) List(options ...v1.ListOptions) ([]*m.ReleaseTag, error)
- func (c *ReleaseTagClient) Update(res *m.ReleaseTag, opts ...v1.UpdateOption) (*m.ReleaseTag, error)
- type ReleaseTagMergeFunc
- type ResourceDiscoveryClient
- func (c *ResourceDiscoveryClient) Create(res *m.ResourceDiscovery, opts ...v1.CreateOption) (*m.ResourceDiscovery, error)
- func (c *ResourceDiscoveryClient) Delete(res *m.ResourceDiscovery) error
- func (c *ResourceDiscoveryClient) Get(name string) (*m.ResourceDiscovery, error)
- func (c *ResourceDiscoveryClient) List(options ...v1.ListOptions) ([]*m.ResourceDiscovery, error)
- func (c *ResourceDiscoveryClient) Update(res *m.ResourceDiscovery, opts ...v1.UpdateOption) (*m.ResourceDiscovery, error)
- type ResourceDiscoveryMergeFunc
- 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 SpecDiscoveryClient
- func (c *SpecDiscoveryClient) Create(res *m.SpecDiscovery, opts ...v1.CreateOption) (*m.SpecDiscovery, error)
- func (c *SpecDiscoveryClient) Delete(res *m.SpecDiscovery) error
- func (c *SpecDiscoveryClient) Get(name string) (*m.SpecDiscovery, error)
- func (c *SpecDiscoveryClient) List(options ...v1.ListOptions) ([]*m.SpecDiscovery, error)
- func (c *SpecDiscoveryClient) Update(res *m.SpecDiscovery, opts ...v1.UpdateOption) (*m.SpecDiscovery, error)
- type SpecDiscoveryMergeFunc
- 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 UnscopedAPIKeyAuthRuleClient
- 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 UnscopedAPISpecClient
- 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 UnscopedAmplifyConfigClient
- type UnscopedAmplifyJWTAuthRuleClient
- func (c *UnscopedAmplifyJWTAuthRuleClient) Get(name string) (*m.AmplifyJWTAuthRule, error)
- func (c *UnscopedAmplifyJWTAuthRuleClient) Update(res *m.AmplifyJWTAuthRule, opts ...v1.UpdateOption) (*m.AmplifyJWTAuthRule, error)
- func (c *UnscopedAmplifyJWTAuthRuleClient) WithScope(scope string) *AmplifyJWTAuthRuleClient
- type UnscopedAmplifyOAuth2AuthRuleClient
- func (c *UnscopedAmplifyOAuth2AuthRuleClient) Get(name string) (*m.AmplifyOAuth2AuthRule, error)
- func (c *UnscopedAmplifyOAuth2AuthRuleClient) Update(res *m.AmplifyOAuth2AuthRule, opts ...v1.UpdateOption) (*m.AmplifyOAuth2AuthRule, error)
- func (c *UnscopedAmplifyOAuth2AuthRuleClient) WithScope(scope string) *AmplifyOAuth2AuthRuleClient
- type UnscopedAmplifyRuntimeConfigClient
- func (c *UnscopedAmplifyRuntimeConfigClient) Get(name string) (*m.AmplifyRuntimeConfig, error)
- func (c *UnscopedAmplifyRuntimeConfigClient) Update(res *m.AmplifyRuntimeConfig, opts ...v1.UpdateOption) (*m.AmplifyRuntimeConfig, error)
- func (c *UnscopedAmplifyRuntimeConfigClient) WithScope(scope string) *AmplifyRuntimeConfigClient
- 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 UnscopedConsumerInstanceClient
- func (c *UnscopedConsumerInstanceClient) Get(name string) (*m.ConsumerInstance, error)
- func (c *UnscopedConsumerInstanceClient) Update(res *m.ConsumerInstance, opts ...v1.UpdateOption) (*m.ConsumerInstance, error)
- func (c *UnscopedConsumerInstanceClient) WithScope(scope string) *ConsumerInstanceClient
- type UnscopedConsumerSubscriptionDefinitionClient
- func (c *UnscopedConsumerSubscriptionDefinitionClient) Get(name string) (*m.ConsumerSubscriptionDefinition, error)
- func (c *UnscopedConsumerSubscriptionDefinitionClient) Update(res *m.ConsumerSubscriptionDefinition, opts ...v1.UpdateOption) (*m.ConsumerSubscriptionDefinition, error)
- func (c *UnscopedConsumerSubscriptionDefinitionClient) WithScope(scope string) *ConsumerSubscriptionDefinitionClient
- type UnscopedCorsRuleClient
- 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 UnscopedDeploymentClient
- type UnscopedDiscoveryAgentClient
- type UnscopedExternalSecretClient
- type UnscopedGovernanceAgentClient
- type UnscopedGraphQLDocumentClient
- type UnscopedK8SResourceClient
- 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 UnscopedMeshDiscoveryClient
- type UnscopedMeshServiceClient
- type UnscopedMeshWorkloadClient
- type UnscopedOAS3DocumentClient
- type UnscopedRateLimitRuleClient
- type UnscopedReleaseTagClient
- type UnscopedResourceDiscoveryClient
- func (c *UnscopedResourceDiscoveryClient) Get(name string) (*m.ResourceDiscovery, error)
- func (c *UnscopedResourceDiscoveryClient) Update(res *m.ResourceDiscovery, opts ...v1.UpdateOption) (*m.ResourceDiscovery, error)
- func (c *UnscopedResourceDiscoveryClient) WithScope(scope string) *ResourceDiscoveryClient
- type UnscopedResourceHookClient
- type UnscopedSecretClient
- type UnscopedSpecDiscoveryClient
- 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 UnscopedVirtualHostClient
- type UnscopedVirtualServiceClient
- type UnscopedWebhookClient
- type VirtualAPIClient
- func (c *VirtualAPIClient) Create(res *m.VirtualAPI, opts ...v1.CreateOption) (*m.VirtualAPI, error)
- func (c *VirtualAPIClient) Delete(res *m.VirtualAPI) error
- func (c *VirtualAPIClient) Get(name string) (*m.VirtualAPI, error)
- func (c *VirtualAPIClient) List(options ...v1.ListOptions) ([]*m.VirtualAPI, error)
- func (c *VirtualAPIClient) Update(res *m.VirtualAPI, opts ...v1.UpdateOption) (*m.VirtualAPI, error)
- type VirtualAPIMergeFunc
- type VirtualAPIReleaseClient
- func (c *VirtualAPIReleaseClient) Create(res *m.VirtualAPIRelease, opts ...v1.CreateOption) (*m.VirtualAPIRelease, error)
- func (c *VirtualAPIReleaseClient) Delete(res *m.VirtualAPIRelease) error
- func (c *VirtualAPIReleaseClient) Get(name string) (*m.VirtualAPIRelease, error)
- func (c *VirtualAPIReleaseClient) List(options ...v1.ListOptions) ([]*m.VirtualAPIRelease, error)
- func (c *VirtualAPIReleaseClient) Update(res *m.VirtualAPIRelease, opts ...v1.UpdateOption) (*m.VirtualAPIRelease, error)
- type VirtualAPIReleaseMergeFunc
- type VirtualHostClient
- func (c *VirtualHostClient) Create(res *m.VirtualHost, opts ...v1.CreateOption) (*m.VirtualHost, error)
- func (c *VirtualHostClient) Delete(res *m.VirtualHost) error
- func (c *VirtualHostClient) Get(name string) (*m.VirtualHost, error)
- func (c *VirtualHostClient) List(options ...v1.ListOptions) ([]*m.VirtualHost, error)
- func (c *VirtualHostClient) Update(res *m.VirtualHost, opts ...v1.UpdateOption) (*m.VirtualHost, error)
- type VirtualHostMergeFunc
- type VirtualServiceClient
- func (c *VirtualServiceClient) Create(res *m.VirtualService, opts ...v1.CreateOption) (*m.VirtualService, error)
- func (c *VirtualServiceClient) Delete(res *m.VirtualService) error
- func (c *VirtualServiceClient) Get(name string) (*m.VirtualService, error)
- func (c *VirtualServiceClient) List(options ...v1.ListOptions) ([]*m.VirtualService, error)
- func (c *VirtualServiceClient) Update(res *m.VirtualService, opts ...v1.UpdateOption) (*m.VirtualService, error)
- type VirtualServiceMergeFunc
- 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 APIKeyAuthRuleMerge ¶
func APIKeyAuthRuleMerge(f APIKeyAuthRuleMergeFunc) v1.UpdateOption
APIKeyAuthRuleMerge builds a merge option for an update operation
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 APISpecMerge ¶
func APISpecMerge(f APISpecMergeFunc) v1.UpdateOption
APISpecMerge 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 AmplifyConfigMerge ¶
func AmplifyConfigMerge(f AmplifyConfigMergeFunc) v1.UpdateOption
AmplifyConfigMerge builds a merge option for an update operation
func AmplifyJWTAuthRuleMerge ¶
func AmplifyJWTAuthRuleMerge(f AmplifyJWTAuthRuleMergeFunc) v1.UpdateOption
AmplifyJWTAuthRuleMerge builds a merge option for an update operation
func AmplifyOAuth2AuthRuleMerge ¶
func AmplifyOAuth2AuthRuleMerge(f AmplifyOAuth2AuthRuleMergeFunc) v1.UpdateOption
AmplifyOAuth2AuthRuleMerge builds a merge option for an update operation
func AmplifyRuntimeConfigMerge ¶
func AmplifyRuntimeConfigMerge(f AmplifyRuntimeConfigMergeFunc) v1.UpdateOption
AmplifyRuntimeConfigMerge 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 ConsumerInstanceMerge ¶
func ConsumerInstanceMerge(f ConsumerInstanceMergeFunc) v1.UpdateOption
ConsumerInstanceMerge builds a merge option for an update operation
func ConsumerSubscriptionDefinitionMerge ¶
func ConsumerSubscriptionDefinitionMerge(f ConsumerSubscriptionDefinitionMergeFunc) v1.UpdateOption
ConsumerSubscriptionDefinitionMerge builds a merge option for an update operation
func CorsRuleMerge ¶
func CorsRuleMerge(f CorsRuleMergeFunc) v1.UpdateOption
CorsRuleMerge 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 DeploymentMerge ¶
func DeploymentMerge(f DeploymentMergeFunc) v1.UpdateOption
DeploymentMerge 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 ExternalSecretMerge ¶
func ExternalSecretMerge(f ExternalSecretMergeFunc) v1.UpdateOption
ExternalSecretMerge builds a merge option for an update operation
func GovernanceAgentMerge ¶
func GovernanceAgentMerge(f GovernanceAgentMergeFunc) v1.UpdateOption
GovernanceAgentMerge builds a merge option for an update operation
func GraphQLDocumentMerge ¶ added in v1.1.41
func GraphQLDocumentMerge(f GraphQLDocumentMergeFunc) v1.UpdateOption
GraphQLDocumentMerge 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 K8SClusterMerge ¶
func K8SClusterMerge(f K8SClusterMergeFunc) v1.UpdateOption
K8SClusterMerge builds a merge option for an update operation
func K8SResourceMerge ¶
func K8SResourceMerge(f K8SResourceMergeFunc) v1.UpdateOption
K8SResourceMerge 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 MeshDiscoveryMerge ¶
func MeshDiscoveryMerge(f MeshDiscoveryMergeFunc) v1.UpdateOption
MeshDiscoveryMerge builds a merge option for an update operation
func MeshMerge ¶
func MeshMerge(f MeshMergeFunc) v1.UpdateOption
MeshMerge builds a merge option for an update operation
func MeshServiceMerge ¶
func MeshServiceMerge(f MeshServiceMergeFunc) v1.UpdateOption
MeshServiceMerge builds a merge option for an update operation
func MeshWorkloadMerge ¶
func MeshWorkloadMerge(f MeshWorkloadMergeFunc) v1.UpdateOption
MeshWorkloadMerge builds a merge option for an update operation
func OAS3DocumentMerge ¶
func OAS3DocumentMerge(f OAS3DocumentMergeFunc) v1.UpdateOption
OAS3DocumentMerge builds a merge option for an update operation
func RateLimitRuleMerge ¶ added in v1.1.44
func RateLimitRuleMerge(f RateLimitRuleMergeFunc) v1.UpdateOption
RateLimitRuleMerge builds a merge option for an update operation
func ReleaseTagMerge ¶
func ReleaseTagMerge(f ReleaseTagMergeFunc) v1.UpdateOption
ReleaseTagMerge builds a merge option for an update operation
func ResourceDiscoveryMerge ¶
func ResourceDiscoveryMerge(f ResourceDiscoveryMergeFunc) v1.UpdateOption
ResourceDiscoveryMerge 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 SpecDiscoveryMerge ¶
func SpecDiscoveryMerge(f SpecDiscoveryMergeFunc) v1.UpdateOption
SpecDiscoveryMerge 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 VirtualAPIMerge ¶
func VirtualAPIMerge(f VirtualAPIMergeFunc) v1.UpdateOption
VirtualAPIMerge builds a merge option for an update operation
func VirtualAPIReleaseMerge ¶
func VirtualAPIReleaseMerge(f VirtualAPIReleaseMergeFunc) v1.UpdateOption
VirtualAPIReleaseMerge builds a merge option for an update operation
func VirtualHostMerge ¶
func VirtualHostMerge(f VirtualHostMergeFunc) v1.UpdateOption
VirtualHostMerge builds a merge option for an update operation
func VirtualServiceMerge ¶
func VirtualServiceMerge(f VirtualServiceMergeFunc) v1.UpdateOption
VirtualServiceMerge 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 APIKeyAuthRuleClient ¶
type APIKeyAuthRuleClient struct {
// contains filtered or unexported fields
}
APIKeyAuthRuleClient - rest client for APIKeyAuthRule resources that have a defined resource scope
func (*APIKeyAuthRuleClient) Create ¶
func (c *APIKeyAuthRuleClient) Create(res *m.APIKeyAuthRule, opts ...v1.CreateOption) (*m.APIKeyAuthRule, error)
Create - creates a resource
func (*APIKeyAuthRuleClient) Delete ¶
func (c *APIKeyAuthRuleClient) Delete(res *m.APIKeyAuthRule) error
Delete - deletes a resource
func (*APIKeyAuthRuleClient) Get ¶
func (c *APIKeyAuthRuleClient) Get(name string) (*m.APIKeyAuthRule, error)
Get - gets a resource by name
func (*APIKeyAuthRuleClient) List ¶
func (c *APIKeyAuthRuleClient) List(options ...v1.ListOptions) ([]*m.APIKeyAuthRule, error)
List - gets a list of resources
func (*APIKeyAuthRuleClient) Update ¶
func (c *APIKeyAuthRuleClient) Update(res *m.APIKeyAuthRule, opts ...v1.UpdateOption) (*m.APIKeyAuthRule, error)
Update - updates a resource
type APIKeyAuthRuleMergeFunc ¶
type APIKeyAuthRuleMergeFunc func(*m.APIKeyAuthRule, *m.APIKeyAuthRule) (*m.APIKeyAuthRule, error)
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 APISpecClient ¶
type APISpecClient struct {
// contains filtered or unexported fields
}
APISpecClient - rest client for APISpec resources that have a defined resource scope
func (*APISpecClient) Create ¶
func (c *APISpecClient) Create(res *m.APISpec, opts ...v1.CreateOption) (*m.APISpec, error)
Create - creates a resource
func (*APISpecClient) Delete ¶
func (c *APISpecClient) Delete(res *m.APISpec) error
Delete - deletes a resource
func (*APISpecClient) Get ¶
func (c *APISpecClient) Get(name string) (*m.APISpec, error)
Get - gets a resource by name
func (*APISpecClient) List ¶
func (c *APISpecClient) List(options ...v1.ListOptions) ([]*m.APISpec, error)
List - gets a list of resources
func (*APISpecClient) Update ¶
func (c *APISpecClient) Update(res *m.APISpec, opts ...v1.UpdateOption) (*m.APISpec, error)
Update - updates a resource
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 AmplifyConfigClient ¶
type AmplifyConfigClient struct {
// contains filtered or unexported fields
}
AmplifyConfigClient - rest client for AmplifyConfig resources that have a defined resource scope
func (*AmplifyConfigClient) Create ¶
func (c *AmplifyConfigClient) Create(res *m.AmplifyConfig, opts ...v1.CreateOption) (*m.AmplifyConfig, error)
Create - creates a resource
func (*AmplifyConfigClient) Delete ¶
func (c *AmplifyConfigClient) Delete(res *m.AmplifyConfig) error
Delete - deletes a resource
func (*AmplifyConfigClient) Get ¶
func (c *AmplifyConfigClient) Get(name string) (*m.AmplifyConfig, error)
Get - gets a resource by name
func (*AmplifyConfigClient) List ¶
func (c *AmplifyConfigClient) List(options ...v1.ListOptions) ([]*m.AmplifyConfig, error)
List - gets a list of resources
func (*AmplifyConfigClient) Update ¶
func (c *AmplifyConfigClient) Update(res *m.AmplifyConfig, opts ...v1.UpdateOption) (*m.AmplifyConfig, error)
Update - updates a resource
type AmplifyConfigMergeFunc ¶
type AmplifyConfigMergeFunc func(*m.AmplifyConfig, *m.AmplifyConfig) (*m.AmplifyConfig, error)
type AmplifyJWTAuthRuleClient ¶
type AmplifyJWTAuthRuleClient struct {
// contains filtered or unexported fields
}
AmplifyJWTAuthRuleClient - rest client for AmplifyJWTAuthRule resources that have a defined resource scope
func (*AmplifyJWTAuthRuleClient) Create ¶
func (c *AmplifyJWTAuthRuleClient) Create(res *m.AmplifyJWTAuthRule, opts ...v1.CreateOption) (*m.AmplifyJWTAuthRule, error)
Create - creates a resource
func (*AmplifyJWTAuthRuleClient) Delete ¶
func (c *AmplifyJWTAuthRuleClient) Delete(res *m.AmplifyJWTAuthRule) error
Delete - deletes a resource
func (*AmplifyJWTAuthRuleClient) Get ¶
func (c *AmplifyJWTAuthRuleClient) Get(name string) (*m.AmplifyJWTAuthRule, error)
Get - gets a resource by name
func (*AmplifyJWTAuthRuleClient) List ¶
func (c *AmplifyJWTAuthRuleClient) List(options ...v1.ListOptions) ([]*m.AmplifyJWTAuthRule, error)
List - gets a list of resources
func (*AmplifyJWTAuthRuleClient) Update ¶
func (c *AmplifyJWTAuthRuleClient) Update(res *m.AmplifyJWTAuthRule, opts ...v1.UpdateOption) (*m.AmplifyJWTAuthRule, error)
Update - updates a resource
type AmplifyJWTAuthRuleMergeFunc ¶
type AmplifyJWTAuthRuleMergeFunc func(*m.AmplifyJWTAuthRule, *m.AmplifyJWTAuthRule) (*m.AmplifyJWTAuthRule, error)
type AmplifyOAuth2AuthRuleClient ¶
type AmplifyOAuth2AuthRuleClient struct {
// contains filtered or unexported fields
}
AmplifyOAuth2AuthRuleClient - rest client for AmplifyOAuth2AuthRule resources that have a defined resource scope
func (*AmplifyOAuth2AuthRuleClient) Create ¶
func (c *AmplifyOAuth2AuthRuleClient) Create(res *m.AmplifyOAuth2AuthRule, opts ...v1.CreateOption) (*m.AmplifyOAuth2AuthRule, error)
Create - creates a resource
func (*AmplifyOAuth2AuthRuleClient) Delete ¶
func (c *AmplifyOAuth2AuthRuleClient) Delete(res *m.AmplifyOAuth2AuthRule) error
Delete - deletes a resource
func (*AmplifyOAuth2AuthRuleClient) Get ¶
func (c *AmplifyOAuth2AuthRuleClient) Get(name string) (*m.AmplifyOAuth2AuthRule, error)
Get - gets a resource by name
func (*AmplifyOAuth2AuthRuleClient) List ¶
func (c *AmplifyOAuth2AuthRuleClient) List(options ...v1.ListOptions) ([]*m.AmplifyOAuth2AuthRule, error)
List - gets a list of resources
func (*AmplifyOAuth2AuthRuleClient) Update ¶
func (c *AmplifyOAuth2AuthRuleClient) Update(res *m.AmplifyOAuth2AuthRule, opts ...v1.UpdateOption) (*m.AmplifyOAuth2AuthRule, error)
Update - updates a resource
type AmplifyOAuth2AuthRuleMergeFunc ¶
type AmplifyOAuth2AuthRuleMergeFunc func(*m.AmplifyOAuth2AuthRule, *m.AmplifyOAuth2AuthRule) (*m.AmplifyOAuth2AuthRule, error)
type AmplifyRuntimeConfigClient ¶
type AmplifyRuntimeConfigClient struct {
// contains filtered or unexported fields
}
AmplifyRuntimeConfigClient - rest client for AmplifyRuntimeConfig resources that have a defined resource scope
func (*AmplifyRuntimeConfigClient) Create ¶
func (c *AmplifyRuntimeConfigClient) Create(res *m.AmplifyRuntimeConfig, opts ...v1.CreateOption) (*m.AmplifyRuntimeConfig, error)
Create - creates a resource
func (*AmplifyRuntimeConfigClient) Delete ¶
func (c *AmplifyRuntimeConfigClient) Delete(res *m.AmplifyRuntimeConfig) error
Delete - deletes a resource
func (*AmplifyRuntimeConfigClient) Get ¶
func (c *AmplifyRuntimeConfigClient) Get(name string) (*m.AmplifyRuntimeConfig, error)
Get - gets a resource by name
func (*AmplifyRuntimeConfigClient) List ¶
func (c *AmplifyRuntimeConfigClient) List(options ...v1.ListOptions) ([]*m.AmplifyRuntimeConfig, error)
List - gets a list of resources
func (*AmplifyRuntimeConfigClient) Update ¶
func (c *AmplifyRuntimeConfigClient) Update(res *m.AmplifyRuntimeConfig, opts ...v1.UpdateOption) (*m.AmplifyRuntimeConfig, error)
Update - updates a resource
type AmplifyRuntimeConfigMergeFunc ¶
type AmplifyRuntimeConfigMergeFunc func(*m.AmplifyRuntimeConfig, *m.AmplifyRuntimeConfig) (*m.AmplifyRuntimeConfig, 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 ConsumerInstanceClient ¶
type ConsumerInstanceClient struct {
// contains filtered or unexported fields
}
ConsumerInstanceClient - rest client for ConsumerInstance resources that have a defined resource scope
func (*ConsumerInstanceClient) Create ¶
func (c *ConsumerInstanceClient) Create(res *m.ConsumerInstance, opts ...v1.CreateOption) (*m.ConsumerInstance, error)
Create - creates a resource
func (*ConsumerInstanceClient) Delete ¶
func (c *ConsumerInstanceClient) Delete(res *m.ConsumerInstance) error
Delete - deletes a resource
func (*ConsumerInstanceClient) Get ¶
func (c *ConsumerInstanceClient) Get(name string) (*m.ConsumerInstance, error)
Get - gets a resource by name
func (*ConsumerInstanceClient) List ¶
func (c *ConsumerInstanceClient) List(options ...v1.ListOptions) ([]*m.ConsumerInstance, error)
List - gets a list of resources
func (*ConsumerInstanceClient) Update ¶
func (c *ConsumerInstanceClient) Update(res *m.ConsumerInstance, opts ...v1.UpdateOption) (*m.ConsumerInstance, error)
Update - updates a resource
type ConsumerInstanceMergeFunc ¶
type ConsumerInstanceMergeFunc func(*m.ConsumerInstance, *m.ConsumerInstance) (*m.ConsumerInstance, error)
type ConsumerSubscriptionDefinitionClient ¶
type ConsumerSubscriptionDefinitionClient struct {
// contains filtered or unexported fields
}
ConsumerSubscriptionDefinitionClient - rest client for ConsumerSubscriptionDefinition resources that have a defined resource scope
func (*ConsumerSubscriptionDefinitionClient) Create ¶
func (c *ConsumerSubscriptionDefinitionClient) Create(res *m.ConsumerSubscriptionDefinition, opts ...v1.CreateOption) (*m.ConsumerSubscriptionDefinition, error)
Create - creates a resource
func (*ConsumerSubscriptionDefinitionClient) Delete ¶
func (c *ConsumerSubscriptionDefinitionClient) Delete(res *m.ConsumerSubscriptionDefinition) error
Delete - deletes a resource
func (*ConsumerSubscriptionDefinitionClient) Get ¶
func (c *ConsumerSubscriptionDefinitionClient) Get(name string) (*m.ConsumerSubscriptionDefinition, error)
Get - gets a resource by name
func (*ConsumerSubscriptionDefinitionClient) List ¶
func (c *ConsumerSubscriptionDefinitionClient) List(options ...v1.ListOptions) ([]*m.ConsumerSubscriptionDefinition, error)
List - gets a list of resources
func (*ConsumerSubscriptionDefinitionClient) Update ¶
func (c *ConsumerSubscriptionDefinitionClient) Update(res *m.ConsumerSubscriptionDefinition, opts ...v1.UpdateOption) (*m.ConsumerSubscriptionDefinition, error)
Update - updates a resource
type ConsumerSubscriptionDefinitionMergeFunc ¶
type ConsumerSubscriptionDefinitionMergeFunc func(*m.ConsumerSubscriptionDefinition, *m.ConsumerSubscriptionDefinition) (*m.ConsumerSubscriptionDefinition, error)
type CorsRuleClient ¶
type CorsRuleClient struct {
// contains filtered or unexported fields
}
CorsRuleClient - rest client for CorsRule resources that have a defined resource scope
func (*CorsRuleClient) Create ¶
func (c *CorsRuleClient) Create(res *m.CorsRule, opts ...v1.CreateOption) (*m.CorsRule, error)
Create - creates a resource
func (*CorsRuleClient) Delete ¶
func (c *CorsRuleClient) Delete(res *m.CorsRule) error
Delete - deletes a resource
func (*CorsRuleClient) Get ¶
func (c *CorsRuleClient) Get(name string) (*m.CorsRule, error)
Get - gets a resource by name
func (*CorsRuleClient) List ¶
func (c *CorsRuleClient) List(options ...v1.ListOptions) ([]*m.CorsRule, error)
List - gets a list of resources
func (*CorsRuleClient) Update ¶
func (c *CorsRuleClient) Update(res *m.CorsRule, opts ...v1.UpdateOption) (*m.CorsRule, error)
Update - updates a resource
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 DeploymentClient ¶
type DeploymentClient struct {
// contains filtered or unexported fields
}
DeploymentClient - rest client for Deployment resources that have a defined resource scope
func (*DeploymentClient) Create ¶
func (c *DeploymentClient) Create(res *m.Deployment, opts ...v1.CreateOption) (*m.Deployment, error)
Create - creates a resource
func (*DeploymentClient) Delete ¶
func (c *DeploymentClient) Delete(res *m.Deployment) error
Delete - deletes a resource
func (*DeploymentClient) Get ¶
func (c *DeploymentClient) Get(name string) (*m.Deployment, error)
Get - gets a resource by name
func (*DeploymentClient) List ¶
func (c *DeploymentClient) List(options ...v1.ListOptions) ([]*m.Deployment, error)
List - gets a list of resources
func (*DeploymentClient) Update ¶
func (c *DeploymentClient) Update(res *m.Deployment, opts ...v1.UpdateOption) (*m.Deployment, error)
Update - updates a resource
type DeploymentMergeFunc ¶
type DeploymentMergeFunc func(*m.Deployment, *m.Deployment) (*m.Deployment, 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 ExternalSecretClient ¶
type ExternalSecretClient struct {
// contains filtered or unexported fields
}
ExternalSecretClient - rest client for ExternalSecret resources that have a defined resource scope
func (*ExternalSecretClient) Create ¶
func (c *ExternalSecretClient) Create(res *m.ExternalSecret, opts ...v1.CreateOption) (*m.ExternalSecret, error)
Create - creates a resource
func (*ExternalSecretClient) Delete ¶
func (c *ExternalSecretClient) Delete(res *m.ExternalSecret) error
Delete - deletes a resource
func (*ExternalSecretClient) Get ¶
func (c *ExternalSecretClient) Get(name string) (*m.ExternalSecret, error)
Get - gets a resource by name
func (*ExternalSecretClient) List ¶
func (c *ExternalSecretClient) List(options ...v1.ListOptions) ([]*m.ExternalSecret, error)
List - gets a list of resources
func (*ExternalSecretClient) Update ¶
func (c *ExternalSecretClient) Update(res *m.ExternalSecret, opts ...v1.UpdateOption) (*m.ExternalSecret, error)
Update - updates a resource
type ExternalSecretMergeFunc ¶
type ExternalSecretMergeFunc func(*m.ExternalSecret, *m.ExternalSecret) (*m.ExternalSecret, error)
type GovernanceAgentClient ¶
type GovernanceAgentClient struct {
// contains filtered or unexported fields
}
GovernanceAgentClient - rest client for GovernanceAgent resources that have a defined resource scope
func (*GovernanceAgentClient) Create ¶
func (c *GovernanceAgentClient) Create(res *m.GovernanceAgent, opts ...v1.CreateOption) (*m.GovernanceAgent, error)
Create - creates a resource
func (*GovernanceAgentClient) Delete ¶
func (c *GovernanceAgentClient) Delete(res *m.GovernanceAgent) error
Delete - deletes a resource
func (*GovernanceAgentClient) Get ¶
func (c *GovernanceAgentClient) Get(name string) (*m.GovernanceAgent, error)
Get - gets a resource by name
func (*GovernanceAgentClient) List ¶
func (c *GovernanceAgentClient) List(options ...v1.ListOptions) ([]*m.GovernanceAgent, error)
List - gets a list of resources
func (*GovernanceAgentClient) Update ¶
func (c *GovernanceAgentClient) Update(res *m.GovernanceAgent, opts ...v1.UpdateOption) (*m.GovernanceAgent, error)
Update - updates a resource
type GovernanceAgentMergeFunc ¶
type GovernanceAgentMergeFunc func(*m.GovernanceAgent, *m.GovernanceAgent) (*m.GovernanceAgent, error)
type GraphQLDocumentClient ¶ added in v1.1.41
type GraphQLDocumentClient struct {
// contains filtered or unexported fields
}
GraphQLDocumentClient - rest client for GraphQLDocument resources that have a defined resource scope
func (*GraphQLDocumentClient) Create ¶ added in v1.1.41
func (c *GraphQLDocumentClient) Create(res *m.GraphQLDocument, opts ...v1.CreateOption) (*m.GraphQLDocument, error)
Create - creates a resource
func (*GraphQLDocumentClient) Delete ¶ added in v1.1.41
func (c *GraphQLDocumentClient) Delete(res *m.GraphQLDocument) error
Delete - deletes a resource
func (*GraphQLDocumentClient) Get ¶ added in v1.1.41
func (c *GraphQLDocumentClient) Get(name string) (*m.GraphQLDocument, error)
Get - gets a resource by name
func (*GraphQLDocumentClient) List ¶ added in v1.1.41
func (c *GraphQLDocumentClient) List(options ...v1.ListOptions) ([]*m.GraphQLDocument, error)
List - gets a list of resources
func (*GraphQLDocumentClient) Update ¶ added in v1.1.41
func (c *GraphQLDocumentClient) Update(res *m.GraphQLDocument, opts ...v1.UpdateOption) (*m.GraphQLDocument, error)
Update - updates a resource
type GraphQLDocumentMergeFunc ¶ added in v1.1.41
type GraphQLDocumentMergeFunc func(*m.GraphQLDocument, *m.GraphQLDocument) (*m.GraphQLDocument, 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 K8SClusterClient ¶
type K8SClusterClient struct {
// contains filtered or unexported fields
}
K8SClusterClient - rest client for K8SCluster resources that have a defined resource scope
func NewK8SClusterClient ¶
func NewK8SClusterClient(c v1.Base) (*K8SClusterClient, error)
NewK8SClusterClient - creates a client scoped to a particular resource
func (*K8SClusterClient) Create ¶
func (c *K8SClusterClient) Create(res *m.K8SCluster, opts ...v1.CreateOption) (*m.K8SCluster, error)
Create - creates a resource
func (*K8SClusterClient) Delete ¶
func (c *K8SClusterClient) Delete(res *m.K8SCluster) error
Delete - deletes a resource
func (*K8SClusterClient) Get ¶
func (c *K8SClusterClient) Get(name string) (*m.K8SCluster, error)
Get - gets a resource by name
func (*K8SClusterClient) List ¶
func (c *K8SClusterClient) List(options ...v1.ListOptions) ([]*m.K8SCluster, error)
List - gets a list of resources
func (*K8SClusterClient) Update ¶
func (c *K8SClusterClient) Update(res *m.K8SCluster, opts ...v1.UpdateOption) (*m.K8SCluster, error)
Update - updates a resource
type K8SClusterMergeFunc ¶
type K8SClusterMergeFunc func(*m.K8SCluster, *m.K8SCluster) (*m.K8SCluster, error)
type K8SResourceClient ¶
type K8SResourceClient struct {
// contains filtered or unexported fields
}
K8SResourceClient - rest client for K8SResource resources that have a defined resource scope
func (*K8SResourceClient) Create ¶
func (c *K8SResourceClient) Create(res *m.K8SResource, opts ...v1.CreateOption) (*m.K8SResource, error)
Create - creates a resource
func (*K8SResourceClient) Delete ¶
func (c *K8SResourceClient) Delete(res *m.K8SResource) error
Delete - deletes a resource
func (*K8SResourceClient) Get ¶
func (c *K8SResourceClient) Get(name string) (*m.K8SResource, error)
Get - gets a resource by name
func (*K8SResourceClient) List ¶
func (c *K8SResourceClient) List(options ...v1.ListOptions) ([]*m.K8SResource, error)
List - gets a list of resources
func (*K8SResourceClient) Update ¶
func (c *K8SResourceClient) Update(res *m.K8SResource, opts ...v1.UpdateOption) (*m.K8SResource, error)
Update - updates a resource
type K8SResourceMergeFunc ¶
type K8SResourceMergeFunc func(*m.K8SResource, *m.K8SResource) (*m.K8SResource, 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 MeshClient ¶
type MeshClient struct {
// contains filtered or unexported fields
}
MeshClient - rest client for Mesh resources that have a defined resource scope
func NewMeshClient ¶
func NewMeshClient(c v1.Base) (*MeshClient, error)
NewMeshClient - creates a client scoped to a particular resource
func (*MeshClient) Create ¶
func (c *MeshClient) Create(res *m.Mesh, opts ...v1.CreateOption) (*m.Mesh, error)
Create - creates a resource
func (*MeshClient) Delete ¶
func (c *MeshClient) Delete(res *m.Mesh) error
Delete - deletes a resource
func (*MeshClient) Get ¶
func (c *MeshClient) Get(name string) (*m.Mesh, error)
Get - gets a resource by name
func (*MeshClient) List ¶
func (c *MeshClient) List(options ...v1.ListOptions) ([]*m.Mesh, error)
List - gets a list of resources
func (*MeshClient) Update ¶
func (c *MeshClient) Update(res *m.Mesh, opts ...v1.UpdateOption) (*m.Mesh, error)
Update - updates a resource
type MeshDiscoveryClient ¶
type MeshDiscoveryClient struct {
// contains filtered or unexported fields
}
MeshDiscoveryClient - rest client for MeshDiscovery resources that have a defined resource scope
func (*MeshDiscoveryClient) Create ¶
func (c *MeshDiscoveryClient) Create(res *m.MeshDiscovery, opts ...v1.CreateOption) (*m.MeshDiscovery, error)
Create - creates a resource
func (*MeshDiscoveryClient) Delete ¶
func (c *MeshDiscoveryClient) Delete(res *m.MeshDiscovery) error
Delete - deletes a resource
func (*MeshDiscoveryClient) Get ¶
func (c *MeshDiscoveryClient) Get(name string) (*m.MeshDiscovery, error)
Get - gets a resource by name
func (*MeshDiscoveryClient) List ¶
func (c *MeshDiscoveryClient) List(options ...v1.ListOptions) ([]*m.MeshDiscovery, error)
List - gets a list of resources
func (*MeshDiscoveryClient) Update ¶
func (c *MeshDiscoveryClient) Update(res *m.MeshDiscovery, opts ...v1.UpdateOption) (*m.MeshDiscovery, error)
Update - updates a resource
type MeshDiscoveryMergeFunc ¶
type MeshDiscoveryMergeFunc func(*m.MeshDiscovery, *m.MeshDiscovery) (*m.MeshDiscovery, error)
type MeshServiceClient ¶
type MeshServiceClient struct {
// contains filtered or unexported fields
}
MeshServiceClient - rest client for MeshService resources that have a defined resource scope
func (*MeshServiceClient) Create ¶
func (c *MeshServiceClient) Create(res *m.MeshService, opts ...v1.CreateOption) (*m.MeshService, error)
Create - creates a resource
func (*MeshServiceClient) Delete ¶
func (c *MeshServiceClient) Delete(res *m.MeshService) error
Delete - deletes a resource
func (*MeshServiceClient) Get ¶
func (c *MeshServiceClient) Get(name string) (*m.MeshService, error)
Get - gets a resource by name
func (*MeshServiceClient) List ¶
func (c *MeshServiceClient) List(options ...v1.ListOptions) ([]*m.MeshService, error)
List - gets a list of resources
func (*MeshServiceClient) Update ¶
func (c *MeshServiceClient) Update(res *m.MeshService, opts ...v1.UpdateOption) (*m.MeshService, error)
Update - updates a resource
type MeshServiceMergeFunc ¶
type MeshServiceMergeFunc func(*m.MeshService, *m.MeshService) (*m.MeshService, error)
type MeshWorkloadClient ¶
type MeshWorkloadClient struct {
// contains filtered or unexported fields
}
MeshWorkloadClient - rest client for MeshWorkload resources that have a defined resource scope
func (*MeshWorkloadClient) Create ¶
func (c *MeshWorkloadClient) Create(res *m.MeshWorkload, opts ...v1.CreateOption) (*m.MeshWorkload, error)
Create - creates a resource
func (*MeshWorkloadClient) Delete ¶
func (c *MeshWorkloadClient) Delete(res *m.MeshWorkload) error
Delete - deletes a resource
func (*MeshWorkloadClient) Get ¶
func (c *MeshWorkloadClient) Get(name string) (*m.MeshWorkload, error)
Get - gets a resource by name
func (*MeshWorkloadClient) List ¶
func (c *MeshWorkloadClient) List(options ...v1.ListOptions) ([]*m.MeshWorkload, error)
List - gets a list of resources
func (*MeshWorkloadClient) Update ¶
func (c *MeshWorkloadClient) Update(res *m.MeshWorkload, opts ...v1.UpdateOption) (*m.MeshWorkload, error)
Update - updates a resource
type MeshWorkloadMergeFunc ¶
type MeshWorkloadMergeFunc func(*m.MeshWorkload, *m.MeshWorkload) (*m.MeshWorkload, error)
type OAS3DocumentClient ¶
type OAS3DocumentClient struct {
// contains filtered or unexported fields
}
OAS3DocumentClient - rest client for OAS3Document resources that have a defined resource scope
func (*OAS3DocumentClient) Create ¶
func (c *OAS3DocumentClient) Create(res *m.OAS3Document, opts ...v1.CreateOption) (*m.OAS3Document, error)
Create - creates a resource
func (*OAS3DocumentClient) Delete ¶
func (c *OAS3DocumentClient) Delete(res *m.OAS3Document) error
Delete - deletes a resource
func (*OAS3DocumentClient) Get ¶
func (c *OAS3DocumentClient) Get(name string) (*m.OAS3Document, error)
Get - gets a resource by name
func (*OAS3DocumentClient) List ¶
func (c *OAS3DocumentClient) List(options ...v1.ListOptions) ([]*m.OAS3Document, error)
List - gets a list of resources
func (*OAS3DocumentClient) Update ¶
func (c *OAS3DocumentClient) Update(res *m.OAS3Document, opts ...v1.UpdateOption) (*m.OAS3Document, error)
Update - updates a resource
type OAS3DocumentMergeFunc ¶
type OAS3DocumentMergeFunc func(*m.OAS3Document, *m.OAS3Document) (*m.OAS3Document, error)
type RateLimitRuleClient ¶ added in v1.1.44
type RateLimitRuleClient struct {
// contains filtered or unexported fields
}
RateLimitRuleClient - rest client for RateLimitRule resources that have a defined resource scope
func (*RateLimitRuleClient) Create ¶ added in v1.1.44
func (c *RateLimitRuleClient) Create(res *m.RateLimitRule, opts ...v1.CreateOption) (*m.RateLimitRule, error)
Create - creates a resource
func (*RateLimitRuleClient) Delete ¶ added in v1.1.44
func (c *RateLimitRuleClient) Delete(res *m.RateLimitRule) error
Delete - deletes a resource
func (*RateLimitRuleClient) Get ¶ added in v1.1.44
func (c *RateLimitRuleClient) Get(name string) (*m.RateLimitRule, error)
Get - gets a resource by name
func (*RateLimitRuleClient) List ¶ added in v1.1.44
func (c *RateLimitRuleClient) List(options ...v1.ListOptions) ([]*m.RateLimitRule, error)
List - gets a list of resources
func (*RateLimitRuleClient) Update ¶ added in v1.1.44
func (c *RateLimitRuleClient) Update(res *m.RateLimitRule, opts ...v1.UpdateOption) (*m.RateLimitRule, error)
Update - updates a resource
type RateLimitRuleMergeFunc ¶ added in v1.1.44
type RateLimitRuleMergeFunc func(*m.RateLimitRule, *m.RateLimitRule) (*m.RateLimitRule, error)
type ReleaseTagClient ¶
type ReleaseTagClient struct {
// contains filtered or unexported fields
}
ReleaseTagClient - rest client for ReleaseTag resources that have a defined resource scope
func (*ReleaseTagClient) Create ¶
func (c *ReleaseTagClient) Create(res *m.ReleaseTag, opts ...v1.CreateOption) (*m.ReleaseTag, error)
Create - creates a resource
func (*ReleaseTagClient) Delete ¶
func (c *ReleaseTagClient) Delete(res *m.ReleaseTag) error
Delete - deletes a resource
func (*ReleaseTagClient) Get ¶
func (c *ReleaseTagClient) Get(name string) (*m.ReleaseTag, error)
Get - gets a resource by name
func (*ReleaseTagClient) List ¶
func (c *ReleaseTagClient) List(options ...v1.ListOptions) ([]*m.ReleaseTag, error)
List - gets a list of resources
func (*ReleaseTagClient) Update ¶
func (c *ReleaseTagClient) Update(res *m.ReleaseTag, opts ...v1.UpdateOption) (*m.ReleaseTag, error)
Update - updates a resource
type ReleaseTagMergeFunc ¶
type ReleaseTagMergeFunc func(*m.ReleaseTag, *m.ReleaseTag) (*m.ReleaseTag, error)
type ResourceDiscoveryClient ¶
type ResourceDiscoveryClient struct {
// contains filtered or unexported fields
}
ResourceDiscoveryClient - rest client for ResourceDiscovery resources that have a defined resource scope
func (*ResourceDiscoveryClient) Create ¶
func (c *ResourceDiscoveryClient) Create(res *m.ResourceDiscovery, opts ...v1.CreateOption) (*m.ResourceDiscovery, error)
Create - creates a resource
func (*ResourceDiscoveryClient) Delete ¶
func (c *ResourceDiscoveryClient) Delete(res *m.ResourceDiscovery) error
Delete - deletes a resource
func (*ResourceDiscoveryClient) Get ¶
func (c *ResourceDiscoveryClient) Get(name string) (*m.ResourceDiscovery, error)
Get - gets a resource by name
func (*ResourceDiscoveryClient) List ¶
func (c *ResourceDiscoveryClient) List(options ...v1.ListOptions) ([]*m.ResourceDiscovery, error)
List - gets a list of resources
func (*ResourceDiscoveryClient) Update ¶
func (c *ResourceDiscoveryClient) Update(res *m.ResourceDiscovery, opts ...v1.UpdateOption) (*m.ResourceDiscovery, error)
Update - updates a resource
type ResourceDiscoveryMergeFunc ¶
type ResourceDiscoveryMergeFunc func(*m.ResourceDiscovery, *m.ResourceDiscovery) (*m.ResourceDiscovery, 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 SpecDiscoveryClient ¶
type SpecDiscoveryClient struct {
// contains filtered or unexported fields
}
SpecDiscoveryClient - rest client for SpecDiscovery resources that have a defined resource scope
func (*SpecDiscoveryClient) Create ¶
func (c *SpecDiscoveryClient) Create(res *m.SpecDiscovery, opts ...v1.CreateOption) (*m.SpecDiscovery, error)
Create - creates a resource
func (*SpecDiscoveryClient) Delete ¶
func (c *SpecDiscoveryClient) Delete(res *m.SpecDiscovery) error
Delete - deletes a resource
func (*SpecDiscoveryClient) Get ¶
func (c *SpecDiscoveryClient) Get(name string) (*m.SpecDiscovery, error)
Get - gets a resource by name
func (*SpecDiscoveryClient) List ¶
func (c *SpecDiscoveryClient) List(options ...v1.ListOptions) ([]*m.SpecDiscovery, error)
List - gets a list of resources
func (*SpecDiscoveryClient) Update ¶
func (c *SpecDiscoveryClient) Update(res *m.SpecDiscovery, opts ...v1.UpdateOption) (*m.SpecDiscovery, error)
Update - updates a resource
type SpecDiscoveryMergeFunc ¶
type SpecDiscoveryMergeFunc func(*m.SpecDiscovery, *m.SpecDiscovery) (*m.SpecDiscovery, error)
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 UnscopedAPIKeyAuthRuleClient ¶
type UnscopedAPIKeyAuthRuleClient struct {
// contains filtered or unexported fields
}
UnscopedAPIKeyAuthRuleClient - rest client for APIKeyAuthRule resources that do not have a defined scope
func NewAPIKeyAuthRuleClient ¶
func NewAPIKeyAuthRuleClient(c v1.Base) (*UnscopedAPIKeyAuthRuleClient, error)
NewAPIKeyAuthRuleClient - creates a client that is not scoped to any resource
func (*UnscopedAPIKeyAuthRuleClient) Get ¶
func (c *UnscopedAPIKeyAuthRuleClient) Get(name string) (*m.APIKeyAuthRule, error)
Get - gets a resource by name
func (*UnscopedAPIKeyAuthRuleClient) Update ¶
func (c *UnscopedAPIKeyAuthRuleClient) Update(res *m.APIKeyAuthRule, opts ...v1.UpdateOption) (*m.APIKeyAuthRule, error)
Update - updates a resource
func (*UnscopedAPIKeyAuthRuleClient) WithScope ¶
func (c *UnscopedAPIKeyAuthRuleClient) WithScope(scope string) *APIKeyAuthRuleClient
WithScope - sets the resource scope for the client
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 UnscopedAPISpecClient ¶
type UnscopedAPISpecClient struct {
// contains filtered or unexported fields
}
UnscopedAPISpecClient - rest client for APISpec resources that do not have a defined scope
func NewAPISpecClient ¶
func NewAPISpecClient(c v1.Base) (*UnscopedAPISpecClient, error)
NewAPISpecClient - creates a client that is not scoped to any resource
func (*UnscopedAPISpecClient) Get ¶
func (c *UnscopedAPISpecClient) Get(name string) (*m.APISpec, error)
Get - gets a resource by name
func (*UnscopedAPISpecClient) Update ¶
func (c *UnscopedAPISpecClient) Update(res *m.APISpec, opts ...v1.UpdateOption) (*m.APISpec, error)
Update - updates a resource
func (*UnscopedAPISpecClient) WithScope ¶
func (c *UnscopedAPISpecClient) WithScope(scope string) *APISpecClient
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 UnscopedAmplifyConfigClient ¶
type UnscopedAmplifyConfigClient struct {
// contains filtered or unexported fields
}
UnscopedAmplifyConfigClient - rest client for AmplifyConfig resources that do not have a defined scope
func NewAmplifyConfigClient ¶
func NewAmplifyConfigClient(c v1.Base) (*UnscopedAmplifyConfigClient, error)
NewAmplifyConfigClient - creates a client that is not scoped to any resource
func (*UnscopedAmplifyConfigClient) Get ¶
func (c *UnscopedAmplifyConfigClient) Get(name string) (*m.AmplifyConfig, error)
Get - gets a resource by name
func (*UnscopedAmplifyConfigClient) Update ¶
func (c *UnscopedAmplifyConfigClient) Update(res *m.AmplifyConfig, opts ...v1.UpdateOption) (*m.AmplifyConfig, error)
Update - updates a resource
func (*UnscopedAmplifyConfigClient) WithScope ¶
func (c *UnscopedAmplifyConfigClient) WithScope(scope string) *AmplifyConfigClient
WithScope - sets the resource scope for the client
type UnscopedAmplifyJWTAuthRuleClient ¶
type UnscopedAmplifyJWTAuthRuleClient struct {
// contains filtered or unexported fields
}
UnscopedAmplifyJWTAuthRuleClient - rest client for AmplifyJWTAuthRule resources that do not have a defined scope
func NewAmplifyJWTAuthRuleClient ¶
func NewAmplifyJWTAuthRuleClient(c v1.Base) (*UnscopedAmplifyJWTAuthRuleClient, error)
NewAmplifyJWTAuthRuleClient - creates a client that is not scoped to any resource
func (*UnscopedAmplifyJWTAuthRuleClient) Get ¶
func (c *UnscopedAmplifyJWTAuthRuleClient) Get(name string) (*m.AmplifyJWTAuthRule, error)
Get - gets a resource by name
func (*UnscopedAmplifyJWTAuthRuleClient) Update ¶
func (c *UnscopedAmplifyJWTAuthRuleClient) Update(res *m.AmplifyJWTAuthRule, opts ...v1.UpdateOption) (*m.AmplifyJWTAuthRule, error)
Update - updates a resource
func (*UnscopedAmplifyJWTAuthRuleClient) WithScope ¶
func (c *UnscopedAmplifyJWTAuthRuleClient) WithScope(scope string) *AmplifyJWTAuthRuleClient
WithScope - sets the resource scope for the client
type UnscopedAmplifyOAuth2AuthRuleClient ¶
type UnscopedAmplifyOAuth2AuthRuleClient struct {
// contains filtered or unexported fields
}
UnscopedAmplifyOAuth2AuthRuleClient - rest client for AmplifyOAuth2AuthRule resources that do not have a defined scope
func NewAmplifyOAuth2AuthRuleClient ¶
func NewAmplifyOAuth2AuthRuleClient(c v1.Base) (*UnscopedAmplifyOAuth2AuthRuleClient, error)
NewAmplifyOAuth2AuthRuleClient - creates a client that is not scoped to any resource
func (*UnscopedAmplifyOAuth2AuthRuleClient) Get ¶
func (c *UnscopedAmplifyOAuth2AuthRuleClient) Get(name string) (*m.AmplifyOAuth2AuthRule, error)
Get - gets a resource by name
func (*UnscopedAmplifyOAuth2AuthRuleClient) Update ¶
func (c *UnscopedAmplifyOAuth2AuthRuleClient) Update(res *m.AmplifyOAuth2AuthRule, opts ...v1.UpdateOption) (*m.AmplifyOAuth2AuthRule, error)
Update - updates a resource
func (*UnscopedAmplifyOAuth2AuthRuleClient) WithScope ¶
func (c *UnscopedAmplifyOAuth2AuthRuleClient) WithScope(scope string) *AmplifyOAuth2AuthRuleClient
WithScope - sets the resource scope for the client
type UnscopedAmplifyRuntimeConfigClient ¶
type UnscopedAmplifyRuntimeConfigClient struct {
// contains filtered or unexported fields
}
UnscopedAmplifyRuntimeConfigClient - rest client for AmplifyRuntimeConfig resources that do not have a defined scope
func NewAmplifyRuntimeConfigClient ¶
func NewAmplifyRuntimeConfigClient(c v1.Base) (*UnscopedAmplifyRuntimeConfigClient, error)
NewAmplifyRuntimeConfigClient - creates a client that is not scoped to any resource
func (*UnscopedAmplifyRuntimeConfigClient) Get ¶
func (c *UnscopedAmplifyRuntimeConfigClient) Get(name string) (*m.AmplifyRuntimeConfig, error)
Get - gets a resource by name
func (*UnscopedAmplifyRuntimeConfigClient) Update ¶
func (c *UnscopedAmplifyRuntimeConfigClient) Update(res *m.AmplifyRuntimeConfig, opts ...v1.UpdateOption) (*m.AmplifyRuntimeConfig, error)
Update - updates a resource
func (*UnscopedAmplifyRuntimeConfigClient) WithScope ¶
func (c *UnscopedAmplifyRuntimeConfigClient) WithScope(scope string) *AmplifyRuntimeConfigClient
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 UnscopedConsumerInstanceClient ¶
type UnscopedConsumerInstanceClient struct {
// contains filtered or unexported fields
}
UnscopedConsumerInstanceClient - rest client for ConsumerInstance resources that do not have a defined scope
func NewConsumerInstanceClient ¶
func NewConsumerInstanceClient(c v1.Base) (*UnscopedConsumerInstanceClient, error)
NewConsumerInstanceClient - creates a client that is not scoped to any resource
func (*UnscopedConsumerInstanceClient) Get ¶
func (c *UnscopedConsumerInstanceClient) Get(name string) (*m.ConsumerInstance, error)
Get - gets a resource by name
func (*UnscopedConsumerInstanceClient) Update ¶
func (c *UnscopedConsumerInstanceClient) Update(res *m.ConsumerInstance, opts ...v1.UpdateOption) (*m.ConsumerInstance, error)
Update - updates a resource
func (*UnscopedConsumerInstanceClient) WithScope ¶
func (c *UnscopedConsumerInstanceClient) WithScope(scope string) *ConsumerInstanceClient
WithScope - sets the resource scope for the client
type UnscopedConsumerSubscriptionDefinitionClient ¶
type UnscopedConsumerSubscriptionDefinitionClient struct {
// contains filtered or unexported fields
}
UnscopedConsumerSubscriptionDefinitionClient - rest client for ConsumerSubscriptionDefinition resources that do not have a defined scope
func NewConsumerSubscriptionDefinitionClient ¶
func NewConsumerSubscriptionDefinitionClient(c v1.Base) (*UnscopedConsumerSubscriptionDefinitionClient, error)
NewConsumerSubscriptionDefinitionClient - creates a client that is not scoped to any resource
func (*UnscopedConsumerSubscriptionDefinitionClient) Get ¶
func (c *UnscopedConsumerSubscriptionDefinitionClient) Get(name string) (*m.ConsumerSubscriptionDefinition, error)
Get - gets a resource by name
func (*UnscopedConsumerSubscriptionDefinitionClient) Update ¶
func (c *UnscopedConsumerSubscriptionDefinitionClient) Update(res *m.ConsumerSubscriptionDefinition, opts ...v1.UpdateOption) (*m.ConsumerSubscriptionDefinition, error)
Update - updates a resource
func (*UnscopedConsumerSubscriptionDefinitionClient) WithScope ¶
func (c *UnscopedConsumerSubscriptionDefinitionClient) WithScope(scope string) *ConsumerSubscriptionDefinitionClient
WithScope - sets the resource scope for the client
type UnscopedCorsRuleClient ¶
type UnscopedCorsRuleClient struct {
// contains filtered or unexported fields
}
UnscopedCorsRuleClient - rest client for CorsRule resources that do not have a defined scope
func NewCorsRuleClient ¶
func NewCorsRuleClient(c v1.Base) (*UnscopedCorsRuleClient, error)
NewCorsRuleClient - creates a client that is not scoped to any resource
func (*UnscopedCorsRuleClient) Get ¶
func (c *UnscopedCorsRuleClient) Get(name string) (*m.CorsRule, error)
Get - gets a resource by name
func (*UnscopedCorsRuleClient) Update ¶
func (c *UnscopedCorsRuleClient) Update(res *m.CorsRule, opts ...v1.UpdateOption) (*m.CorsRule, error)
Update - updates a resource
func (*UnscopedCorsRuleClient) WithScope ¶
func (c *UnscopedCorsRuleClient) WithScope(scope string) *CorsRuleClient
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 UnscopedDeploymentClient ¶
type UnscopedDeploymentClient struct {
// contains filtered or unexported fields
}
UnscopedDeploymentClient - rest client for Deployment resources that do not have a defined scope
func NewDeploymentClient ¶
func NewDeploymentClient(c v1.Base) (*UnscopedDeploymentClient, error)
NewDeploymentClient - creates a client that is not scoped to any resource
func (*UnscopedDeploymentClient) Get ¶
func (c *UnscopedDeploymentClient) Get(name string) (*m.Deployment, error)
Get - gets a resource by name
func (*UnscopedDeploymentClient) Update ¶
func (c *UnscopedDeploymentClient) Update(res *m.Deployment, opts ...v1.UpdateOption) (*m.Deployment, error)
Update - updates a resource
func (*UnscopedDeploymentClient) WithScope ¶
func (c *UnscopedDeploymentClient) WithScope(scope string) *DeploymentClient
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 UnscopedExternalSecretClient ¶
type UnscopedExternalSecretClient struct {
// contains filtered or unexported fields
}
UnscopedExternalSecretClient - rest client for ExternalSecret resources that do not have a defined scope
func NewExternalSecretClient ¶
func NewExternalSecretClient(c v1.Base) (*UnscopedExternalSecretClient, error)
NewExternalSecretClient - creates a client that is not scoped to any resource
func (*UnscopedExternalSecretClient) Get ¶
func (c *UnscopedExternalSecretClient) Get(name string) (*m.ExternalSecret, error)
Get - gets a resource by name
func (*UnscopedExternalSecretClient) Update ¶
func (c *UnscopedExternalSecretClient) Update(res *m.ExternalSecret, opts ...v1.UpdateOption) (*m.ExternalSecret, error)
Update - updates a resource
func (*UnscopedExternalSecretClient) WithScope ¶
func (c *UnscopedExternalSecretClient) WithScope(scope string) *ExternalSecretClient
WithScope - sets the resource scope for the client
type UnscopedGovernanceAgentClient ¶
type UnscopedGovernanceAgentClient struct {
// contains filtered or unexported fields
}
UnscopedGovernanceAgentClient - rest client for GovernanceAgent resources that do not have a defined scope
func NewGovernanceAgentClient ¶
func NewGovernanceAgentClient(c v1.Base) (*UnscopedGovernanceAgentClient, error)
NewGovernanceAgentClient - creates a client that is not scoped to any resource
func (*UnscopedGovernanceAgentClient) Get ¶
func (c *UnscopedGovernanceAgentClient) Get(name string) (*m.GovernanceAgent, error)
Get - gets a resource by name
func (*UnscopedGovernanceAgentClient) Update ¶
func (c *UnscopedGovernanceAgentClient) Update(res *m.GovernanceAgent, opts ...v1.UpdateOption) (*m.GovernanceAgent, error)
Update - updates a resource
func (*UnscopedGovernanceAgentClient) WithScope ¶
func (c *UnscopedGovernanceAgentClient) WithScope(scope string) *GovernanceAgentClient
WithScope - sets the resource scope for the client
type UnscopedGraphQLDocumentClient ¶ added in v1.1.41
type UnscopedGraphQLDocumentClient struct {
// contains filtered or unexported fields
}
UnscopedGraphQLDocumentClient - rest client for GraphQLDocument resources that do not have a defined scope
func NewGraphQLDocumentClient ¶ added in v1.1.41
func NewGraphQLDocumentClient(c v1.Base) (*UnscopedGraphQLDocumentClient, error)
NewGraphQLDocumentClient - creates a client that is not scoped to any resource
func (*UnscopedGraphQLDocumentClient) Get ¶ added in v1.1.41
func (c *UnscopedGraphQLDocumentClient) Get(name string) (*m.GraphQLDocument, error)
Get - gets a resource by name
func (*UnscopedGraphQLDocumentClient) Update ¶ added in v1.1.41
func (c *UnscopedGraphQLDocumentClient) Update(res *m.GraphQLDocument, opts ...v1.UpdateOption) (*m.GraphQLDocument, error)
Update - updates a resource
func (*UnscopedGraphQLDocumentClient) WithScope ¶ added in v1.1.41
func (c *UnscopedGraphQLDocumentClient) WithScope(scope string) *GraphQLDocumentClient
WithScope - sets the resource scope for the client
type UnscopedK8SResourceClient ¶
type UnscopedK8SResourceClient struct {
// contains filtered or unexported fields
}
UnscopedK8SResourceClient - rest client for K8SResource resources that do not have a defined scope
func NewK8SResourceClient ¶
func NewK8SResourceClient(c v1.Base) (*UnscopedK8SResourceClient, error)
NewK8SResourceClient - creates a client that is not scoped to any resource
func (*UnscopedK8SResourceClient) Get ¶
func (c *UnscopedK8SResourceClient) Get(name string) (*m.K8SResource, error)
Get - gets a resource by name
func (*UnscopedK8SResourceClient) Update ¶
func (c *UnscopedK8SResourceClient) Update(res *m.K8SResource, opts ...v1.UpdateOption) (*m.K8SResource, error)
Update - updates a resource
func (*UnscopedK8SResourceClient) WithScope ¶
func (c *UnscopedK8SResourceClient) WithScope(scope string) *K8SResourceClient
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 UnscopedMeshDiscoveryClient ¶
type UnscopedMeshDiscoveryClient struct {
// contains filtered or unexported fields
}
UnscopedMeshDiscoveryClient - rest client for MeshDiscovery resources that do not have a defined scope
func NewMeshDiscoveryClient ¶
func NewMeshDiscoveryClient(c v1.Base) (*UnscopedMeshDiscoveryClient, error)
NewMeshDiscoveryClient - creates a client that is not scoped to any resource
func (*UnscopedMeshDiscoveryClient) Get ¶
func (c *UnscopedMeshDiscoveryClient) Get(name string) (*m.MeshDiscovery, error)
Get - gets a resource by name
func (*UnscopedMeshDiscoveryClient) Update ¶
func (c *UnscopedMeshDiscoveryClient) Update(res *m.MeshDiscovery, opts ...v1.UpdateOption) (*m.MeshDiscovery, error)
Update - updates a resource
func (*UnscopedMeshDiscoveryClient) WithScope ¶
func (c *UnscopedMeshDiscoveryClient) WithScope(scope string) *MeshDiscoveryClient
WithScope - sets the resource scope for the client
type UnscopedMeshServiceClient ¶
type UnscopedMeshServiceClient struct {
// contains filtered or unexported fields
}
UnscopedMeshServiceClient - rest client for MeshService resources that do not have a defined scope
func NewMeshServiceClient ¶
func NewMeshServiceClient(c v1.Base) (*UnscopedMeshServiceClient, error)
NewMeshServiceClient - creates a client that is not scoped to any resource
func (*UnscopedMeshServiceClient) Get ¶
func (c *UnscopedMeshServiceClient) Get(name string) (*m.MeshService, error)
Get - gets a resource by name
func (*UnscopedMeshServiceClient) Update ¶
func (c *UnscopedMeshServiceClient) Update(res *m.MeshService, opts ...v1.UpdateOption) (*m.MeshService, error)
Update - updates a resource
func (*UnscopedMeshServiceClient) WithScope ¶
func (c *UnscopedMeshServiceClient) WithScope(scope string) *MeshServiceClient
WithScope - sets the resource scope for the client
type UnscopedMeshWorkloadClient ¶
type UnscopedMeshWorkloadClient struct {
// contains filtered or unexported fields
}
UnscopedMeshWorkloadClient - rest client for MeshWorkload resources that do not have a defined scope
func NewMeshWorkloadClient ¶
func NewMeshWorkloadClient(c v1.Base) (*UnscopedMeshWorkloadClient, error)
NewMeshWorkloadClient - creates a client that is not scoped to any resource
func (*UnscopedMeshWorkloadClient) Get ¶
func (c *UnscopedMeshWorkloadClient) Get(name string) (*m.MeshWorkload, error)
Get - gets a resource by name
func (*UnscopedMeshWorkloadClient) Update ¶
func (c *UnscopedMeshWorkloadClient) Update(res *m.MeshWorkload, opts ...v1.UpdateOption) (*m.MeshWorkload, error)
Update - updates a resource
func (*UnscopedMeshWorkloadClient) WithScope ¶
func (c *UnscopedMeshWorkloadClient) WithScope(scope string) *MeshWorkloadClient
WithScope - sets the resource scope for the client
type UnscopedOAS3DocumentClient ¶
type UnscopedOAS3DocumentClient struct {
// contains filtered or unexported fields
}
UnscopedOAS3DocumentClient - rest client for OAS3Document resources that do not have a defined scope
func NewOAS3DocumentClient ¶
func NewOAS3DocumentClient(c v1.Base) (*UnscopedOAS3DocumentClient, error)
NewOAS3DocumentClient - creates a client that is not scoped to any resource
func (*UnscopedOAS3DocumentClient) Get ¶
func (c *UnscopedOAS3DocumentClient) Get(name string) (*m.OAS3Document, error)
Get - gets a resource by name
func (*UnscopedOAS3DocumentClient) Update ¶
func (c *UnscopedOAS3DocumentClient) Update(res *m.OAS3Document, opts ...v1.UpdateOption) (*m.OAS3Document, error)
Update - updates a resource
func (*UnscopedOAS3DocumentClient) WithScope ¶
func (c *UnscopedOAS3DocumentClient) WithScope(scope string) *OAS3DocumentClient
WithScope - sets the resource scope for the client
type UnscopedRateLimitRuleClient ¶ added in v1.1.44
type UnscopedRateLimitRuleClient struct {
// contains filtered or unexported fields
}
UnscopedRateLimitRuleClient - rest client for RateLimitRule resources that do not have a defined scope
func NewRateLimitRuleClient ¶ added in v1.1.44
func NewRateLimitRuleClient(c v1.Base) (*UnscopedRateLimitRuleClient, error)
NewRateLimitRuleClient - creates a client that is not scoped to any resource
func (*UnscopedRateLimitRuleClient) Get ¶ added in v1.1.44
func (c *UnscopedRateLimitRuleClient) Get(name string) (*m.RateLimitRule, error)
Get - gets a resource by name
func (*UnscopedRateLimitRuleClient) Update ¶ added in v1.1.44
func (c *UnscopedRateLimitRuleClient) Update(res *m.RateLimitRule, opts ...v1.UpdateOption) (*m.RateLimitRule, error)
Update - updates a resource
func (*UnscopedRateLimitRuleClient) WithScope ¶ added in v1.1.44
func (c *UnscopedRateLimitRuleClient) WithScope(scope string) *RateLimitRuleClient
WithScope - sets the resource scope for the client
type UnscopedReleaseTagClient ¶
type UnscopedReleaseTagClient struct {
// contains filtered or unexported fields
}
UnscopedReleaseTagClient - rest client for ReleaseTag resources that do not have a defined scope
func NewReleaseTagClient ¶
func NewReleaseTagClient(c v1.Base) (*UnscopedReleaseTagClient, error)
NewReleaseTagClient - creates a client that is not scoped to any resource
func (*UnscopedReleaseTagClient) Get ¶
func (c *UnscopedReleaseTagClient) Get(name string) (*m.ReleaseTag, error)
Get - gets a resource by name
func (*UnscopedReleaseTagClient) Update ¶
func (c *UnscopedReleaseTagClient) Update(res *m.ReleaseTag, opts ...v1.UpdateOption) (*m.ReleaseTag, error)
Update - updates a resource
func (*UnscopedReleaseTagClient) WithScope ¶
func (c *UnscopedReleaseTagClient) WithScope(scope string) *ReleaseTagClient
WithScope - sets the resource scope for the client
type UnscopedResourceDiscoveryClient ¶
type UnscopedResourceDiscoveryClient struct {
// contains filtered or unexported fields
}
UnscopedResourceDiscoveryClient - rest client for ResourceDiscovery resources that do not have a defined scope
func NewResourceDiscoveryClient ¶
func NewResourceDiscoveryClient(c v1.Base) (*UnscopedResourceDiscoveryClient, error)
NewResourceDiscoveryClient - creates a client that is not scoped to any resource
func (*UnscopedResourceDiscoveryClient) Get ¶
func (c *UnscopedResourceDiscoveryClient) Get(name string) (*m.ResourceDiscovery, error)
Get - gets a resource by name
func (*UnscopedResourceDiscoveryClient) Update ¶
func (c *UnscopedResourceDiscoveryClient) Update(res *m.ResourceDiscovery, opts ...v1.UpdateOption) (*m.ResourceDiscovery, error)
Update - updates a resource
func (*UnscopedResourceDiscoveryClient) WithScope ¶
func (c *UnscopedResourceDiscoveryClient) WithScope(scope string) *ResourceDiscoveryClient
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 UnscopedSpecDiscoveryClient ¶
type UnscopedSpecDiscoveryClient struct {
// contains filtered or unexported fields
}
UnscopedSpecDiscoveryClient - rest client for SpecDiscovery resources that do not have a defined scope
func NewSpecDiscoveryClient ¶
func NewSpecDiscoveryClient(c v1.Base) (*UnscopedSpecDiscoveryClient, error)
NewSpecDiscoveryClient - creates a client that is not scoped to any resource
func (*UnscopedSpecDiscoveryClient) Get ¶
func (c *UnscopedSpecDiscoveryClient) Get(name string) (*m.SpecDiscovery, error)
Get - gets a resource by name
func (*UnscopedSpecDiscoveryClient) Update ¶
func (c *UnscopedSpecDiscoveryClient) Update(res *m.SpecDiscovery, opts ...v1.UpdateOption) (*m.SpecDiscovery, error)
Update - updates a resource
func (*UnscopedSpecDiscoveryClient) WithScope ¶
func (c *UnscopedSpecDiscoveryClient) WithScope(scope string) *SpecDiscoveryClient
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 UnscopedVirtualHostClient ¶
type UnscopedVirtualHostClient struct {
// contains filtered or unexported fields
}
UnscopedVirtualHostClient - rest client for VirtualHost resources that do not have a defined scope
func NewVirtualHostClient ¶
func NewVirtualHostClient(c v1.Base) (*UnscopedVirtualHostClient, error)
NewVirtualHostClient - creates a client that is not scoped to any resource
func (*UnscopedVirtualHostClient) Get ¶
func (c *UnscopedVirtualHostClient) Get(name string) (*m.VirtualHost, error)
Get - gets a resource by name
func (*UnscopedVirtualHostClient) Update ¶
func (c *UnscopedVirtualHostClient) Update(res *m.VirtualHost, opts ...v1.UpdateOption) (*m.VirtualHost, error)
Update - updates a resource
func (*UnscopedVirtualHostClient) WithScope ¶
func (c *UnscopedVirtualHostClient) WithScope(scope string) *VirtualHostClient
WithScope - sets the resource scope for the client
type UnscopedVirtualServiceClient ¶
type UnscopedVirtualServiceClient struct {
// contains filtered or unexported fields
}
UnscopedVirtualServiceClient - rest client for VirtualService resources that do not have a defined scope
func NewVirtualServiceClient ¶
func NewVirtualServiceClient(c v1.Base) (*UnscopedVirtualServiceClient, error)
NewVirtualServiceClient - creates a client that is not scoped to any resource
func (*UnscopedVirtualServiceClient) Get ¶
func (c *UnscopedVirtualServiceClient) Get(name string) (*m.VirtualService, error)
Get - gets a resource by name
func (*UnscopedVirtualServiceClient) Update ¶
func (c *UnscopedVirtualServiceClient) Update(res *m.VirtualService, opts ...v1.UpdateOption) (*m.VirtualService, error)
Update - updates a resource
func (*UnscopedVirtualServiceClient) WithScope ¶
func (c *UnscopedVirtualServiceClient) WithScope(scope string) *VirtualServiceClient
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 VirtualAPIClient ¶
type VirtualAPIClient struct {
// contains filtered or unexported fields
}
VirtualAPIClient - rest client for VirtualAPI resources that have a defined resource scope
func NewVirtualAPIClient ¶
func NewVirtualAPIClient(c v1.Base) (*VirtualAPIClient, error)
NewVirtualAPIClient - creates a client scoped to a particular resource
func (*VirtualAPIClient) Create ¶
func (c *VirtualAPIClient) Create(res *m.VirtualAPI, opts ...v1.CreateOption) (*m.VirtualAPI, error)
Create - creates a resource
func (*VirtualAPIClient) Delete ¶
func (c *VirtualAPIClient) Delete(res *m.VirtualAPI) error
Delete - deletes a resource
func (*VirtualAPIClient) Get ¶
func (c *VirtualAPIClient) Get(name string) (*m.VirtualAPI, error)
Get - gets a resource by name
func (*VirtualAPIClient) List ¶
func (c *VirtualAPIClient) List(options ...v1.ListOptions) ([]*m.VirtualAPI, error)
List - gets a list of resources
func (*VirtualAPIClient) Update ¶
func (c *VirtualAPIClient) Update(res *m.VirtualAPI, opts ...v1.UpdateOption) (*m.VirtualAPI, error)
Update - updates a resource
type VirtualAPIMergeFunc ¶
type VirtualAPIMergeFunc func(*m.VirtualAPI, *m.VirtualAPI) (*m.VirtualAPI, error)
type VirtualAPIReleaseClient ¶
type VirtualAPIReleaseClient struct {
// contains filtered or unexported fields
}
VirtualAPIReleaseClient - rest client for VirtualAPIRelease resources that have a defined resource scope
func NewVirtualAPIReleaseClient ¶
func NewVirtualAPIReleaseClient(c v1.Base) (*VirtualAPIReleaseClient, error)
NewVirtualAPIReleaseClient - creates a client scoped to a particular resource
func (*VirtualAPIReleaseClient) Create ¶
func (c *VirtualAPIReleaseClient) Create(res *m.VirtualAPIRelease, opts ...v1.CreateOption) (*m.VirtualAPIRelease, error)
Create - creates a resource
func (*VirtualAPIReleaseClient) Delete ¶
func (c *VirtualAPIReleaseClient) Delete(res *m.VirtualAPIRelease) error
Delete - deletes a resource
func (*VirtualAPIReleaseClient) Get ¶
func (c *VirtualAPIReleaseClient) Get(name string) (*m.VirtualAPIRelease, error)
Get - gets a resource by name
func (*VirtualAPIReleaseClient) List ¶
func (c *VirtualAPIReleaseClient) List(options ...v1.ListOptions) ([]*m.VirtualAPIRelease, error)
List - gets a list of resources
func (*VirtualAPIReleaseClient) Update ¶
func (c *VirtualAPIReleaseClient) Update(res *m.VirtualAPIRelease, opts ...v1.UpdateOption) (*m.VirtualAPIRelease, error)
Update - updates a resource
type VirtualAPIReleaseMergeFunc ¶
type VirtualAPIReleaseMergeFunc func(*m.VirtualAPIRelease, *m.VirtualAPIRelease) (*m.VirtualAPIRelease, error)
type VirtualHostClient ¶
type VirtualHostClient struct {
// contains filtered or unexported fields
}
VirtualHostClient - rest client for VirtualHost resources that have a defined resource scope
func (*VirtualHostClient) Create ¶
func (c *VirtualHostClient) Create(res *m.VirtualHost, opts ...v1.CreateOption) (*m.VirtualHost, error)
Create - creates a resource
func (*VirtualHostClient) Delete ¶
func (c *VirtualHostClient) Delete(res *m.VirtualHost) error
Delete - deletes a resource
func (*VirtualHostClient) Get ¶
func (c *VirtualHostClient) Get(name string) (*m.VirtualHost, error)
Get - gets a resource by name
func (*VirtualHostClient) List ¶
func (c *VirtualHostClient) List(options ...v1.ListOptions) ([]*m.VirtualHost, error)
List - gets a list of resources
func (*VirtualHostClient) Update ¶
func (c *VirtualHostClient) Update(res *m.VirtualHost, opts ...v1.UpdateOption) (*m.VirtualHost, error)
Update - updates a resource
type VirtualHostMergeFunc ¶
type VirtualHostMergeFunc func(*m.VirtualHost, *m.VirtualHost) (*m.VirtualHost, error)
type VirtualServiceClient ¶
type VirtualServiceClient struct {
// contains filtered or unexported fields
}
VirtualServiceClient - rest client for VirtualService resources that have a defined resource scope
func (*VirtualServiceClient) Create ¶
func (c *VirtualServiceClient) Create(res *m.VirtualService, opts ...v1.CreateOption) (*m.VirtualService, error)
Create - creates a resource
func (*VirtualServiceClient) Delete ¶
func (c *VirtualServiceClient) Delete(res *m.VirtualService) error
Delete - deletes a resource
func (*VirtualServiceClient) Get ¶
func (c *VirtualServiceClient) Get(name string) (*m.VirtualService, error)
Get - gets a resource by name
func (*VirtualServiceClient) List ¶
func (c *VirtualServiceClient) List(options ...v1.ListOptions) ([]*m.VirtualService, error)
List - gets a list of resources
func (*VirtualServiceClient) Update ¶
func (c *VirtualServiceClient) Update(res *m.VirtualService, opts ...v1.UpdateOption) (*m.VirtualService, error)
Update - updates a resource
type VirtualServiceMergeFunc ¶
type VirtualServiceMergeFunc func(*m.VirtualService, *m.VirtualService) (*m.VirtualService, error)
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 ¶
- APIKeyAuthRule.go
- APIService.go
- APIServiceInstance.go
- APIServiceRevision.go
- APISpec.go
- AccessControlList.go
- AccessRequest.go
- AccessRequestDefinition.go
- AmplifyConfig.go
- AmplifyJWTAuthRule.go
- AmplifyOAuth2AuthRule.go
- AmplifyRuntimeConfig.go
- AssetMapping.go
- AssetMappingTemplate.go
- ConsumerInstance.go
- ConsumerSubscriptionDefinition.go
- CorsRule.go
- Credential.go
- CredentialRequestDefinition.go
- Deployment.go
- DiscoveryAgent.go
- Environment.go
- ExternalSecret.go
- GovernanceAgent.go
- GraphQLDocument.go
- Integration.go
- K8SCluster.go
- K8SResource.go
- ManagedApplication.go
- Mesh.go
- MeshDiscovery.go
- MeshService.go
- MeshWorkload.go
- OAS3Document.go
- RateLimitRule.go
- ReleaseTag.go
- ResourceDiscovery.go
- ResourceHook.go
- Secret.go
- SpecDiscovery.go
- TraceabilityAgent.go
- VirtualAPI.go
- VirtualAPIRelease.go
- VirtualHost.go
- VirtualService.go
- WatchTopic.go
- Webhook.go