Documentation ¶
Index ¶
- Constants
- Variables
- func CacheExpires(r *http.Response) time.Time
- func Delete(list []objEntry, metadata *V1ObjectMeta) ([]objEntry, bool)
- func FindObject(list []objEntry, metadata *V1ObjectMeta) int
- func InsertOrUpdate(list []objEntry, metadata *V1ObjectMeta, obj interface{}) ([]objEntry, interface{})
- type APIClient
- type APIKey
- type APIResponse
- type AdmissionregistrationApiService
- type AdmissionregistrationV1alpha1ApiService
- func (a *AdmissionregistrationV1alpha1ApiService) CreateInitializerConfiguration(ctx context.Context, body V1alpha1InitializerConfiguration, ...) (V1alpha1InitializerConfiguration, *http.Response, error)
- func (a *AdmissionregistrationV1alpha1ApiService) DeleteCollectionInitializerConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *AdmissionregistrationV1alpha1ApiService) DeleteInitializerConfiguration(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AdmissionregistrationV1alpha1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *AdmissionregistrationV1alpha1ApiService) ListInitializerConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfigurationList, *http.Response, error)
- func (a *AdmissionregistrationV1alpha1ApiService) PatchInitializerConfiguration(ctx context.Context, name string, body interface{}, ...) (V1alpha1InitializerConfiguration, *http.Response, error)
- func (a *AdmissionregistrationV1alpha1ApiService) ReadInitializerConfiguration(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfiguration, *http.Response, error)
- func (a *AdmissionregistrationV1alpha1ApiService) ReplaceInitializerConfiguration(ctx context.Context, name string, body V1alpha1InitializerConfiguration, ...) (V1alpha1InitializerConfiguration, *http.Response, error)
- type AdmissionregistrationV1beta1ApiService
- func (a *AdmissionregistrationV1beta1ApiService) CreateMutatingWebhookConfiguration(ctx context.Context, body V1beta1MutatingWebhookConfiguration, ...) (V1beta1MutatingWebhookConfiguration, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) CreateValidatingWebhookConfiguration(ctx context.Context, body V1beta1ValidatingWebhookConfiguration, ...) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) DeleteCollectionMutatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) DeleteCollectionValidatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) DeleteMutatingWebhookConfiguration(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) DeleteValidatingWebhookConfiguration(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) ListMutatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfigurationList, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) ListValidatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfigurationList, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) PatchMutatingWebhookConfiguration(ctx context.Context, name string, body interface{}, ...) (V1beta1MutatingWebhookConfiguration, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) PatchValidatingWebhookConfiguration(ctx context.Context, name string, body interface{}, ...) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) ReadMutatingWebhookConfiguration(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfiguration, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) ReadValidatingWebhookConfiguration(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) ReplaceMutatingWebhookConfiguration(ctx context.Context, name string, body V1beta1MutatingWebhookConfiguration, ...) (V1beta1MutatingWebhookConfiguration, *http.Response, error)
- func (a *AdmissionregistrationV1beta1ApiService) ReplaceValidatingWebhookConfiguration(ctx context.Context, name string, body V1beta1ValidatingWebhookConfiguration, ...) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)
- type AdmissionregistrationV1beta1ServiceReference
- type ApiextensionsApiService
- type ApiextensionsV1beta1ApiService
- func (a *ApiextensionsV1beta1ApiService) CreateCustomResourceDefinition(ctx context.Context, body V1beta1CustomResourceDefinition, ...) (V1beta1CustomResourceDefinition, *http.Response, error)
- func (a *ApiextensionsV1beta1ApiService) DeleteCollectionCustomResourceDefinition(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *ApiextensionsV1beta1ApiService) DeleteCustomResourceDefinition(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *ApiextensionsV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *ApiextensionsV1beta1ApiService) ListCustomResourceDefinition(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinitionList, *http.Response, error)
- func (a *ApiextensionsV1beta1ApiService) PatchCustomResourceDefinition(ctx context.Context, name string, body interface{}, ...) (V1beta1CustomResourceDefinition, *http.Response, error)
- func (a *ApiextensionsV1beta1ApiService) ReadCustomResourceDefinition(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)
- func (a *ApiextensionsV1beta1ApiService) ReplaceCustomResourceDefinition(ctx context.Context, name string, body V1beta1CustomResourceDefinition, ...) (V1beta1CustomResourceDefinition, *http.Response, error)
- func (a *ApiextensionsV1beta1ApiService) ReplaceCustomResourceDefinitionStatus(ctx context.Context, name string, body V1beta1CustomResourceDefinition, ...) (V1beta1CustomResourceDefinition, *http.Response, error)
- type ApiregistrationApiService
- type ApiregistrationV1ApiService
- func (a *ApiregistrationV1ApiService) CreateAPIService(ctx context.Context, body V1ApiService, ...) (V1ApiService, *http.Response, error)
- func (a *ApiregistrationV1ApiService) DeleteAPIService(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *ApiregistrationV1ApiService) DeleteCollectionAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *ApiregistrationV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *ApiregistrationV1ApiService) ListAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1ApiServiceList, *http.Response, error)
- func (a *ApiregistrationV1ApiService) PatchAPIService(ctx context.Context, name string, body interface{}, ...) (V1ApiService, *http.Response, error)
- func (a *ApiregistrationV1ApiService) ReadAPIService(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)
- func (a *ApiregistrationV1ApiService) ReplaceAPIService(ctx context.Context, name string, body V1ApiService, ...) (V1ApiService, *http.Response, error)
- func (a *ApiregistrationV1ApiService) ReplaceAPIServiceStatus(ctx context.Context, name string, body V1ApiService, ...) (V1ApiService, *http.Response, error)
- type ApiregistrationV1beta1ApiService
- func (a *ApiregistrationV1beta1ApiService) CreateAPIService(ctx context.Context, body V1beta1ApiService, ...) (V1beta1ApiService, *http.Response, error)
- func (a *ApiregistrationV1beta1ApiService) DeleteAPIService(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *ApiregistrationV1beta1ApiService) DeleteCollectionAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *ApiregistrationV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *ApiregistrationV1beta1ApiService) ListAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ApiServiceList, *http.Response, error)
- func (a *ApiregistrationV1beta1ApiService) PatchAPIService(ctx context.Context, name string, body interface{}, ...) (V1beta1ApiService, *http.Response, error)
- func (a *ApiregistrationV1beta1ApiService) ReadAPIService(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)
- func (a *ApiregistrationV1beta1ApiService) ReplaceAPIService(ctx context.Context, name string, body V1beta1ApiService, ...) (V1beta1ApiService, *http.Response, error)
- func (a *ApiregistrationV1beta1ApiService) ReplaceAPIServiceStatus(ctx context.Context, name string, body V1beta1ApiService, ...) (V1beta1ApiService, *http.Response, error)
- type ApiregistrationV1beta1ServiceReference
- type ApisApiService
- type AppsApiService
- type AppsV1ApiService
- func (a *AppsV1ApiService) CreateNamespacedControllerRevision(ctx context.Context, namespace string, body V1ControllerRevision, ...) (V1ControllerRevision, *http.Response, error)
- func (a *AppsV1ApiService) CreateNamespacedDaemonSet(ctx context.Context, namespace string, body V1DaemonSet, ...) (V1DaemonSet, *http.Response, error)
- func (a *AppsV1ApiService) CreateNamespacedDeployment(ctx context.Context, namespace string, body V1Deployment, ...) (V1Deployment, *http.Response, error)
- func (a *AppsV1ApiService) CreateNamespacedReplicaSet(ctx context.Context, namespace string, body V1ReplicaSet, ...) (V1ReplicaSet, *http.Response, error)
- func (a *AppsV1ApiService) CreateNamespacedStatefulSet(ctx context.Context, namespace string, body V1StatefulSet, ...) (V1StatefulSet, *http.Response, error)
- func (a *AppsV1ApiService) DeleteCollectionNamespacedControllerRevision(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1ApiService) DeleteCollectionNamespacedDaemonSet(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1ApiService) DeleteCollectionNamespacedDeployment(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1ApiService) DeleteCollectionNamespacedReplicaSet(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1ApiService) DeleteCollectionNamespacedStatefulSet(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1ApiService) DeleteNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1ApiService) DeleteNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1ApiService) DeleteNamespacedDeployment(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1ApiService) DeleteNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1ApiService) DeleteNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *AppsV1ApiService) ListControllerRevisionForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ControllerRevisionList, *http.Response, error)
- func (a *AppsV1ApiService) ListDaemonSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1DaemonSetList, *http.Response, error)
- func (a *AppsV1ApiService) ListDeploymentForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1DeploymentList, *http.Response, error)
- func (a *AppsV1ApiService) ListNamespacedControllerRevision(ctx context.Context, namespace string, ...) (V1ControllerRevisionList, *http.Response, error)
- func (a *AppsV1ApiService) ListNamespacedDaemonSet(ctx context.Context, namespace string, ...) (V1DaemonSetList, *http.Response, error)
- func (a *AppsV1ApiService) ListNamespacedDeployment(ctx context.Context, namespace string, ...) (V1DeploymentList, *http.Response, error)
- func (a *AppsV1ApiService) ListNamespacedReplicaSet(ctx context.Context, namespace string, ...) (V1ReplicaSetList, *http.Response, error)
- func (a *AppsV1ApiService) ListNamespacedStatefulSet(ctx context.Context, namespace string, ...) (V1StatefulSetList, *http.Response, error)
- func (a *AppsV1ApiService) ListReplicaSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ReplicaSetList, *http.Response, error)
- func (a *AppsV1ApiService) ListStatefulSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1StatefulSetList, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedControllerRevision(ctx context.Context, name string, namespace string, body interface{}, ...) (V1ControllerRevision, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedDaemonSet(ctx context.Context, name string, namespace string, body interface{}, ...) (V1DaemonSet, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1DaemonSet, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedDeployment(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Deployment, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Scale, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Deployment, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedReplicaSet(ctx context.Context, name string, namespace string, body interface{}, ...) (V1ReplicaSet, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Scale, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1ReplicaSet, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedStatefulSet(ctx context.Context, name string, namespace string, body interface{}, ...) (V1StatefulSet, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Scale, *http.Response, error)
- func (a *AppsV1ApiService) PatchNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1StatefulSet, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedControllerRevision(ctx context.Context, name string, namespace string, ...) (V1ControllerRevision, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedDaemonSet(ctx context.Context, name string, namespace string, ...) (V1DaemonSet, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, ...) (V1DaemonSet, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedDeployment(ctx context.Context, name string, namespace string, ...) (V1Deployment, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedDeploymentScale(ctx context.Context, name string, namespace string, ...) (V1Scale, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, ...) (V1Deployment, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedReplicaSet(ctx context.Context, name string, namespace string, ...) (V1ReplicaSet, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, ...) (V1Scale, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, ...) (V1ReplicaSet, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedStatefulSet(ctx context.Context, name string, namespace string, ...) (V1StatefulSet, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, ...) (V1Scale, *http.Response, error)
- func (a *AppsV1ApiService) ReadNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, ...) (V1StatefulSet, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1ControllerRevision, ...) (V1ControllerRevision, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1DaemonSet, ...) (V1DaemonSet, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body V1DaemonSet, ...) (V1DaemonSet, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedDeployment(ctx context.Context, name string, namespace string, body V1Deployment, ...) (V1Deployment, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body V1Scale, ...) (V1Scale, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body V1Deployment, ...) (V1Deployment, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1ReplicaSet, ...) (V1ReplicaSet, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body V1Scale, ...) (V1Scale, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body V1ReplicaSet, ...) (V1ReplicaSet, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1StatefulSet, ...) (V1StatefulSet, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body V1Scale, ...) (V1Scale, *http.Response, error)
- func (a *AppsV1ApiService) ReplaceNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body V1StatefulSet, ...) (V1StatefulSet, *http.Response, error)
- type AppsV1beta1ApiService
- func (a *AppsV1beta1ApiService) CreateNamespacedControllerRevision(ctx context.Context, namespace string, body V1beta1ControllerRevision, ...) (V1beta1ControllerRevision, *http.Response, error)
- func (a *AppsV1beta1ApiService) CreateNamespacedDeployment(ctx context.Context, namespace string, body AppsV1beta1Deployment, ...) (AppsV1beta1Deployment, *http.Response, error)
- func (a *AppsV1beta1ApiService) CreateNamespacedDeploymentRollback(ctx context.Context, name string, namespace string, ...) (AppsV1beta1DeploymentRollback, *http.Response, error)
- func (a *AppsV1beta1ApiService) CreateNamespacedStatefulSet(ctx context.Context, namespace string, body V1beta1StatefulSet, ...) (V1beta1StatefulSet, *http.Response, error)
- func (a *AppsV1beta1ApiService) DeleteCollectionNamespacedControllerRevision(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta1ApiService) DeleteCollectionNamespacedDeployment(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta1ApiService) DeleteCollectionNamespacedStatefulSet(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta1ApiService) DeleteNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta1ApiService) DeleteNamespacedDeployment(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta1ApiService) DeleteNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *AppsV1beta1ApiService) ListControllerRevisionForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ControllerRevisionList, *http.Response, error)
- func (a *AppsV1beta1ApiService) ListDeploymentForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (AppsV1beta1DeploymentList, *http.Response, error)
- func (a *AppsV1beta1ApiService) ListNamespacedControllerRevision(ctx context.Context, namespace string, ...) (V1beta1ControllerRevisionList, *http.Response, error)
- func (a *AppsV1beta1ApiService) ListNamespacedDeployment(ctx context.Context, namespace string, ...) (AppsV1beta1DeploymentList, *http.Response, error)
- func (a *AppsV1beta1ApiService) ListNamespacedStatefulSet(ctx context.Context, namespace string, ...) (V1beta1StatefulSetList, *http.Response, error)
- func (a *AppsV1beta1ApiService) ListStatefulSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1StatefulSetList, *http.Response, error)
- func (a *AppsV1beta1ApiService) PatchNamespacedControllerRevision(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1ControllerRevision, *http.Response, error)
- func (a *AppsV1beta1ApiService) PatchNamespacedDeployment(ctx context.Context, name string, namespace string, body interface{}, ...) (AppsV1beta1Deployment, *http.Response, error)
- func (a *AppsV1beta1ApiService) PatchNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body interface{}, ...) (AppsV1beta1Scale, *http.Response, error)
- func (a *AppsV1beta1ApiService) PatchNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (AppsV1beta1Deployment, *http.Response, error)
- func (a *AppsV1beta1ApiService) PatchNamespacedStatefulSet(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1StatefulSet, *http.Response, error)
- func (a *AppsV1beta1ApiService) PatchNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body interface{}, ...) (AppsV1beta1Scale, *http.Response, error)
- func (a *AppsV1beta1ApiService) PatchNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1StatefulSet, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReadNamespacedControllerRevision(ctx context.Context, name string, namespace string, ...) (V1beta1ControllerRevision, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReadNamespacedDeployment(ctx context.Context, name string, namespace string, ...) (AppsV1beta1Deployment, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReadNamespacedDeploymentScale(ctx context.Context, name string, namespace string, ...) (AppsV1beta1Scale, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReadNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, ...) (AppsV1beta1Deployment, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReadNamespacedStatefulSet(ctx context.Context, name string, namespace string, ...) (V1beta1StatefulSet, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReadNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, ...) (AppsV1beta1Scale, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReadNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, ...) (V1beta1StatefulSet, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReplaceNamespacedControllerRevision(ctx context.Context, name string, namespace string, ...) (V1beta1ControllerRevision, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReplaceNamespacedDeployment(ctx context.Context, name string, namespace string, body AppsV1beta1Deployment, ...) (AppsV1beta1Deployment, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReplaceNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body AppsV1beta1Scale, ...) (AppsV1beta1Scale, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReplaceNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body AppsV1beta1Deployment, ...) (AppsV1beta1Deployment, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReplaceNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1beta1StatefulSet, ...) (V1beta1StatefulSet, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReplaceNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body AppsV1beta1Scale, ...) (AppsV1beta1Scale, *http.Response, error)
- func (a *AppsV1beta1ApiService) ReplaceNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body V1beta1StatefulSet, ...) (V1beta1StatefulSet, *http.Response, error)
- type AppsV1beta1Deployment
- type AppsV1beta1DeploymentCondition
- type AppsV1beta1DeploymentList
- type AppsV1beta1DeploymentRollback
- type AppsV1beta1DeploymentSpec
- type AppsV1beta1DeploymentStatus
- type AppsV1beta1DeploymentStrategy
- type AppsV1beta1RollbackConfig
- type AppsV1beta1RollingUpdateDeployment
- type AppsV1beta1Scale
- type AppsV1beta1ScaleSpec
- type AppsV1beta1ScaleStatus
- type AppsV1beta2ApiService
- func (a *AppsV1beta2ApiService) CreateNamespacedControllerRevision(ctx context.Context, namespace string, body V1beta2ControllerRevision, ...) (V1beta2ControllerRevision, *http.Response, error)
- func (a *AppsV1beta2ApiService) CreateNamespacedDaemonSet(ctx context.Context, namespace string, body V1beta2DaemonSet, ...) (V1beta2DaemonSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) CreateNamespacedDeployment(ctx context.Context, namespace string, body V1beta2Deployment, ...) (V1beta2Deployment, *http.Response, error)
- func (a *AppsV1beta2ApiService) CreateNamespacedReplicaSet(ctx context.Context, namespace string, body V1beta2ReplicaSet, ...) (V1beta2ReplicaSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) CreateNamespacedStatefulSet(ctx context.Context, namespace string, body V1beta2StatefulSet, ...) (V1beta2StatefulSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) DeleteCollectionNamespacedControllerRevision(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta2ApiService) DeleteCollectionNamespacedDaemonSet(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta2ApiService) DeleteCollectionNamespacedDeployment(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta2ApiService) DeleteCollectionNamespacedReplicaSet(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta2ApiService) DeleteCollectionNamespacedStatefulSet(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta2ApiService) DeleteNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta2ApiService) DeleteNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta2ApiService) DeleteNamespacedDeployment(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta2ApiService) DeleteNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta2ApiService) DeleteNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AppsV1beta2ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *AppsV1beta2ApiService) ListControllerRevisionForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta2ControllerRevisionList, *http.Response, error)
- func (a *AppsV1beta2ApiService) ListDaemonSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta2DaemonSetList, *http.Response, error)
- func (a *AppsV1beta2ApiService) ListDeploymentForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta2DeploymentList, *http.Response, error)
- func (a *AppsV1beta2ApiService) ListNamespacedControllerRevision(ctx context.Context, namespace string, ...) (V1beta2ControllerRevisionList, *http.Response, error)
- func (a *AppsV1beta2ApiService) ListNamespacedDaemonSet(ctx context.Context, namespace string, ...) (V1beta2DaemonSetList, *http.Response, error)
- func (a *AppsV1beta2ApiService) ListNamespacedDeployment(ctx context.Context, namespace string, ...) (V1beta2DeploymentList, *http.Response, error)
- func (a *AppsV1beta2ApiService) ListNamespacedReplicaSet(ctx context.Context, namespace string, ...) (V1beta2ReplicaSetList, *http.Response, error)
- func (a *AppsV1beta2ApiService) ListNamespacedStatefulSet(ctx context.Context, namespace string, ...) (V1beta2StatefulSetList, *http.Response, error)
- func (a *AppsV1beta2ApiService) ListReplicaSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta2ReplicaSetList, *http.Response, error)
- func (a *AppsV1beta2ApiService) ListStatefulSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta2StatefulSetList, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedControllerRevision(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2ControllerRevision, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedDaemonSet(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2DaemonSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2DaemonSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedDeployment(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2Deployment, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2Scale, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2Deployment, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedReplicaSet(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2ReplicaSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2Scale, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2ReplicaSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedStatefulSet(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2StatefulSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2Scale, *http.Response, error)
- func (a *AppsV1beta2ApiService) PatchNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta2StatefulSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedControllerRevision(ctx context.Context, name string, namespace string, ...) (V1beta2ControllerRevision, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedDaemonSet(ctx context.Context, name string, namespace string, ...) (V1beta2DaemonSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, ...) (V1beta2DaemonSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedDeployment(ctx context.Context, name string, namespace string, ...) (V1beta2Deployment, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedDeploymentScale(ctx context.Context, name string, namespace string, ...) (V1beta2Scale, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, ...) (V1beta2Deployment, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedReplicaSet(ctx context.Context, name string, namespace string, ...) (V1beta2ReplicaSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, ...) (V1beta2Scale, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, ...) (V1beta2ReplicaSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedStatefulSet(ctx context.Context, name string, namespace string, ...) (V1beta2StatefulSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, ...) (V1beta2Scale, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReadNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, ...) (V1beta2StatefulSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedControllerRevision(ctx context.Context, name string, namespace string, ...) (V1beta2ControllerRevision, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1beta2DaemonSet, ...) (V1beta2DaemonSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body V1beta2DaemonSet, ...) (V1beta2DaemonSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedDeployment(ctx context.Context, name string, namespace string, body V1beta2Deployment, ...) (V1beta2Deployment, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body V1beta2Scale, ...) (V1beta2Scale, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body V1beta2Deployment, ...) (V1beta2Deployment, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1beta2ReplicaSet, ...) (V1beta2ReplicaSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body V1beta2Scale, ...) (V1beta2Scale, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body V1beta2ReplicaSet, ...) (V1beta2ReplicaSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1beta2StatefulSet, ...) (V1beta2StatefulSet, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body V1beta2Scale, ...) (V1beta2Scale, *http.Response, error)
- func (a *AppsV1beta2ApiService) ReplaceNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body V1beta2StatefulSet, ...) (V1beta2StatefulSet, *http.Response, error)
- type AuthenticationApiService
- type AuthenticationV1ApiService
- type AuthenticationV1beta1ApiService
- type AuthorizationApiService
- type AuthorizationV1ApiService
- func (a *AuthorizationV1ApiService) CreateNamespacedLocalSubjectAccessReview(ctx context.Context, namespace string, body V1LocalSubjectAccessReview, ...) (V1LocalSubjectAccessReview, *http.Response, error)
- func (a *AuthorizationV1ApiService) CreateSelfSubjectAccessReview(ctx context.Context, body V1SelfSubjectAccessReview, ...) (V1SelfSubjectAccessReview, *http.Response, error)
- func (a *AuthorizationV1ApiService) CreateSelfSubjectRulesReview(ctx context.Context, body V1SelfSubjectRulesReview, ...) (V1SelfSubjectRulesReview, *http.Response, error)
- func (a *AuthorizationV1ApiService) CreateSubjectAccessReview(ctx context.Context, body V1SubjectAccessReview, ...) (V1SubjectAccessReview, *http.Response, error)
- func (a *AuthorizationV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- type AuthorizationV1beta1ApiService
- func (a *AuthorizationV1beta1ApiService) CreateNamespacedLocalSubjectAccessReview(ctx context.Context, namespace string, body V1beta1LocalSubjectAccessReview, ...) (V1beta1LocalSubjectAccessReview, *http.Response, error)
- func (a *AuthorizationV1beta1ApiService) CreateSelfSubjectAccessReview(ctx context.Context, body V1beta1SelfSubjectAccessReview, ...) (V1beta1SelfSubjectAccessReview, *http.Response, error)
- func (a *AuthorizationV1beta1ApiService) CreateSelfSubjectRulesReview(ctx context.Context, body V1beta1SelfSubjectRulesReview, ...) (V1beta1SelfSubjectRulesReview, *http.Response, error)
- func (a *AuthorizationV1beta1ApiService) CreateSubjectAccessReview(ctx context.Context, body V1beta1SubjectAccessReview, ...) (V1beta1SubjectAccessReview, *http.Response, error)
- func (a *AuthorizationV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- type AutoscalingApiService
- type AutoscalingV1ApiService
- func (a *AutoscalingV1ApiService) CreateNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, body V1HorizontalPodAutoscaler, ...) (V1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV1ApiService) DeleteCollectionNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AutoscalingV1ApiService) DeleteNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AutoscalingV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *AutoscalingV1ApiService) ListHorizontalPodAutoscalerForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1HorizontalPodAutoscalerList, *http.Response, error)
- func (a *AutoscalingV1ApiService) ListNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, ...) (V1HorizontalPodAutoscalerList, *http.Response, error)
- func (a *AutoscalingV1ApiService) PatchNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, body interface{}, ...) (V1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV1ApiService) PatchNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV1ApiService) ReadNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, ...) (V1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV1ApiService) ReadNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, ...) (V1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV1ApiService) ReplaceNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, ...) (V1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV1ApiService) ReplaceNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, ...) (V1HorizontalPodAutoscaler, *http.Response, error)
- type AutoscalingV2beta1ApiService
- func (a *AutoscalingV2beta1ApiService) CreateNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, body V2beta1HorizontalPodAutoscaler, ...) (V2beta1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) DeleteCollectionNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) DeleteNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) ListHorizontalPodAutoscalerForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V2beta1HorizontalPodAutoscalerList, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) ListNamespacedHorizontalPodAutoscaler(ctx context.Context, namespace string, ...) (V2beta1HorizontalPodAutoscalerList, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) PatchNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, body interface{}, ...) (V2beta1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) PatchNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V2beta1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) ReadNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, ...) (V2beta1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) ReadNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, ...) (V2beta1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) ReplaceNamespacedHorizontalPodAutoscaler(ctx context.Context, name string, namespace string, ...) (V2beta1HorizontalPodAutoscaler, *http.Response, error)
- func (a *AutoscalingV2beta1ApiService) ReplaceNamespacedHorizontalPodAutoscalerStatus(ctx context.Context, name string, namespace string, ...) (V2beta1HorizontalPodAutoscaler, *http.Response, error)
- type BasicAuth
- type BatchApiService
- type BatchV1ApiService
- func (a *BatchV1ApiService) CreateNamespacedJob(ctx context.Context, namespace string, body V1Job, ...) (V1Job, *http.Response, error)
- func (a *BatchV1ApiService) DeleteCollectionNamespacedJob(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *BatchV1ApiService) DeleteNamespacedJob(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *BatchV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *BatchV1ApiService) ListJobForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1JobList, *http.Response, error)
- func (a *BatchV1ApiService) ListNamespacedJob(ctx context.Context, namespace string, ...) (V1JobList, *http.Response, error)
- func (a *BatchV1ApiService) PatchNamespacedJob(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Job, *http.Response, error)
- func (a *BatchV1ApiService) PatchNamespacedJobStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Job, *http.Response, error)
- func (a *BatchV1ApiService) ReadNamespacedJob(ctx context.Context, name string, namespace string, ...) (V1Job, *http.Response, error)
- func (a *BatchV1ApiService) ReadNamespacedJobStatus(ctx context.Context, name string, namespace string, ...) (V1Job, *http.Response, error)
- func (a *BatchV1ApiService) ReplaceNamespacedJob(ctx context.Context, name string, namespace string, body V1Job, ...) (V1Job, *http.Response, error)
- func (a *BatchV1ApiService) ReplaceNamespacedJobStatus(ctx context.Context, name string, namespace string, body V1Job, ...) (V1Job, *http.Response, error)
- type BatchV1beta1ApiService
- func (a *BatchV1beta1ApiService) CreateNamespacedCronJob(ctx context.Context, namespace string, body V1beta1CronJob, ...) (V1beta1CronJob, *http.Response, error)
- func (a *BatchV1beta1ApiService) DeleteCollectionNamespacedCronJob(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *BatchV1beta1ApiService) DeleteNamespacedCronJob(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *BatchV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *BatchV1beta1ApiService) ListCronJobForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1CronJobList, *http.Response, error)
- func (a *BatchV1beta1ApiService) ListNamespacedCronJob(ctx context.Context, namespace string, ...) (V1beta1CronJobList, *http.Response, error)
- func (a *BatchV1beta1ApiService) PatchNamespacedCronJob(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1CronJob, *http.Response, error)
- func (a *BatchV1beta1ApiService) PatchNamespacedCronJobStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1CronJob, *http.Response, error)
- func (a *BatchV1beta1ApiService) ReadNamespacedCronJob(ctx context.Context, name string, namespace string, ...) (V1beta1CronJob, *http.Response, error)
- func (a *BatchV1beta1ApiService) ReadNamespacedCronJobStatus(ctx context.Context, name string, namespace string, ...) (V1beta1CronJob, *http.Response, error)
- func (a *BatchV1beta1ApiService) ReplaceNamespacedCronJob(ctx context.Context, name string, namespace string, body V1beta1CronJob, ...) (V1beta1CronJob, *http.Response, error)
- func (a *BatchV1beta1ApiService) ReplaceNamespacedCronJobStatus(ctx context.Context, name string, namespace string, body V1beta1CronJob, ...) (V1beta1CronJob, *http.Response, error)
- type BatchV2alpha1ApiService
- func (a *BatchV2alpha1ApiService) CreateNamespacedCronJob(ctx context.Context, namespace string, body V2alpha1CronJob, ...) (V2alpha1CronJob, *http.Response, error)
- func (a *BatchV2alpha1ApiService) DeleteCollectionNamespacedCronJob(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *BatchV2alpha1ApiService) DeleteNamespacedCronJob(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *BatchV2alpha1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *BatchV2alpha1ApiService) ListCronJobForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V2alpha1CronJobList, *http.Response, error)
- func (a *BatchV2alpha1ApiService) ListNamespacedCronJob(ctx context.Context, namespace string, ...) (V2alpha1CronJobList, *http.Response, error)
- func (a *BatchV2alpha1ApiService) PatchNamespacedCronJob(ctx context.Context, name string, namespace string, body interface{}, ...) (V2alpha1CronJob, *http.Response, error)
- func (a *BatchV2alpha1ApiService) PatchNamespacedCronJobStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V2alpha1CronJob, *http.Response, error)
- func (a *BatchV2alpha1ApiService) ReadNamespacedCronJob(ctx context.Context, name string, namespace string, ...) (V2alpha1CronJob, *http.Response, error)
- func (a *BatchV2alpha1ApiService) ReadNamespacedCronJobStatus(ctx context.Context, name string, namespace string, ...) (V2alpha1CronJob, *http.Response, error)
- func (a *BatchV2alpha1ApiService) ReplaceNamespacedCronJob(ctx context.Context, name string, namespace string, body V2alpha1CronJob, ...) (V2alpha1CronJob, *http.Response, error)
- func (a *BatchV2alpha1ApiService) ReplaceNamespacedCronJobStatus(ctx context.Context, name string, namespace string, body V2alpha1CronJob, ...) (V2alpha1CronJob, *http.Response, error)
- type Cache
- func (c *Cache) AddEventHandler(handler EventHandler)
- func (c *Cache) AddOrUpdate(metadata *V1ObjectMeta, obj interface{})
- func (c *Cache) ByNamespace(namespace string) []interface{}
- func (c *Cache) Delete(metadata *V1ObjectMeta, obj interface{})
- func (c *Cache) List() []interface{}
- func (c *Cache) ListWatch() error
- func (c *Cache) ProcessResult(res *Result)
- func (c *Cache) Run(stop <-chan bool)
- type CertificatesApiService
- type CertificatesV1beta1ApiService
- func (a *CertificatesV1beta1ApiService) CreateCertificateSigningRequest(ctx context.Context, body V1beta1CertificateSigningRequest, ...) (V1beta1CertificateSigningRequest, *http.Response, error)
- func (a *CertificatesV1beta1ApiService) DeleteCertificateSigningRequest(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CertificatesV1beta1ApiService) DeleteCollectionCertificateSigningRequest(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *CertificatesV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *CertificatesV1beta1ApiService) ListCertificateSigningRequest(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1CertificateSigningRequestList, *http.Response, error)
- func (a *CertificatesV1beta1ApiService) PatchCertificateSigningRequest(ctx context.Context, name string, body interface{}, ...) (V1beta1CertificateSigningRequest, *http.Response, error)
- func (a *CertificatesV1beta1ApiService) ReadCertificateSigningRequest(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1CertificateSigningRequest, *http.Response, error)
- func (a *CertificatesV1beta1ApiService) ReplaceCertificateSigningRequest(ctx context.Context, name string, body V1beta1CertificateSigningRequest, ...) (V1beta1CertificateSigningRequest, *http.Response, error)
- func (a *CertificatesV1beta1ApiService) ReplaceCertificateSigningRequestApproval(ctx context.Context, name string, body V1beta1CertificateSigningRequest, ...) (V1beta1CertificateSigningRequest, *http.Response, error)
- func (a *CertificatesV1beta1ApiService) ReplaceCertificateSigningRequestStatus(ctx context.Context, name string, body V1beta1CertificateSigningRequest, ...) (V1beta1CertificateSigningRequest, *http.Response, error)
- type Configuration
- type CoreApiService
- type CoreV1ApiService
- func (a *CoreV1ApiService) ConnectDeleteNamespacedPodProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectDeleteNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectDeleteNamespacedServiceProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectDeleteNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectDeleteNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectDeleteNodeProxyWithPath(ctx context.Context, name string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectGetNamespacedPodAttach(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectGetNamespacedPodExec(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectGetNamespacedPodPortforward(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectGetNamespacedPodProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectGetNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectGetNamespacedServiceProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectGetNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectGetNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectGetNodeProxyWithPath(ctx context.Context, name string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectHeadNamespacedPodProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectHeadNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectHeadNamespacedServiceProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectHeadNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectHeadNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectHeadNodeProxyWithPath(ctx context.Context, name string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectOptionsNamespacedPodProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectOptionsNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectOptionsNamespacedServiceProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectOptionsNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectOptionsNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectOptionsNodeProxyWithPath(ctx context.Context, name string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPatchNamespacedPodProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPatchNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPatchNamespacedServiceProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPatchNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPatchNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPatchNodeProxyWithPath(ctx context.Context, name string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPostNamespacedPodAttach(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPostNamespacedPodExec(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPostNamespacedPodPortforward(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPostNamespacedPodProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPostNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPostNamespacedServiceProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPostNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPostNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPostNodeProxyWithPath(ctx context.Context, name string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPutNamespacedPodProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPutNamespacedPodProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPutNamespacedServiceProxy(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPutNamespacedServiceProxyWithPath(ctx context.Context, name string, namespace string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPutNodeProxy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (string, *http.Response, error)
- func (a *CoreV1ApiService) ConnectPutNodeProxyWithPath(ctx context.Context, name string, path string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespace(ctx context.Context, body V1Namespace, ...) (V1Namespace, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedBinding(ctx context.Context, namespace string, body V1Binding, ...) (V1Binding, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedConfigMap(ctx context.Context, namespace string, body V1ConfigMap, ...) (V1ConfigMap, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedEndpoints(ctx context.Context, namespace string, body V1Endpoints, ...) (V1Endpoints, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedEvent(ctx context.Context, namespace string, body V1Event, ...) (V1Event, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedLimitRange(ctx context.Context, namespace string, body V1LimitRange, ...) (V1LimitRange, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedPersistentVolumeClaim(ctx context.Context, namespace string, body V1PersistentVolumeClaim, ...) (V1PersistentVolumeClaim, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedPod(ctx context.Context, namespace string, body V1Pod, ...) (V1Pod, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedPodBinding(ctx context.Context, name string, namespace string, body V1Binding, ...) (V1Binding, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedPodEviction(ctx context.Context, name string, namespace string, body V1beta1Eviction, ...) (V1beta1Eviction, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedPodTemplate(ctx context.Context, namespace string, body V1PodTemplate, ...) (V1PodTemplate, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedReplicationController(ctx context.Context, namespace string, body V1ReplicationController, ...) (V1ReplicationController, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedResourceQuota(ctx context.Context, namespace string, body V1ResourceQuota, ...) (V1ResourceQuota, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedSecret(ctx context.Context, namespace string, body V1Secret, ...) (V1Secret, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedService(ctx context.Context, namespace string, body V1Service, ...) (V1Service, *http.Response, error)
- func (a *CoreV1ApiService) CreateNamespacedServiceAccount(ctx context.Context, namespace string, body V1ServiceAccount, ...) (V1ServiceAccount, *http.Response, error)
- func (a *CoreV1ApiService) CreateNode(ctx context.Context, body V1Node, localVarOptionals map[string]interface{}) (V1Node, *http.Response, error)
- func (a *CoreV1ApiService) CreatePersistentVolume(ctx context.Context, body V1PersistentVolume, ...) (V1PersistentVolume, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedConfigMap(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedEndpoints(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedEvent(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedLimitRange(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedPersistentVolumeClaim(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedPod(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedPodTemplate(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedReplicationController(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedResourceQuota(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedSecret(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNamespacedServiceAccount(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionNode(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteCollectionPersistentVolume(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespace(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedConfigMap(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedEndpoints(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedEvent(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedLimitRange(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedPersistentVolumeClaim(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedPod(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedPodTemplate(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedReplicationController(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedResourceQuota(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedSecret(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedService(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNamespacedServiceAccount(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeleteNode(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) DeletePersistentVolume(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *CoreV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *CoreV1ApiService) ListComponentStatus(ctx context.Context, localVarOptionals map[string]interface{}) (V1ComponentStatusList, *http.Response, error)
- func (a *CoreV1ApiService) ListConfigMapForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ConfigMapList, *http.Response, error)
- func (a *CoreV1ApiService) ListEndpointsForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1EndpointsList, *http.Response, error)
- func (a *CoreV1ApiService) ListEventForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1EventList, *http.Response, error)
- func (a *CoreV1ApiService) ListLimitRangeForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1LimitRangeList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespace(ctx context.Context, localVarOptionals map[string]interface{}) (V1NamespaceList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedConfigMap(ctx context.Context, namespace string, ...) (V1ConfigMapList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedEndpoints(ctx context.Context, namespace string, ...) (V1EndpointsList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedEvent(ctx context.Context, namespace string, ...) (V1EventList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedLimitRange(ctx context.Context, namespace string, ...) (V1LimitRangeList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedPersistentVolumeClaim(ctx context.Context, namespace string, ...) (V1PersistentVolumeClaimList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedPod(ctx context.Context, namespace string, ...) (V1PodList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedPodTemplate(ctx context.Context, namespace string, ...) (V1PodTemplateList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedReplicationController(ctx context.Context, namespace string, ...) (V1ReplicationControllerList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedResourceQuota(ctx context.Context, namespace string, ...) (V1ResourceQuotaList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedSecret(ctx context.Context, namespace string, ...) (V1SecretList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedService(ctx context.Context, namespace string, ...) (V1ServiceList, *http.Response, error)
- func (a *CoreV1ApiService) ListNamespacedServiceAccount(ctx context.Context, namespace string, ...) (V1ServiceAccountList, *http.Response, error)
- func (a *CoreV1ApiService) ListNode(ctx context.Context, localVarOptionals map[string]interface{}) (V1NodeList, *http.Response, error)
- func (a *CoreV1ApiService) ListPersistentVolume(ctx context.Context, localVarOptionals map[string]interface{}) (V1PersistentVolumeList, *http.Response, error)
- func (a *CoreV1ApiService) ListPersistentVolumeClaimForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1PersistentVolumeClaimList, *http.Response, error)
- func (a *CoreV1ApiService) ListPodForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1PodList, *http.Response, error)
- func (a *CoreV1ApiService) ListPodTemplateForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1PodTemplateList, *http.Response, error)
- func (a *CoreV1ApiService) ListReplicationControllerForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ReplicationControllerList, *http.Response, error)
- func (a *CoreV1ApiService) ListResourceQuotaForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ResourceQuotaList, *http.Response, error)
- func (a *CoreV1ApiService) ListSecretForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1SecretList, *http.Response, error)
- func (a *CoreV1ApiService) ListServiceAccountForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ServiceAccountList, *http.Response, error)
- func (a *CoreV1ApiService) ListServiceForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ServiceList, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespace(ctx context.Context, name string, body interface{}, ...) (V1Namespace, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespaceStatus(ctx context.Context, name string, body interface{}, ...) (V1Namespace, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedConfigMap(ctx context.Context, name string, namespace string, body interface{}, ...) (V1ConfigMap, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedEndpoints(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Endpoints, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedEvent(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Event, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedLimitRange(ctx context.Context, name string, namespace string, body interface{}, ...) (V1LimitRange, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedPersistentVolumeClaim(ctx context.Context, name string, namespace string, body interface{}, ...) (V1PersistentVolumeClaim, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedPersistentVolumeClaimStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1PersistentVolumeClaim, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedPod(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Pod, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedPodStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Pod, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedPodTemplate(ctx context.Context, name string, namespace string, body interface{}, ...) (V1PodTemplate, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedReplicationController(ctx context.Context, name string, namespace string, body interface{}, ...) (V1ReplicationController, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedReplicationControllerScale(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Scale, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedReplicationControllerStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1ReplicationController, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedResourceQuota(ctx context.Context, name string, namespace string, body interface{}, ...) (V1ResourceQuota, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedResourceQuotaStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1ResourceQuota, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedSecret(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Secret, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedService(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Service, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedServiceAccount(ctx context.Context, name string, namespace string, body interface{}, ...) (V1ServiceAccount, *http.Response, error)
- func (a *CoreV1ApiService) PatchNamespacedServiceStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Service, *http.Response, error)
- func (a *CoreV1ApiService) PatchNode(ctx context.Context, name string, body interface{}, ...) (V1Node, *http.Response, error)
- func (a *CoreV1ApiService) PatchNodeStatus(ctx context.Context, name string, body interface{}, ...) (V1Node, *http.Response, error)
- func (a *CoreV1ApiService) PatchPersistentVolume(ctx context.Context, name string, body interface{}, ...) (V1PersistentVolume, *http.Response, error)
- func (a *CoreV1ApiService) PatchPersistentVolumeStatus(ctx context.Context, name string, body interface{}, ...) (V1PersistentVolume, *http.Response, error)
- func (a *CoreV1ApiService) ReadComponentStatus(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1ComponentStatus, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespace(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1Namespace, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespaceStatus(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1Namespace, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedConfigMap(ctx context.Context, name string, namespace string, ...) (V1ConfigMap, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedEndpoints(ctx context.Context, name string, namespace string, ...) (V1Endpoints, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedEvent(ctx context.Context, name string, namespace string, ...) (V1Event, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedLimitRange(ctx context.Context, name string, namespace string, ...) (V1LimitRange, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedPersistentVolumeClaim(ctx context.Context, name string, namespace string, ...) (V1PersistentVolumeClaim, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedPersistentVolumeClaimStatus(ctx context.Context, name string, namespace string, ...) (V1PersistentVolumeClaim, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedPod(ctx context.Context, name string, namespace string, ...) (V1Pod, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedPodLog(ctx context.Context, name string, namespace string, ...) (string, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedPodStatus(ctx context.Context, name string, namespace string, ...) (V1Pod, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedPodTemplate(ctx context.Context, name string, namespace string, ...) (V1PodTemplate, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedReplicationController(ctx context.Context, name string, namespace string, ...) (V1ReplicationController, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedReplicationControllerScale(ctx context.Context, name string, namespace string, ...) (V1Scale, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedReplicationControllerStatus(ctx context.Context, name string, namespace string, ...) (V1ReplicationController, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedResourceQuota(ctx context.Context, name string, namespace string, ...) (V1ResourceQuota, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedResourceQuotaStatus(ctx context.Context, name string, namespace string, ...) (V1ResourceQuota, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedSecret(ctx context.Context, name string, namespace string, ...) (V1Secret, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedService(ctx context.Context, name string, namespace string, ...) (V1Service, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedServiceAccount(ctx context.Context, name string, namespace string, ...) (V1ServiceAccount, *http.Response, error)
- func (a *CoreV1ApiService) ReadNamespacedServiceStatus(ctx context.Context, name string, namespace string, ...) (V1Service, *http.Response, error)
- func (a *CoreV1ApiService) ReadNode(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1Node, *http.Response, error)
- func (a *CoreV1ApiService) ReadNodeStatus(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1Node, *http.Response, error)
- func (a *CoreV1ApiService) ReadPersistentVolume(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1PersistentVolume, *http.Response, error)
- func (a *CoreV1ApiService) ReadPersistentVolumeStatus(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1PersistentVolume, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespace(ctx context.Context, name string, body V1Namespace, ...) (V1Namespace, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespaceFinalize(ctx context.Context, name string, body V1Namespace, ...) (V1Namespace, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespaceStatus(ctx context.Context, name string, body V1Namespace, ...) (V1Namespace, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedConfigMap(ctx context.Context, name string, namespace string, body V1ConfigMap, ...) (V1ConfigMap, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedEndpoints(ctx context.Context, name string, namespace string, body V1Endpoints, ...) (V1Endpoints, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedEvent(ctx context.Context, name string, namespace string, body V1Event, ...) (V1Event, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedLimitRange(ctx context.Context, name string, namespace string, body V1LimitRange, ...) (V1LimitRange, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedPersistentVolumeClaim(ctx context.Context, name string, namespace string, ...) (V1PersistentVolumeClaim, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedPersistentVolumeClaimStatus(ctx context.Context, name string, namespace string, ...) (V1PersistentVolumeClaim, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedPod(ctx context.Context, name string, namespace string, body V1Pod, ...) (V1Pod, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedPodStatus(ctx context.Context, name string, namespace string, body V1Pod, ...) (V1Pod, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedPodTemplate(ctx context.Context, name string, namespace string, body V1PodTemplate, ...) (V1PodTemplate, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedReplicationController(ctx context.Context, name string, namespace string, ...) (V1ReplicationController, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedReplicationControllerScale(ctx context.Context, name string, namespace string, body V1Scale, ...) (V1Scale, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedReplicationControllerStatus(ctx context.Context, name string, namespace string, ...) (V1ReplicationController, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedResourceQuota(ctx context.Context, name string, namespace string, body V1ResourceQuota, ...) (V1ResourceQuota, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedResourceQuotaStatus(ctx context.Context, name string, namespace string, body V1ResourceQuota, ...) (V1ResourceQuota, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedSecret(ctx context.Context, name string, namespace string, body V1Secret, ...) (V1Secret, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedService(ctx context.Context, name string, namespace string, body V1Service, ...) (V1Service, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedServiceAccount(ctx context.Context, name string, namespace string, body V1ServiceAccount, ...) (V1ServiceAccount, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNamespacedServiceStatus(ctx context.Context, name string, namespace string, body V1Service, ...) (V1Service, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNode(ctx context.Context, name string, body V1Node, ...) (V1Node, *http.Response, error)
- func (a *CoreV1ApiService) ReplaceNodeStatus(ctx context.Context, name string, body V1Node, ...) (V1Node, *http.Response, error)
- func (a *CoreV1ApiService) ReplacePersistentVolume(ctx context.Context, name string, body V1PersistentVolume, ...) (V1PersistentVolume, *http.Response, error)
- func (a *CoreV1ApiService) ReplacePersistentVolumeStatus(ctx context.Context, name string, body V1PersistentVolume, ...) (V1PersistentVolume, *http.Response, error)
- type CustomObjectsApiService
- func (a *CustomObjectsApiService) CreateClusterCustomObject(ctx context.Context, group string, version string, plural string, ...) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) CreateNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, ...) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) DeleteClusterCustomObject(ctx context.Context, group string, version string, plural string, name string, ...) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) DeleteNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, ...) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) GetClusterCustomObject(ctx context.Context, group string, version string, plural string, name string) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) GetNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, ...) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) ListClusterCustomObject(ctx context.Context, group string, version string, plural string, ...) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) ListNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, ...) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) PatchClusterCustomObject(ctx context.Context, group string, version string, plural string, name string, ...) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) PatchNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, ...) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) ReplaceClusterCustomObject(ctx context.Context, group string, version string, plural string, name string, ...) (interface{}, *http.Response, error)
- func (a *CustomObjectsApiService) ReplaceNamespacedCustomObject(ctx context.Context, group string, version string, namespace string, ...) (interface{}, *http.Response, error)
- type EventHandler
- type EventsApiService
- type EventsV1beta1ApiService
- func (a *EventsV1beta1ApiService) CreateNamespacedEvent(ctx context.Context, namespace string, body V1beta1Event, ...) (V1beta1Event, *http.Response, error)
- func (a *EventsV1beta1ApiService) DeleteCollectionNamespacedEvent(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *EventsV1beta1ApiService) DeleteNamespacedEvent(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *EventsV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *EventsV1beta1ApiService) ListEventForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1EventList, *http.Response, error)
- func (a *EventsV1beta1ApiService) ListNamespacedEvent(ctx context.Context, namespace string, ...) (V1beta1EventList, *http.Response, error)
- func (a *EventsV1beta1ApiService) PatchNamespacedEvent(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1Event, *http.Response, error)
- func (a *EventsV1beta1ApiService) ReadNamespacedEvent(ctx context.Context, name string, namespace string, ...) (V1beta1Event, *http.Response, error)
- func (a *EventsV1beta1ApiService) ReplaceNamespacedEvent(ctx context.Context, name string, namespace string, body V1beta1Event, ...) (V1beta1Event, *http.Response, error)
- type ExtensionsApiService
- type ExtensionsV1beta1AllowedFlexVolume
- type ExtensionsV1beta1AllowedHostPath
- type ExtensionsV1beta1ApiService
- func (a *ExtensionsV1beta1ApiService) CreateNamespacedDaemonSet(ctx context.Context, namespace string, body V1beta1DaemonSet, ...) (V1beta1DaemonSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) CreateNamespacedDeployment(ctx context.Context, namespace string, body ExtensionsV1beta1Deployment, ...) (ExtensionsV1beta1Deployment, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) CreateNamespacedDeploymentRollback(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1DeploymentRollback, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) CreateNamespacedIngress(ctx context.Context, namespace string, body V1beta1Ingress, ...) (V1beta1Ingress, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) CreateNamespacedNetworkPolicy(ctx context.Context, namespace string, body V1beta1NetworkPolicy, ...) (V1beta1NetworkPolicy, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) CreateNamespacedReplicaSet(ctx context.Context, namespace string, body V1beta1ReplicaSet, ...) (V1beta1ReplicaSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) CreatePodSecurityPolicy(ctx context.Context, body ExtensionsV1beta1PodSecurityPolicy, ...) (ExtensionsV1beta1PodSecurityPolicy, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteCollectionNamespacedDaemonSet(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteCollectionNamespacedDeployment(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteCollectionNamespacedIngress(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteCollectionNamespacedNetworkPolicy(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteCollectionNamespacedReplicaSet(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteCollectionPodSecurityPolicy(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteNamespacedDeployment(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteNamespacedIngress(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeleteNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) DeletePodSecurityPolicy(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListDaemonSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1DaemonSetList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListDeploymentForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (ExtensionsV1beta1DeploymentList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListIngressForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1IngressList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListNamespacedDaemonSet(ctx context.Context, namespace string, ...) (V1beta1DaemonSetList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListNamespacedDeployment(ctx context.Context, namespace string, ...) (ExtensionsV1beta1DeploymentList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListNamespacedIngress(ctx context.Context, namespace string, ...) (V1beta1IngressList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListNamespacedNetworkPolicy(ctx context.Context, namespace string, ...) (V1beta1NetworkPolicyList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListNamespacedReplicaSet(ctx context.Context, namespace string, ...) (V1beta1ReplicaSetList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListNetworkPolicyForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1NetworkPolicyList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListPodSecurityPolicy(ctx context.Context, localVarOptionals map[string]interface{}) (ExtensionsV1beta1PodSecurityPolicyList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ListReplicaSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ReplicaSetList, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedDaemonSet(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1DaemonSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1DaemonSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedDeployment(ctx context.Context, name string, namespace string, body interface{}, ...) (ExtensionsV1beta1Deployment, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body interface{}, ...) (ExtensionsV1beta1Scale, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (ExtensionsV1beta1Deployment, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedIngress(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1Ingress, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedIngressStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1Ingress, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1NetworkPolicy, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedReplicaSet(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1ReplicaSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body interface{}, ...) (ExtensionsV1beta1Scale, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1ReplicaSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchNamespacedReplicationControllerDummyScale(ctx context.Context, name string, namespace string, body interface{}, ...) (ExtensionsV1beta1Scale, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) PatchPodSecurityPolicy(ctx context.Context, name string, body interface{}, ...) (ExtensionsV1beta1PodSecurityPolicy, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedDaemonSet(ctx context.Context, name string, namespace string, ...) (V1beta1DaemonSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, ...) (V1beta1DaemonSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedDeployment(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1Deployment, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedDeploymentScale(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1Scale, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1Deployment, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedIngress(ctx context.Context, name string, namespace string, ...) (V1beta1Ingress, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedIngressStatus(ctx context.Context, name string, namespace string, ...) (V1beta1Ingress, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, ...) (V1beta1NetworkPolicy, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedReplicaSet(ctx context.Context, name string, namespace string, ...) (V1beta1ReplicaSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1Scale, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, ...) (V1beta1ReplicaSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadNamespacedReplicationControllerDummyScale(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1Scale, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReadPodSecurityPolicy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (ExtensionsV1beta1PodSecurityPolicy, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1beta1DaemonSet, ...) (V1beta1DaemonSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body V1beta1DaemonSet, ...) (V1beta1DaemonSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedDeployment(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1Deployment, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedDeploymentScale(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1Scale, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1Deployment, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedIngress(ctx context.Context, name string, namespace string, body V1beta1Ingress, ...) (V1beta1Ingress, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedIngressStatus(ctx context.Context, name string, namespace string, body V1beta1Ingress, ...) (V1beta1Ingress, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body V1beta1NetworkPolicy, ...) (V1beta1NetworkPolicy, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1beta1ReplicaSet, ...) (V1beta1ReplicaSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1Scale, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body V1beta1ReplicaSet, ...) (V1beta1ReplicaSet, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplaceNamespacedReplicationControllerDummyScale(ctx context.Context, name string, namespace string, ...) (ExtensionsV1beta1Scale, *http.Response, error)
- func (a *ExtensionsV1beta1ApiService) ReplacePodSecurityPolicy(ctx context.Context, name string, body ExtensionsV1beta1PodSecurityPolicy, ...) (ExtensionsV1beta1PodSecurityPolicy, *http.Response, error)
- type ExtensionsV1beta1Deployment
- type ExtensionsV1beta1DeploymentCondition
- type ExtensionsV1beta1DeploymentList
- type ExtensionsV1beta1DeploymentRollback
- type ExtensionsV1beta1DeploymentSpec
- type ExtensionsV1beta1DeploymentStatus
- type ExtensionsV1beta1DeploymentStrategy
- type ExtensionsV1beta1FsGroupStrategyOptions
- type ExtensionsV1beta1HostPortRange
- type ExtensionsV1beta1IdRange
- type ExtensionsV1beta1PodSecurityPolicy
- type ExtensionsV1beta1PodSecurityPolicyList
- type ExtensionsV1beta1PodSecurityPolicySpec
- type ExtensionsV1beta1RollbackConfig
- type ExtensionsV1beta1RollingUpdateDeployment
- type ExtensionsV1beta1RunAsUserStrategyOptions
- type ExtensionsV1beta1Scale
- type ExtensionsV1beta1ScaleSpec
- type ExtensionsV1beta1ScaleStatus
- type ExtensionsV1beta1SeLinuxStrategyOptions
- type ExtensionsV1beta1SupplementalGroupsStrategyOptions
- type Informer
- type Lister
- type LogsApiService
- type NetworkingApiService
- type NetworkingV1ApiService
- func (a *NetworkingV1ApiService) CreateNamespacedNetworkPolicy(ctx context.Context, namespace string, body V1NetworkPolicy, ...) (V1NetworkPolicy, *http.Response, error)
- func (a *NetworkingV1ApiService) DeleteCollectionNamespacedNetworkPolicy(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *NetworkingV1ApiService) DeleteNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *NetworkingV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *NetworkingV1ApiService) ListNamespacedNetworkPolicy(ctx context.Context, namespace string, ...) (V1NetworkPolicyList, *http.Response, error)
- func (a *NetworkingV1ApiService) ListNetworkPolicyForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1NetworkPolicyList, *http.Response, error)
- func (a *NetworkingV1ApiService) PatchNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body interface{}, ...) (V1NetworkPolicy, *http.Response, error)
- func (a *NetworkingV1ApiService) ReadNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, ...) (V1NetworkPolicy, *http.Response, error)
- func (a *NetworkingV1ApiService) ReplaceNamespacedNetworkPolicy(ctx context.Context, name string, namespace string, body V1NetworkPolicy, ...) (V1NetworkPolicy, *http.Response, error)
- type ObjectLister
- type ObjectWatcher
- type PolicyApiService
- type PolicyV1beta1AllowedFlexVolume
- type PolicyV1beta1AllowedHostPath
- type PolicyV1beta1ApiService
- func (a *PolicyV1beta1ApiService) CreateNamespacedPodDisruptionBudget(ctx context.Context, namespace string, body V1beta1PodDisruptionBudget, ...) (V1beta1PodDisruptionBudget, *http.Response, error)
- func (a *PolicyV1beta1ApiService) CreatePodSecurityPolicy(ctx context.Context, body PolicyV1beta1PodSecurityPolicy, ...) (PolicyV1beta1PodSecurityPolicy, *http.Response, error)
- func (a *PolicyV1beta1ApiService) DeleteCollectionNamespacedPodDisruptionBudget(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *PolicyV1beta1ApiService) DeleteCollectionPodSecurityPolicy(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *PolicyV1beta1ApiService) DeleteNamespacedPodDisruptionBudget(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *PolicyV1beta1ApiService) DeletePodSecurityPolicy(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *PolicyV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *PolicyV1beta1ApiService) ListNamespacedPodDisruptionBudget(ctx context.Context, namespace string, ...) (V1beta1PodDisruptionBudgetList, *http.Response, error)
- func (a *PolicyV1beta1ApiService) ListPodDisruptionBudgetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1PodDisruptionBudgetList, *http.Response, error)
- func (a *PolicyV1beta1ApiService) ListPodSecurityPolicy(ctx context.Context, localVarOptionals map[string]interface{}) (PolicyV1beta1PodSecurityPolicyList, *http.Response, error)
- func (a *PolicyV1beta1ApiService) PatchNamespacedPodDisruptionBudget(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1PodDisruptionBudget, *http.Response, error)
- func (a *PolicyV1beta1ApiService) PatchNamespacedPodDisruptionBudgetStatus(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1PodDisruptionBudget, *http.Response, error)
- func (a *PolicyV1beta1ApiService) PatchPodSecurityPolicy(ctx context.Context, name string, body interface{}, ...) (PolicyV1beta1PodSecurityPolicy, *http.Response, error)
- func (a *PolicyV1beta1ApiService) ReadNamespacedPodDisruptionBudget(ctx context.Context, name string, namespace string, ...) (V1beta1PodDisruptionBudget, *http.Response, error)
- func (a *PolicyV1beta1ApiService) ReadNamespacedPodDisruptionBudgetStatus(ctx context.Context, name string, namespace string, ...) (V1beta1PodDisruptionBudget, *http.Response, error)
- func (a *PolicyV1beta1ApiService) ReadPodSecurityPolicy(ctx context.Context, name string, localVarOptionals map[string]interface{}) (PolicyV1beta1PodSecurityPolicy, *http.Response, error)
- func (a *PolicyV1beta1ApiService) ReplaceNamespacedPodDisruptionBudget(ctx context.Context, name string, namespace string, ...) (V1beta1PodDisruptionBudget, *http.Response, error)
- func (a *PolicyV1beta1ApiService) ReplaceNamespacedPodDisruptionBudgetStatus(ctx context.Context, name string, namespace string, ...) (V1beta1PodDisruptionBudget, *http.Response, error)
- func (a *PolicyV1beta1ApiService) ReplacePodSecurityPolicy(ctx context.Context, name string, body PolicyV1beta1PodSecurityPolicy, ...) (PolicyV1beta1PodSecurityPolicy, *http.Response, error)
- type PolicyV1beta1FsGroupStrategyOptions
- type PolicyV1beta1HostPortRange
- type PolicyV1beta1IdRange
- type PolicyV1beta1PodSecurityPolicy
- type PolicyV1beta1PodSecurityPolicyList
- type PolicyV1beta1PodSecurityPolicySpec
- type PolicyV1beta1RunAsUserStrategyOptions
- type PolicyV1beta1SeLinuxStrategyOptions
- type PolicyV1beta1SupplementalGroupsStrategyOptions
- type RbacAuthorizationApiService
- type RbacAuthorizationV1ApiService
- func (a *RbacAuthorizationV1ApiService) CreateClusterRole(ctx context.Context, body V1ClusterRole, ...) (V1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) CreateClusterRoleBinding(ctx context.Context, body V1ClusterRoleBinding, ...) (V1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) CreateNamespacedRole(ctx context.Context, namespace string, body V1Role, ...) (V1Role, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) CreateNamespacedRoleBinding(ctx context.Context, namespace string, body V1RoleBinding, ...) (V1RoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) DeleteClusterRole(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) DeleteClusterRoleBinding(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) DeleteCollectionClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) DeleteCollectionClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) DeleteCollectionNamespacedRole(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) DeleteCollectionNamespacedRoleBinding(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) DeleteNamespacedRole(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) DeleteNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ListClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1ClusterRoleList, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ListClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1ClusterRoleBindingList, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ListNamespacedRole(ctx context.Context, namespace string, ...) (V1RoleList, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ListNamespacedRoleBinding(ctx context.Context, namespace string, ...) (V1RoleBindingList, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ListRoleBindingForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1RoleBindingList, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ListRoleForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1RoleList, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) PatchClusterRole(ctx context.Context, name string, body interface{}, ...) (V1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) PatchClusterRoleBinding(ctx context.Context, name string, body interface{}, ...) (V1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) PatchNamespacedRole(ctx context.Context, name string, namespace string, body interface{}, ...) (V1Role, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) PatchNamespacedRoleBinding(ctx context.Context, name string, namespace string, body interface{}, ...) (V1RoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ReadClusterRole(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ReadClusterRoleBinding(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ReadNamespacedRole(ctx context.Context, name string, namespace string, ...) (V1Role, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ReadNamespacedRoleBinding(ctx context.Context, name string, namespace string, ...) (V1RoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ReplaceClusterRole(ctx context.Context, name string, body V1ClusterRole, ...) (V1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ReplaceClusterRoleBinding(ctx context.Context, name string, body V1ClusterRoleBinding, ...) (V1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ReplaceNamespacedRole(ctx context.Context, name string, namespace string, body V1Role, ...) (V1Role, *http.Response, error)
- func (a *RbacAuthorizationV1ApiService) ReplaceNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1RoleBinding, ...) (V1RoleBinding, *http.Response, error)
- type RbacAuthorizationV1alpha1ApiService
- func (a *RbacAuthorizationV1alpha1ApiService) CreateClusterRole(ctx context.Context, body V1alpha1ClusterRole, ...) (V1alpha1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) CreateClusterRoleBinding(ctx context.Context, body V1alpha1ClusterRoleBinding, ...) (V1alpha1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) CreateNamespacedRole(ctx context.Context, namespace string, body V1alpha1Role, ...) (V1alpha1Role, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) CreateNamespacedRoleBinding(ctx context.Context, namespace string, body V1alpha1RoleBinding, ...) (V1alpha1RoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) DeleteClusterRole(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) DeleteClusterRoleBinding(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) DeleteCollectionClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) DeleteCollectionClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) DeleteCollectionNamespacedRole(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) DeleteCollectionNamespacedRoleBinding(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) DeleteNamespacedRole(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) DeleteNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ListClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1ClusterRoleList, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ListClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1ClusterRoleBindingList, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ListNamespacedRole(ctx context.Context, namespace string, ...) (V1alpha1RoleList, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ListNamespacedRoleBinding(ctx context.Context, namespace string, ...) (V1alpha1RoleBindingList, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ListRoleBindingForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1RoleBindingList, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ListRoleForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1RoleList, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) PatchClusterRole(ctx context.Context, name string, body interface{}, ...) (V1alpha1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) PatchClusterRoleBinding(ctx context.Context, name string, body interface{}, ...) (V1alpha1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) PatchNamespacedRole(ctx context.Context, name string, namespace string, body interface{}, ...) (V1alpha1Role, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) PatchNamespacedRoleBinding(ctx context.Context, name string, namespace string, body interface{}, ...) (V1alpha1RoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ReadClusterRole(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ReadClusterRoleBinding(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ReadNamespacedRole(ctx context.Context, name string, namespace string, ...) (V1alpha1Role, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ReadNamespacedRoleBinding(ctx context.Context, name string, namespace string, ...) (V1alpha1RoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ReplaceClusterRole(ctx context.Context, name string, body V1alpha1ClusterRole, ...) (V1alpha1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ReplaceClusterRoleBinding(ctx context.Context, name string, body V1alpha1ClusterRoleBinding, ...) (V1alpha1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ReplaceNamespacedRole(ctx context.Context, name string, namespace string, body V1alpha1Role, ...) (V1alpha1Role, *http.Response, error)
- func (a *RbacAuthorizationV1alpha1ApiService) ReplaceNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1alpha1RoleBinding, ...) (V1alpha1RoleBinding, *http.Response, error)
- type RbacAuthorizationV1beta1ApiService
- func (a *RbacAuthorizationV1beta1ApiService) CreateClusterRole(ctx context.Context, body V1beta1ClusterRole, ...) (V1beta1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) CreateClusterRoleBinding(ctx context.Context, body V1beta1ClusterRoleBinding, ...) (V1beta1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) CreateNamespacedRole(ctx context.Context, namespace string, body V1beta1Role, ...) (V1beta1Role, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) CreateNamespacedRoleBinding(ctx context.Context, namespace string, body V1beta1RoleBinding, ...) (V1beta1RoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) DeleteClusterRole(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) DeleteClusterRoleBinding(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) DeleteCollectionClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) DeleteCollectionClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) DeleteCollectionNamespacedRole(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) DeleteCollectionNamespacedRoleBinding(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) DeleteNamespacedRole(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) DeleteNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ListClusterRole(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ClusterRoleList, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ListClusterRoleBinding(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ClusterRoleBindingList, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ListNamespacedRole(ctx context.Context, namespace string, ...) (V1beta1RoleList, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ListNamespacedRoleBinding(ctx context.Context, namespace string, ...) (V1beta1RoleBindingList, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ListRoleBindingForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1RoleBindingList, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ListRoleForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1RoleList, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) PatchClusterRole(ctx context.Context, name string, body interface{}, ...) (V1beta1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) PatchClusterRoleBinding(ctx context.Context, name string, body interface{}, ...) (V1beta1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) PatchNamespacedRole(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1Role, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) PatchNamespacedRoleBinding(ctx context.Context, name string, namespace string, body interface{}, ...) (V1beta1RoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ReadClusterRole(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ReadClusterRoleBinding(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ReadNamespacedRole(ctx context.Context, name string, namespace string, ...) (V1beta1Role, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ReadNamespacedRoleBinding(ctx context.Context, name string, namespace string, ...) (V1beta1RoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ReplaceClusterRole(ctx context.Context, name string, body V1beta1ClusterRole, ...) (V1beta1ClusterRole, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ReplaceClusterRoleBinding(ctx context.Context, name string, body V1beta1ClusterRoleBinding, ...) (V1beta1ClusterRoleBinding, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ReplaceNamespacedRole(ctx context.Context, name string, namespace string, body V1beta1Role, ...) (V1beta1Role, *http.Response, error)
- func (a *RbacAuthorizationV1beta1ApiService) ReplaceNamespacedRoleBinding(ctx context.Context, name string, namespace string, body V1beta1RoleBinding, ...) (V1beta1RoleBinding, *http.Response, error)
- type Result
- type RuntimeRawExtension
- type SchedulingApiService
- type SchedulingV1alpha1ApiService
- func (a *SchedulingV1alpha1ApiService) CreatePriorityClass(ctx context.Context, body V1alpha1PriorityClass, ...) (V1alpha1PriorityClass, *http.Response, error)
- func (a *SchedulingV1alpha1ApiService) DeleteCollectionPriorityClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *SchedulingV1alpha1ApiService) DeletePriorityClass(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *SchedulingV1alpha1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *SchedulingV1alpha1ApiService) ListPriorityClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1PriorityClassList, *http.Response, error)
- func (a *SchedulingV1alpha1ApiService) PatchPriorityClass(ctx context.Context, name string, body interface{}, ...) (V1alpha1PriorityClass, *http.Response, error)
- func (a *SchedulingV1alpha1ApiService) ReadPriorityClass(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1PriorityClass, *http.Response, error)
- func (a *SchedulingV1alpha1ApiService) ReplacePriorityClass(ctx context.Context, name string, body V1alpha1PriorityClass, ...) (V1alpha1PriorityClass, *http.Response, error)
- type SettingsApiService
- type SettingsV1alpha1ApiService
- func (a *SettingsV1alpha1ApiService) CreateNamespacedPodPreset(ctx context.Context, namespace string, body V1alpha1PodPreset, ...) (V1alpha1PodPreset, *http.Response, error)
- func (a *SettingsV1alpha1ApiService) DeleteCollectionNamespacedPodPreset(ctx context.Context, namespace string, ...) (V1Status, *http.Response, error)
- func (a *SettingsV1alpha1ApiService) DeleteNamespacedPodPreset(ctx context.Context, name string, namespace string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *SettingsV1alpha1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *SettingsV1alpha1ApiService) ListNamespacedPodPreset(ctx context.Context, namespace string, ...) (V1alpha1PodPresetList, *http.Response, error)
- func (a *SettingsV1alpha1ApiService) ListPodPresetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1PodPresetList, *http.Response, error)
- func (a *SettingsV1alpha1ApiService) PatchNamespacedPodPreset(ctx context.Context, name string, namespace string, body interface{}, ...) (V1alpha1PodPreset, *http.Response, error)
- func (a *SettingsV1alpha1ApiService) ReadNamespacedPodPreset(ctx context.Context, name string, namespace string, ...) (V1alpha1PodPreset, *http.Response, error)
- func (a *SettingsV1alpha1ApiService) ReplaceNamespacedPodPreset(ctx context.Context, name string, namespace string, body V1alpha1PodPreset, ...) (V1alpha1PodPreset, *http.Response, error)
- type StorageApiService
- type StorageV1ApiService
- func (a *StorageV1ApiService) CreateStorageClass(ctx context.Context, body V1StorageClass, ...) (V1StorageClass, *http.Response, error)
- func (a *StorageV1ApiService) DeleteCollectionStorageClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *StorageV1ApiService) DeleteStorageClass(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *StorageV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *StorageV1ApiService) ListStorageClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1StorageClassList, *http.Response, error)
- func (a *StorageV1ApiService) PatchStorageClass(ctx context.Context, name string, body interface{}, ...) (V1StorageClass, *http.Response, error)
- func (a *StorageV1ApiService) ReadStorageClass(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1StorageClass, *http.Response, error)
- func (a *StorageV1ApiService) ReplaceStorageClass(ctx context.Context, name string, body V1StorageClass, ...) (V1StorageClass, *http.Response, error)
- type StorageV1alpha1ApiService
- func (a *StorageV1alpha1ApiService) CreateVolumeAttachment(ctx context.Context, body V1alpha1VolumeAttachment, ...) (V1alpha1VolumeAttachment, *http.Response, error)
- func (a *StorageV1alpha1ApiService) DeleteCollectionVolumeAttachment(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *StorageV1alpha1ApiService) DeleteVolumeAttachment(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *StorageV1alpha1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *StorageV1alpha1ApiService) ListVolumeAttachment(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1VolumeAttachmentList, *http.Response, error)
- func (a *StorageV1alpha1ApiService) PatchVolumeAttachment(ctx context.Context, name string, body interface{}, ...) (V1alpha1VolumeAttachment, *http.Response, error)
- func (a *StorageV1alpha1ApiService) ReadVolumeAttachment(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1VolumeAttachment, *http.Response, error)
- func (a *StorageV1alpha1ApiService) ReplaceVolumeAttachment(ctx context.Context, name string, body V1alpha1VolumeAttachment, ...) (V1alpha1VolumeAttachment, *http.Response, error)
- type StorageV1beta1ApiService
- func (a *StorageV1beta1ApiService) CreateStorageClass(ctx context.Context, body V1beta1StorageClass, ...) (V1beta1StorageClass, *http.Response, error)
- func (a *StorageV1beta1ApiService) CreateVolumeAttachment(ctx context.Context, body V1beta1VolumeAttachment, ...) (V1beta1VolumeAttachment, *http.Response, error)
- func (a *StorageV1beta1ApiService) DeleteCollectionStorageClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *StorageV1beta1ApiService) DeleteCollectionVolumeAttachment(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
- func (a *StorageV1beta1ApiService) DeleteStorageClass(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *StorageV1beta1ApiService) DeleteVolumeAttachment(ctx context.Context, name string, body V1DeleteOptions, ...) (V1Status, *http.Response, error)
- func (a *StorageV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
- func (a *StorageV1beta1ApiService) ListStorageClass(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1StorageClassList, *http.Response, error)
- func (a *StorageV1beta1ApiService) ListVolumeAttachment(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1VolumeAttachmentList, *http.Response, error)
- func (a *StorageV1beta1ApiService) PatchStorageClass(ctx context.Context, name string, body interface{}, ...) (V1beta1StorageClass, *http.Response, error)
- func (a *StorageV1beta1ApiService) PatchVolumeAttachment(ctx context.Context, name string, body interface{}, ...) (V1beta1VolumeAttachment, *http.Response, error)
- func (a *StorageV1beta1ApiService) ReadStorageClass(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1StorageClass, *http.Response, error)
- func (a *StorageV1beta1ApiService) ReadVolumeAttachment(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1VolumeAttachment, *http.Response, error)
- func (a *StorageV1beta1ApiService) ReplaceStorageClass(ctx context.Context, name string, body V1beta1StorageClass, ...) (V1beta1StorageClass, *http.Response, error)
- func (a *StorageV1beta1ApiService) ReplaceVolumeAttachment(ctx context.Context, name string, body V1beta1VolumeAttachment, ...) (V1beta1VolumeAttachment, *http.Response, error)
- type V1Affinity
- type V1AggregationRule
- type V1ApiGroup
- type V1ApiGroupList
- type V1ApiResource
- type V1ApiResourceList
- type V1ApiService
- type V1ApiServiceCondition
- type V1ApiServiceList
- type V1ApiServiceSpec
- type V1ApiServiceStatus
- type V1ApiVersions
- type V1AttachedVolume
- type V1AwsElasticBlockStoreVolumeSource
- type V1AzureDiskVolumeSource
- type V1AzureFilePersistentVolumeSource
- type V1AzureFileVolumeSource
- type V1Binding
- type V1Capabilities
- type V1CephFsPersistentVolumeSource
- type V1CephFsVolumeSource
- type V1CinderVolumeSource
- type V1ClientIpConfig
- type V1ClusterRole
- type V1ClusterRoleBinding
- type V1ClusterRoleBindingList
- type V1ClusterRoleList
- type V1ComponentCondition
- type V1ComponentStatus
- type V1ComponentStatusList
- type V1ConfigMap
- type V1ConfigMapEnvSource
- type V1ConfigMapKeySelector
- type V1ConfigMapList
- type V1ConfigMapProjection
- type V1ConfigMapVolumeSource
- type V1Container
- type V1ContainerImage
- type V1ContainerPort
- type V1ContainerState
- type V1ContainerStateRunning
- type V1ContainerStateTerminated
- type V1ContainerStateWaiting
- type V1ContainerStatus
- type V1ControllerRevision
- type V1ControllerRevisionList
- type V1CrossVersionObjectReference
- type V1CsiPersistentVolumeSource
- type V1DaemonEndpoint
- type V1DaemonSet
- type V1DaemonSetCondition
- type V1DaemonSetList
- type V1DaemonSetSpec
- type V1DaemonSetStatus
- type V1DaemonSetUpdateStrategy
- type V1DeleteOptions
- type V1Deployment
- type V1DeploymentCondition
- type V1DeploymentList
- type V1DeploymentSpec
- type V1DeploymentStatus
- type V1DeploymentStrategy
- type V1DownwardApiProjection
- type V1DownwardApiVolumeFile
- type V1DownwardApiVolumeSource
- type V1EmptyDirVolumeSource
- type V1EndpointAddress
- type V1EndpointPort
- type V1EndpointSubset
- type V1Endpoints
- type V1EndpointsList
- type V1EnvFromSource
- type V1EnvVar
- type V1EnvVarSource
- type V1Event
- type V1EventList
- type V1EventSeries
- type V1EventSource
- type V1ExecAction
- type V1FcVolumeSource
- type V1FlexPersistentVolumeSource
- type V1FlexVolumeSource
- type V1FlockerVolumeSource
- type V1GcePersistentDiskVolumeSource
- type V1GitRepoVolumeSource
- type V1GlusterfsVolumeSource
- type V1GroupVersionForDiscovery
- type V1Handler
- type V1HorizontalPodAutoscaler
- type V1HorizontalPodAutoscalerList
- type V1HorizontalPodAutoscalerSpec
- type V1HorizontalPodAutoscalerStatus
- type V1HostAlias
- type V1HostPathVolumeSource
- type V1HttpGetAction
- type V1HttpHeader
- type V1Initializer
- type V1Initializers
- type V1IpBlock
- type V1IscsiPersistentVolumeSource
- type V1IscsiVolumeSource
- type V1Job
- type V1JobCondition
- type V1JobList
- type V1JobSpec
- type V1JobStatus
- type V1KeyToPath
- type V1LabelSelector
- type V1LabelSelectorRequirement
- type V1Lifecycle
- type V1LimitRange
- type V1LimitRangeItem
- type V1LimitRangeList
- type V1LimitRangeSpec
- type V1ListMeta
- type V1LoadBalancerIngress
- type V1LoadBalancerStatus
- type V1LocalObjectReference
- type V1LocalSubjectAccessReview
- type V1LocalVolumeSource
- type V1Namespace
- type V1NamespaceList
- type V1NamespaceSpec
- type V1NamespaceStatus
- type V1NetworkPolicy
- type V1NetworkPolicyEgressRule
- type V1NetworkPolicyIngressRule
- type V1NetworkPolicyList
- type V1NetworkPolicyPeer
- type V1NetworkPolicyPort
- type V1NetworkPolicySpec
- type V1NfsVolumeSource
- type V1Node
- type V1NodeAddress
- type V1NodeAffinity
- type V1NodeCondition
- type V1NodeConfigSource
- type V1NodeDaemonEndpoints
- type V1NodeList
- type V1NodeSelector
- type V1NodeSelectorRequirement
- type V1NodeSelectorTerm
- type V1NodeSpec
- type V1NodeStatus
- type V1NodeSystemInfo
- type V1NonResourceAttributes
- type V1NonResourceRule
- type V1ObjectFieldSelector
- type V1ObjectMeta
- type V1ObjectReference
- type V1OwnerReference
- type V1PersistentVolume
- type V1PersistentVolumeClaim
- type V1PersistentVolumeClaimCondition
- type V1PersistentVolumeClaimList
- type V1PersistentVolumeClaimSpec
- type V1PersistentVolumeClaimStatus
- type V1PersistentVolumeClaimVolumeSource
- type V1PersistentVolumeList
- type V1PersistentVolumeSpec
- type V1PersistentVolumeStatus
- type V1PhotonPersistentDiskVolumeSource
- type V1Pod
- type V1PodAffinity
- type V1PodAffinityTerm
- type V1PodAntiAffinity
- type V1PodCondition
- type V1PodDnsConfig
- type V1PodDnsConfigOption
- type V1PodList
- type V1PodSecurityContext
- type V1PodSpec
- type V1PodStatus
- type V1PodTemplate
- type V1PodTemplateList
- type V1PodTemplateSpec
- type V1PolicyRule
- type V1PortworxVolumeSource
- type V1Preconditions
- type V1PreferredSchedulingTerm
- type V1Probe
- type V1ProjectedVolumeSource
- type V1QuobyteVolumeSource
- type V1RbdPersistentVolumeSource
- type V1RbdVolumeSource
- type V1ReplicaSet
- type V1ReplicaSetCondition
- type V1ReplicaSetList
- type V1ReplicaSetSpec
- type V1ReplicaSetStatus
- type V1ReplicationController
- type V1ReplicationControllerCondition
- type V1ReplicationControllerList
- type V1ReplicationControllerSpec
- type V1ReplicationControllerStatus
- type V1ResourceAttributes
- type V1ResourceFieldSelector
- type V1ResourceQuota
- type V1ResourceQuotaList
- type V1ResourceQuotaSpec
- type V1ResourceQuotaStatus
- type V1ResourceRequirements
- type V1ResourceRule
- type V1Role
- type V1RoleBinding
- type V1RoleBindingList
- type V1RoleList
- type V1RoleRef
- type V1RollingUpdateDaemonSet
- type V1RollingUpdateDeployment
- type V1RollingUpdateStatefulSetStrategy
- type V1Scale
- type V1ScaleIoPersistentVolumeSource
- type V1ScaleIoVolumeSource
- type V1ScaleSpec
- type V1ScaleStatus
- type V1SeLinuxOptions
- type V1Secret
- type V1SecretEnvSource
- type V1SecretKeySelector
- type V1SecretList
- type V1SecretProjection
- type V1SecretReference
- type V1SecretVolumeSource
- type V1SecurityContext
- type V1SelfSubjectAccessReview
- type V1SelfSubjectAccessReviewSpec
- type V1SelfSubjectRulesReview
- type V1SelfSubjectRulesReviewSpec
- type V1ServerAddressByClientCidr
- type V1Service
- type V1ServiceAccount
- type V1ServiceAccountList
- type V1ServiceList
- type V1ServicePort
- type V1ServiceReference
- type V1ServiceSpec
- type V1ServiceStatus
- type V1SessionAffinityConfig
- type V1StatefulSet
- type V1StatefulSetCondition
- type V1StatefulSetList
- type V1StatefulSetSpec
- type V1StatefulSetStatus
- type V1StatefulSetUpdateStrategy
- type V1Status
- type V1StatusCause
- type V1StatusDetails
- type V1StorageClass
- type V1StorageClassList
- type V1StorageOsPersistentVolumeSource
- type V1StorageOsVolumeSource
- type V1Subject
- type V1SubjectAccessReview
- type V1SubjectAccessReviewSpec
- type V1SubjectAccessReviewStatus
- type V1SubjectRulesReviewStatus
- type V1Taint
- type V1TcpSocketAction
- type V1TokenReview
- type V1TokenReviewSpec
- type V1TokenReviewStatus
- type V1Toleration
- type V1UserInfo
- type V1Volume
- type V1VolumeDevice
- type V1VolumeMount
- type V1VolumeNodeAffinity
- type V1VolumeProjection
- type V1VsphereVirtualDiskVolumeSource
- type V1WatchEvent
- type V1WeightedPodAffinityTerm
- type V1alpha1AggregationRule
- type V1alpha1ClusterRole
- type V1alpha1ClusterRoleBinding
- type V1alpha1ClusterRoleBindingList
- type V1alpha1ClusterRoleList
- type V1alpha1Initializer
- type V1alpha1InitializerConfiguration
- type V1alpha1InitializerConfigurationList
- type V1alpha1PodPreset
- type V1alpha1PodPresetList
- type V1alpha1PodPresetSpec
- type V1alpha1PolicyRule
- type V1alpha1PriorityClass
- type V1alpha1PriorityClassList
- type V1alpha1Role
- type V1alpha1RoleBinding
- type V1alpha1RoleBindingList
- type V1alpha1RoleList
- type V1alpha1RoleRef
- type V1alpha1Rule
- type V1alpha1Subject
- type V1alpha1VolumeAttachment
- type V1alpha1VolumeAttachmentList
- type V1alpha1VolumeAttachmentSource
- type V1alpha1VolumeAttachmentSpec
- type V1alpha1VolumeAttachmentStatus
- type V1alpha1VolumeError
- type V1beta1AggregationRule
- type V1beta1ApiService
- type V1beta1ApiServiceCondition
- type V1beta1ApiServiceList
- type V1beta1ApiServiceSpec
- type V1beta1ApiServiceStatus
- type V1beta1CertificateSigningRequest
- type V1beta1CertificateSigningRequestCondition
- type V1beta1CertificateSigningRequestList
- type V1beta1CertificateSigningRequestSpec
- type V1beta1CertificateSigningRequestStatus
- type V1beta1ClusterRole
- type V1beta1ClusterRoleBinding
- type V1beta1ClusterRoleBindingList
- type V1beta1ClusterRoleList
- type V1beta1ControllerRevision
- type V1beta1ControllerRevisionList
- type V1beta1CronJob
- type V1beta1CronJobList
- type V1beta1CronJobSpec
- type V1beta1CronJobStatus
- type V1beta1CustomResourceDefinition
- type V1beta1CustomResourceDefinitionCondition
- type V1beta1CustomResourceDefinitionList
- type V1beta1CustomResourceDefinitionNames
- type V1beta1CustomResourceDefinitionSpec
- type V1beta1CustomResourceDefinitionStatus
- type V1beta1CustomResourceSubresourceScale
- type V1beta1CustomResourceSubresources
- type V1beta1CustomResourceValidation
- type V1beta1DaemonSet
- type V1beta1DaemonSetCondition
- type V1beta1DaemonSetList
- type V1beta1DaemonSetSpec
- type V1beta1DaemonSetStatus
- type V1beta1DaemonSetUpdateStrategy
- type V1beta1Event
- type V1beta1EventList
- type V1beta1EventSeries
- type V1beta1Eviction
- type V1beta1ExternalDocumentation
- type V1beta1HttpIngressPath
- type V1beta1HttpIngressRuleValue
- type V1beta1Ingress
- type V1beta1IngressBackend
- type V1beta1IngressList
- type V1beta1IngressRule
- type V1beta1IngressSpec
- type V1beta1IngressStatus
- type V1beta1IngressTls
- type V1beta1IpBlock
- type V1beta1JobTemplateSpec
- type V1beta1Json
- type V1beta1JsonSchemaProps
- type V1beta1JsonSchemaPropsOrArray
- type V1beta1JsonSchemaPropsOrBool
- type V1beta1JsonSchemaPropsOrStringArray
- type V1beta1LocalSubjectAccessReview
- type V1beta1MutatingWebhookConfiguration
- type V1beta1MutatingWebhookConfigurationList
- type V1beta1NetworkPolicy
- type V1beta1NetworkPolicyEgressRule
- type V1beta1NetworkPolicyIngressRule
- type V1beta1NetworkPolicyList
- type V1beta1NetworkPolicyPeer
- type V1beta1NetworkPolicyPort
- type V1beta1NetworkPolicySpec
- type V1beta1NonResourceAttributes
- type V1beta1NonResourceRule
- type V1beta1PodDisruptionBudget
- type V1beta1PodDisruptionBudgetList
- type V1beta1PodDisruptionBudgetSpec
- type V1beta1PodDisruptionBudgetStatus
- type V1beta1PolicyRule
- type V1beta1ReplicaSet
- type V1beta1ReplicaSetCondition
- type V1beta1ReplicaSetList
- type V1beta1ReplicaSetSpec
- type V1beta1ReplicaSetStatus
- type V1beta1ResourceAttributes
- type V1beta1ResourceRule
- type V1beta1Role
- type V1beta1RoleBinding
- type V1beta1RoleBindingList
- type V1beta1RoleList
- type V1beta1RoleRef
- type V1beta1RollingUpdateDaemonSet
- type V1beta1RollingUpdateStatefulSetStrategy
- type V1beta1RuleWithOperations
- type V1beta1SelfSubjectAccessReview
- type V1beta1SelfSubjectAccessReviewSpec
- type V1beta1SelfSubjectRulesReview
- type V1beta1SelfSubjectRulesReviewSpec
- type V1beta1StatefulSet
- type V1beta1StatefulSetCondition
- type V1beta1StatefulSetList
- type V1beta1StatefulSetSpec
- type V1beta1StatefulSetStatus
- type V1beta1StatefulSetUpdateStrategy
- type V1beta1StorageClass
- type V1beta1StorageClassList
- type V1beta1Subject
- type V1beta1SubjectAccessReview
- type V1beta1SubjectAccessReviewSpec
- type V1beta1SubjectAccessReviewStatus
- type V1beta1SubjectRulesReviewStatus
- type V1beta1TokenReview
- type V1beta1TokenReviewSpec
- type V1beta1TokenReviewStatus
- type V1beta1UserInfo
- type V1beta1ValidatingWebhookConfiguration
- type V1beta1ValidatingWebhookConfigurationList
- type V1beta1VolumeAttachment
- type V1beta1VolumeAttachmentList
- type V1beta1VolumeAttachmentSource
- type V1beta1VolumeAttachmentSpec
- type V1beta1VolumeAttachmentStatus
- type V1beta1VolumeError
- type V1beta1Webhook
- type V1beta1WebhookClientConfig
- type V1beta2ControllerRevision
- type V1beta2ControllerRevisionList
- type V1beta2DaemonSet
- type V1beta2DaemonSetCondition
- type V1beta2DaemonSetList
- type V1beta2DaemonSetSpec
- type V1beta2DaemonSetStatus
- type V1beta2DaemonSetUpdateStrategy
- type V1beta2Deployment
- type V1beta2DeploymentCondition
- type V1beta2DeploymentList
- type V1beta2DeploymentSpec
- type V1beta2DeploymentStatus
- type V1beta2DeploymentStrategy
- type V1beta2ReplicaSet
- type V1beta2ReplicaSetCondition
- type V1beta2ReplicaSetList
- type V1beta2ReplicaSetSpec
- type V1beta2ReplicaSetStatus
- type V1beta2RollingUpdateDaemonSet
- type V1beta2RollingUpdateDeployment
- type V1beta2RollingUpdateStatefulSetStrategy
- type V1beta2Scale
- type V1beta2ScaleSpec
- type V1beta2ScaleStatus
- type V1beta2StatefulSet
- type V1beta2StatefulSetCondition
- type V1beta2StatefulSetList
- type V1beta2StatefulSetSpec
- type V1beta2StatefulSetStatus
- type V1beta2StatefulSetUpdateStrategy
- type V2alpha1CronJob
- type V2alpha1CronJobList
- type V2alpha1CronJobSpec
- type V2alpha1CronJobStatus
- type V2alpha1JobTemplateSpec
- type V2beta1CrossVersionObjectReference
- type V2beta1ExternalMetricSource
- type V2beta1ExternalMetricStatus
- type V2beta1HorizontalPodAutoscaler
- type V2beta1HorizontalPodAutoscalerCondition
- type V2beta1HorizontalPodAutoscalerList
- type V2beta1HorizontalPodAutoscalerSpec
- type V2beta1HorizontalPodAutoscalerStatus
- type V2beta1MetricSpec
- type V2beta1MetricStatus
- type V2beta1ObjectMetricSource
- type V2beta1ObjectMetricStatus
- type V2beta1PodsMetricSource
- type V2beta1PodsMetricStatus
- type V2beta1ResourceMetricSource
- type V2beta1ResourceMetricStatus
- type VersionApiService
- type VersionInfo
- type WatchClient
Constants ¶
const Added = "ADDED"
const Deleted = "DELETED"
const Modified = "MODIFIED"
Variables ¶
var ( // ContextOAuth2 takes a oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKey takes an APIKey as authentication for the request ContextAPIKey = contextKey("apikey") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func Delete ¶
func Delete(list []objEntry, metadata *V1ObjectMeta) ([]objEntry, bool)
func FindObject ¶
func FindObject(list []objEntry, metadata *V1ObjectMeta) int
func InsertOrUpdate ¶
func InsertOrUpdate(list []objEntry, metadata *V1ObjectMeta, obj interface{}) ([]objEntry, interface{})
Types ¶
type APIClient ¶
type APIClient struct { // API Services AdmissionregistrationApi *AdmissionregistrationApiService AdmissionregistrationV1alpha1Api *AdmissionregistrationV1alpha1ApiService AdmissionregistrationV1beta1Api *AdmissionregistrationV1beta1ApiService ApiextensionsApi *ApiextensionsApiService ApiextensionsV1beta1Api *ApiextensionsV1beta1ApiService ApiregistrationApi *ApiregistrationApiService ApiregistrationV1Api *ApiregistrationV1ApiService ApiregistrationV1beta1Api *ApiregistrationV1beta1ApiService ApisApi *ApisApiService AppsApi *AppsApiService AppsV1Api *AppsV1ApiService AppsV1beta1Api *AppsV1beta1ApiService AppsV1beta2Api *AppsV1beta2ApiService AuthenticationApi *AuthenticationApiService AuthenticationV1Api *AuthenticationV1ApiService AuthenticationV1beta1Api *AuthenticationV1beta1ApiService AuthorizationApi *AuthorizationApiService AuthorizationV1Api *AuthorizationV1ApiService AuthorizationV1beta1Api *AuthorizationV1beta1ApiService AutoscalingApi *AutoscalingApiService AutoscalingV1Api *AutoscalingV1ApiService AutoscalingV2beta1Api *AutoscalingV2beta1ApiService BatchApi *BatchApiService BatchV1Api *BatchV1ApiService BatchV1beta1Api *BatchV1beta1ApiService BatchV2alpha1Api *BatchV2alpha1ApiService CertificatesApi *CertificatesApiService CertificatesV1beta1Api *CertificatesV1beta1ApiService CoreApi *CoreApiService CoreV1Api *CoreV1ApiService CustomObjectsApi *CustomObjectsApiService EventsApi *EventsApiService EventsV1beta1Api *EventsV1beta1ApiService ExtensionsApi *ExtensionsApiService ExtensionsV1beta1Api *ExtensionsV1beta1ApiService LogsApi *LogsApiService NetworkingApi *NetworkingApiService NetworkingV1Api *NetworkingV1ApiService PolicyApi *PolicyApiService PolicyV1beta1Api *PolicyV1beta1ApiService RbacAuthorizationApi *RbacAuthorizationApiService RbacAuthorizationV1Api *RbacAuthorizationV1ApiService RbacAuthorizationV1alpha1Api *RbacAuthorizationV1alpha1ApiService RbacAuthorizationV1beta1Api *RbacAuthorizationV1beta1ApiService SchedulingApi *SchedulingApiService SchedulingV1alpha1Api *SchedulingV1alpha1ApiService SettingsApi *SettingsApiService SettingsV1alpha1Api *SettingsV1alpha1ApiService StorageApi *StorageApiService StorageV1Api *StorageV1ApiService StorageV1alpha1Api *StorageV1alpha1ApiService StorageV1beta1Api *StorageV1beta1ApiService VersionApi *VersionApiService // contains filtered or unexported fields }
APIClient manages communication with the Kubernetes API vv1.10.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) ChangeBasePath ¶
Change base path to allow switching to mocks
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the swagger operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
type AdmissionregistrationApiService ¶
type AdmissionregistrationApiService service
func (*AdmissionregistrationApiService) GetAPIGroup ¶
func (a *AdmissionregistrationApiService) GetAPIGroup(ctx context.Context) (V1ApiGroup, *http.Response, error)
AdmissionregistrationApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup
type AdmissionregistrationV1alpha1ApiService ¶
type AdmissionregistrationV1alpha1ApiService service
func (*AdmissionregistrationV1alpha1ApiService) CreateInitializerConfiguration ¶
func (a *AdmissionregistrationV1alpha1ApiService) CreateInitializerConfiguration(ctx context.Context, body V1alpha1InitializerConfiguration, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfiguration, *http.Response, error)
AdmissionregistrationV1alpha1ApiService create an InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1alpha1InitializerConfiguration
func (*AdmissionregistrationV1alpha1ApiService) DeleteCollectionInitializerConfiguration ¶
func (a *AdmissionregistrationV1alpha1ApiService) DeleteCollectionInitializerConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AdmissionregistrationV1alpha1ApiService delete collection of InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*AdmissionregistrationV1alpha1ApiService) DeleteInitializerConfiguration ¶
func (a *AdmissionregistrationV1alpha1ApiService) DeleteInitializerConfiguration(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AdmissionregistrationV1alpha1ApiService delete an InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the InitializerConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*AdmissionregistrationV1alpha1ApiService) GetAPIResources ¶
func (a *AdmissionregistrationV1alpha1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
AdmissionregistrationV1alpha1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList
func (*AdmissionregistrationV1alpha1ApiService) ListInitializerConfiguration ¶
func (a *AdmissionregistrationV1alpha1ApiService) ListInitializerConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfigurationList, *http.Response, error)
AdmissionregistrationV1alpha1ApiService list or watch objects of kind InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1alpha1InitializerConfigurationList
func (*AdmissionregistrationV1alpha1ApiService) PatchInitializerConfiguration ¶
func (a *AdmissionregistrationV1alpha1ApiService) PatchInitializerConfiguration(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfiguration, *http.Response, error)
AdmissionregistrationV1alpha1ApiService partially update the specified InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the InitializerConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1alpha1InitializerConfiguration
func (*AdmissionregistrationV1alpha1ApiService) ReadInitializerConfiguration ¶
func (a *AdmissionregistrationV1alpha1ApiService) ReadInitializerConfiguration(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfiguration, *http.Response, error)
AdmissionregistrationV1alpha1ApiService read the specified InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the InitializerConfiguration @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "exact" (bool) Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @param "export" (bool) Should this value be exported. Export strips fields that a user can not specify.
@return V1alpha1InitializerConfiguration
func (*AdmissionregistrationV1alpha1ApiService) ReplaceInitializerConfiguration ¶
func (a *AdmissionregistrationV1alpha1ApiService) ReplaceInitializerConfiguration(ctx context.Context, name string, body V1alpha1InitializerConfiguration, localVarOptionals map[string]interface{}) (V1alpha1InitializerConfiguration, *http.Response, error)
AdmissionregistrationV1alpha1ApiService replace the specified InitializerConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the InitializerConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1alpha1InitializerConfiguration
type AdmissionregistrationV1beta1ApiService ¶
type AdmissionregistrationV1beta1ApiService service
func (*AdmissionregistrationV1beta1ApiService) CreateMutatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) CreateMutatingWebhookConfiguration(ctx context.Context, body V1beta1MutatingWebhookConfiguration, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfiguration, *http.Response, error)
AdmissionregistrationV1beta1ApiService create a MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1MutatingWebhookConfiguration
func (*AdmissionregistrationV1beta1ApiService) CreateValidatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) CreateValidatingWebhookConfiguration(ctx context.Context, body V1beta1ValidatingWebhookConfiguration, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)
AdmissionregistrationV1beta1ApiService create a ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1ValidatingWebhookConfiguration
func (*AdmissionregistrationV1beta1ApiService) DeleteCollectionMutatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) DeleteCollectionMutatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AdmissionregistrationV1beta1ApiService delete collection of MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*AdmissionregistrationV1beta1ApiService) DeleteCollectionValidatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) DeleteCollectionValidatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AdmissionregistrationV1beta1ApiService delete collection of ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*AdmissionregistrationV1beta1ApiService) DeleteMutatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) DeleteMutatingWebhookConfiguration(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AdmissionregistrationV1beta1ApiService delete a MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the MutatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*AdmissionregistrationV1beta1ApiService) DeleteValidatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) DeleteValidatingWebhookConfiguration(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AdmissionregistrationV1beta1ApiService delete a ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ValidatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*AdmissionregistrationV1beta1ApiService) GetAPIResources ¶
func (a *AdmissionregistrationV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
AdmissionregistrationV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList
func (*AdmissionregistrationV1beta1ApiService) ListMutatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) ListMutatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfigurationList, *http.Response, error)
AdmissionregistrationV1beta1ApiService list or watch objects of kind MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1beta1MutatingWebhookConfigurationList
func (*AdmissionregistrationV1beta1ApiService) ListValidatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) ListValidatingWebhookConfiguration(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfigurationList, *http.Response, error)
AdmissionregistrationV1beta1ApiService list or watch objects of kind ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1beta1ValidatingWebhookConfigurationList
func (*AdmissionregistrationV1beta1ApiService) PatchMutatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) PatchMutatingWebhookConfiguration(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfiguration, *http.Response, error)
AdmissionregistrationV1beta1ApiService partially update the specified MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the MutatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1MutatingWebhookConfiguration
func (*AdmissionregistrationV1beta1ApiService) PatchValidatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) PatchValidatingWebhookConfiguration(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)
AdmissionregistrationV1beta1ApiService partially update the specified ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ValidatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1ValidatingWebhookConfiguration
func (*AdmissionregistrationV1beta1ApiService) ReadMutatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) ReadMutatingWebhookConfiguration(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfiguration, *http.Response, error)
AdmissionregistrationV1beta1ApiService read the specified MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the MutatingWebhookConfiguration @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "exact" (bool) Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @param "export" (bool) Should this value be exported. Export strips fields that a user can not specify.
@return V1beta1MutatingWebhookConfiguration
func (*AdmissionregistrationV1beta1ApiService) ReadValidatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) ReadValidatingWebhookConfiguration(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)
AdmissionregistrationV1beta1ApiService read the specified ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ValidatingWebhookConfiguration @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "exact" (bool) Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @param "export" (bool) Should this value be exported. Export strips fields that a user can not specify.
@return V1beta1ValidatingWebhookConfiguration
func (*AdmissionregistrationV1beta1ApiService) ReplaceMutatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) ReplaceMutatingWebhookConfiguration(ctx context.Context, name string, body V1beta1MutatingWebhookConfiguration, localVarOptionals map[string]interface{}) (V1beta1MutatingWebhookConfiguration, *http.Response, error)
AdmissionregistrationV1beta1ApiService replace the specified MutatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the MutatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1MutatingWebhookConfiguration
func (*AdmissionregistrationV1beta1ApiService) ReplaceValidatingWebhookConfiguration ¶
func (a *AdmissionregistrationV1beta1ApiService) ReplaceValidatingWebhookConfiguration(ctx context.Context, name string, body V1beta1ValidatingWebhookConfiguration, localVarOptionals map[string]interface{}) (V1beta1ValidatingWebhookConfiguration, *http.Response, error)
AdmissionregistrationV1beta1ApiService replace the specified ValidatingWebhookConfiguration * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ValidatingWebhookConfiguration @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1ValidatingWebhookConfiguration
type AdmissionregistrationV1beta1ServiceReference ¶
type AdmissionregistrationV1beta1ServiceReference struct { // `name` is the name of the service. Required Name string `json:"name"` // `namespace` is the namespace of the service. Required Namespace string `json:"namespace"` // `path` is an optional URL path which will be sent in any request to this service. Path string `json:"path,omitempty"` }
ServiceReference holds a reference to Service.legacy.k8s.io
type ApiextensionsApiService ¶
type ApiextensionsApiService service
func (*ApiextensionsApiService) GetAPIGroup ¶
func (a *ApiextensionsApiService) GetAPIGroup(ctx context.Context) (V1ApiGroup, *http.Response, error)
ApiextensionsApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup
type ApiextensionsV1beta1ApiService ¶
type ApiextensionsV1beta1ApiService service
func (*ApiextensionsV1beta1ApiService) CreateCustomResourceDefinition ¶
func (a *ApiextensionsV1beta1ApiService) CreateCustomResourceDefinition(ctx context.Context, body V1beta1CustomResourceDefinition, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)
ApiextensionsV1beta1ApiService create a CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1CustomResourceDefinition
func (*ApiextensionsV1beta1ApiService) DeleteCollectionCustomResourceDefinition ¶
func (a *ApiextensionsV1beta1ApiService) DeleteCollectionCustomResourceDefinition(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
ApiextensionsV1beta1ApiService delete collection of CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*ApiextensionsV1beta1ApiService) DeleteCustomResourceDefinition ¶
func (a *ApiextensionsV1beta1ApiService) DeleteCustomResourceDefinition(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
ApiextensionsV1beta1ApiService delete a CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CustomResourceDefinition @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*ApiextensionsV1beta1ApiService) GetAPIResources ¶
func (a *ApiextensionsV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
ApiextensionsV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList
func (*ApiextensionsV1beta1ApiService) ListCustomResourceDefinition ¶
func (a *ApiextensionsV1beta1ApiService) ListCustomResourceDefinition(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinitionList, *http.Response, error)
ApiextensionsV1beta1ApiService list or watch objects of kind CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1beta1CustomResourceDefinitionList
func (*ApiextensionsV1beta1ApiService) PatchCustomResourceDefinition ¶
func (a *ApiextensionsV1beta1ApiService) PatchCustomResourceDefinition(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)
ApiextensionsV1beta1ApiService partially update the specified CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CustomResourceDefinition @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1CustomResourceDefinition
func (*ApiextensionsV1beta1ApiService) ReadCustomResourceDefinition ¶
func (a *ApiextensionsV1beta1ApiService) ReadCustomResourceDefinition(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)
ApiextensionsV1beta1ApiService read the specified CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CustomResourceDefinition @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "exact" (bool) Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @param "export" (bool) Should this value be exported. Export strips fields that a user can not specify.
@return V1beta1CustomResourceDefinition
func (*ApiextensionsV1beta1ApiService) ReplaceCustomResourceDefinition ¶
func (a *ApiextensionsV1beta1ApiService) ReplaceCustomResourceDefinition(ctx context.Context, name string, body V1beta1CustomResourceDefinition, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)
ApiextensionsV1beta1ApiService replace the specified CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CustomResourceDefinition @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1CustomResourceDefinition
func (*ApiextensionsV1beta1ApiService) ReplaceCustomResourceDefinitionStatus ¶
func (a *ApiextensionsV1beta1ApiService) ReplaceCustomResourceDefinitionStatus(ctx context.Context, name string, body V1beta1CustomResourceDefinition, localVarOptionals map[string]interface{}) (V1beta1CustomResourceDefinition, *http.Response, error)
ApiextensionsV1beta1ApiService replace status of the specified CustomResourceDefinition * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the CustomResourceDefinition @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1CustomResourceDefinition
type ApiregistrationApiService ¶
type ApiregistrationApiService service
func (*ApiregistrationApiService) GetAPIGroup ¶
func (a *ApiregistrationApiService) GetAPIGroup(ctx context.Context) (V1ApiGroup, *http.Response, error)
ApiregistrationApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup
type ApiregistrationV1ApiService ¶
type ApiregistrationV1ApiService service
func (*ApiregistrationV1ApiService) CreateAPIService ¶
func (a *ApiregistrationV1ApiService) CreateAPIService(ctx context.Context, body V1ApiService, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)
ApiregistrationV1ApiService create an APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1ApiService
func (*ApiregistrationV1ApiService) DeleteAPIService ¶
func (a *ApiregistrationV1ApiService) DeleteAPIService(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
ApiregistrationV1ApiService delete an APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*ApiregistrationV1ApiService) DeleteCollectionAPIService ¶
func (a *ApiregistrationV1ApiService) DeleteCollectionAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
ApiregistrationV1ApiService delete collection of APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*ApiregistrationV1ApiService) GetAPIResources ¶
func (a *ApiregistrationV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
ApiregistrationV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList
func (*ApiregistrationV1ApiService) ListAPIService ¶
func (a *ApiregistrationV1ApiService) ListAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1ApiServiceList, *http.Response, error)
ApiregistrationV1ApiService list or watch objects of kind APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1ApiServiceList
func (*ApiregistrationV1ApiService) PatchAPIService ¶
func (a *ApiregistrationV1ApiService) PatchAPIService(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)
ApiregistrationV1ApiService partially update the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1ApiService
func (*ApiregistrationV1ApiService) ReadAPIService ¶
func (a *ApiregistrationV1ApiService) ReadAPIService(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)
ApiregistrationV1ApiService read the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "exact" (bool) Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @param "export" (bool) Should this value be exported. Export strips fields that a user can not specify.
@return V1ApiService
func (*ApiregistrationV1ApiService) ReplaceAPIService ¶
func (a *ApiregistrationV1ApiService) ReplaceAPIService(ctx context.Context, name string, body V1ApiService, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)
ApiregistrationV1ApiService replace the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1ApiService
func (*ApiregistrationV1ApiService) ReplaceAPIServiceStatus ¶
func (a *ApiregistrationV1ApiService) ReplaceAPIServiceStatus(ctx context.Context, name string, body V1ApiService, localVarOptionals map[string]interface{}) (V1ApiService, *http.Response, error)
ApiregistrationV1ApiService replace status of the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1ApiService
type ApiregistrationV1beta1ApiService ¶
type ApiregistrationV1beta1ApiService service
func (*ApiregistrationV1beta1ApiService) CreateAPIService ¶
func (a *ApiregistrationV1beta1ApiService) CreateAPIService(ctx context.Context, body V1beta1ApiService, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)
ApiregistrationV1beta1ApiService create an APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1ApiService
func (*ApiregistrationV1beta1ApiService) DeleteAPIService ¶
func (a *ApiregistrationV1beta1ApiService) DeleteAPIService(ctx context.Context, name string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
ApiregistrationV1beta1ApiService delete an APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*ApiregistrationV1beta1ApiService) DeleteCollectionAPIService ¶
func (a *ApiregistrationV1beta1ApiService) DeleteCollectionAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
ApiregistrationV1beta1ApiService delete collection of APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*ApiregistrationV1beta1ApiService) GetAPIResources ¶
func (a *ApiregistrationV1beta1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
ApiregistrationV1beta1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList
func (*ApiregistrationV1beta1ApiService) ListAPIService ¶
func (a *ApiregistrationV1beta1ApiService) ListAPIService(ctx context.Context, localVarOptionals map[string]interface{}) (V1beta1ApiServiceList, *http.Response, error)
ApiregistrationV1beta1ApiService list or watch objects of kind APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1beta1ApiServiceList
func (*ApiregistrationV1beta1ApiService) PatchAPIService ¶
func (a *ApiregistrationV1beta1ApiService) PatchAPIService(ctx context.Context, name string, body interface{}, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)
ApiregistrationV1beta1ApiService partially update the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1ApiService
func (*ApiregistrationV1beta1ApiService) ReadAPIService ¶
func (a *ApiregistrationV1beta1ApiService) ReadAPIService(ctx context.Context, name string, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)
ApiregistrationV1beta1ApiService read the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "exact" (bool) Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @param "export" (bool) Should this value be exported. Export strips fields that a user can not specify.
@return V1beta1ApiService
func (*ApiregistrationV1beta1ApiService) ReplaceAPIService ¶
func (a *ApiregistrationV1beta1ApiService) ReplaceAPIService(ctx context.Context, name string, body V1beta1ApiService, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)
ApiregistrationV1beta1ApiService replace the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1ApiService
func (*ApiregistrationV1beta1ApiService) ReplaceAPIServiceStatus ¶
func (a *ApiregistrationV1beta1ApiService) ReplaceAPIServiceStatus(ctx context.Context, name string, body V1beta1ApiService, localVarOptionals map[string]interface{}) (V1beta1ApiService, *http.Response, error)
ApiregistrationV1beta1ApiService replace status of the specified APIService * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the APIService @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1beta1ApiService
type ApiregistrationV1beta1ServiceReference ¶
type ApiregistrationV1beta1ServiceReference struct { // Name is the name of the service Name string `json:"name,omitempty"` // Namespace is the namespace of the service Namespace string `json:"namespace,omitempty"` }
ServiceReference holds a reference to Service.legacy.k8s.io
type ApisApiService ¶
type ApisApiService service
func (*ApisApiService) GetAPIVersions ¶
func (a *ApisApiService) GetAPIVersions(ctx context.Context) (V1ApiGroupList, *http.Response, error)
ApisApiService get available API versions * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroupList
type AppsApiService ¶
type AppsApiService service
func (*AppsApiService) GetAPIGroup ¶
func (a *AppsApiService) GetAPIGroup(ctx context.Context) (V1ApiGroup, *http.Response, error)
AppsApiService get information of a group * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiGroup
type AppsV1ApiService ¶
type AppsV1ApiService service
func (*AppsV1ApiService) CreateNamespacedControllerRevision ¶
func (a *AppsV1ApiService) CreateNamespacedControllerRevision(ctx context.Context, namespace string, body V1ControllerRevision, localVarOptionals map[string]interface{}) (V1ControllerRevision, *http.Response, error)
AppsV1ApiService create a ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1ControllerRevision
func (*AppsV1ApiService) CreateNamespacedDaemonSet ¶
func (a *AppsV1ApiService) CreateNamespacedDaemonSet(ctx context.Context, namespace string, body V1DaemonSet, localVarOptionals map[string]interface{}) (V1DaemonSet, *http.Response, error)
AppsV1ApiService create a DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1DaemonSet
func (*AppsV1ApiService) CreateNamespacedDeployment ¶
func (a *AppsV1ApiService) CreateNamespacedDeployment(ctx context.Context, namespace string, body V1Deployment, localVarOptionals map[string]interface{}) (V1Deployment, *http.Response, error)
AppsV1ApiService create a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1Deployment
func (*AppsV1ApiService) CreateNamespacedReplicaSet ¶
func (a *AppsV1ApiService) CreateNamespacedReplicaSet(ctx context.Context, namespace string, body V1ReplicaSet, localVarOptionals map[string]interface{}) (V1ReplicaSet, *http.Response, error)
AppsV1ApiService create a ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1ReplicaSet
func (*AppsV1ApiService) CreateNamespacedStatefulSet ¶
func (a *AppsV1ApiService) CreateNamespacedStatefulSet(ctx context.Context, namespace string, body V1StatefulSet, localVarOptionals map[string]interface{}) (V1StatefulSet, *http.Response, error)
AppsV1ApiService create a StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1StatefulSet
func (*AppsV1ApiService) DeleteCollectionNamespacedControllerRevision ¶
func (a *AppsV1ApiService) DeleteCollectionNamespacedControllerRevision(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AppsV1ApiService delete collection of ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*AppsV1ApiService) DeleteCollectionNamespacedDaemonSet ¶
func (a *AppsV1ApiService) DeleteCollectionNamespacedDaemonSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AppsV1ApiService delete collection of DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*AppsV1ApiService) DeleteCollectionNamespacedDeployment ¶
func (a *AppsV1ApiService) DeleteCollectionNamespacedDeployment(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AppsV1ApiService delete collection of Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*AppsV1ApiService) DeleteCollectionNamespacedReplicaSet ¶
func (a *AppsV1ApiService) DeleteCollectionNamespacedReplicaSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AppsV1ApiService delete collection of ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*AppsV1ApiService) DeleteCollectionNamespacedStatefulSet ¶
func (a *AppsV1ApiService) DeleteCollectionNamespacedStatefulSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AppsV1ApiService delete collection of StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1Status
func (*AppsV1ApiService) DeleteNamespacedControllerRevision ¶
func (a *AppsV1ApiService) DeleteNamespacedControllerRevision(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AppsV1ApiService delete a ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*AppsV1ApiService) DeleteNamespacedDaemonSet ¶
func (a *AppsV1ApiService) DeleteNamespacedDaemonSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AppsV1ApiService delete a DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*AppsV1ApiService) DeleteNamespacedDeployment ¶
func (a *AppsV1ApiService) DeleteNamespacedDeployment(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AppsV1ApiService delete a Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*AppsV1ApiService) DeleteNamespacedReplicaSet ¶
func (a *AppsV1ApiService) DeleteNamespacedReplicaSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AppsV1ApiService delete a ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*AppsV1ApiService) DeleteNamespacedStatefulSet ¶
func (a *AppsV1ApiService) DeleteNamespacedStatefulSet(ctx context.Context, name string, namespace string, body V1DeleteOptions, localVarOptionals map[string]interface{}) (V1Status, *http.Response, error)
AppsV1ApiService delete a StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "gracePeriodSeconds" (int32) The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. @param "orphanDependents" (bool) Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. @param "propagationPolicy" (string) Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
@return V1Status
func (*AppsV1ApiService) GetAPIResources ¶
func (a *AppsV1ApiService) GetAPIResources(ctx context.Context) (V1ApiResourceList, *http.Response, error)
AppsV1ApiService get available resources * @param ctx context.Context for authentication, logging, tracing, etc. @return V1ApiResourceList
func (*AppsV1ApiService) ListControllerRevisionForAllNamespaces ¶
func (a *AppsV1ApiService) ListControllerRevisionForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ControllerRevisionList, *http.Response, error)
AppsV1ApiService list or watch objects of kind ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "pretty" (string) If 'true', then the output is pretty printed. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1ControllerRevisionList
func (*AppsV1ApiService) ListDaemonSetForAllNamespaces ¶
func (a *AppsV1ApiService) ListDaemonSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1DaemonSetList, *http.Response, error)
AppsV1ApiService list or watch objects of kind DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "pretty" (string) If 'true', then the output is pretty printed. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1DaemonSetList
func (*AppsV1ApiService) ListDeploymentForAllNamespaces ¶
func (a *AppsV1ApiService) ListDeploymentForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1DeploymentList, *http.Response, error)
AppsV1ApiService list or watch objects of kind Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "pretty" (string) If 'true', then the output is pretty printed. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1DeploymentList
func (*AppsV1ApiService) ListNamespacedControllerRevision ¶
func (a *AppsV1ApiService) ListNamespacedControllerRevision(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1ControllerRevisionList, *http.Response, error)
AppsV1ApiService list or watch objects of kind ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1ControllerRevisionList
func (*AppsV1ApiService) ListNamespacedDaemonSet ¶
func (a *AppsV1ApiService) ListNamespacedDaemonSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1DaemonSetList, *http.Response, error)
AppsV1ApiService list or watch objects of kind DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1DaemonSetList
func (*AppsV1ApiService) ListNamespacedDeployment ¶
func (a *AppsV1ApiService) ListNamespacedDeployment(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1DeploymentList, *http.Response, error)
AppsV1ApiService list or watch objects of kind Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1DeploymentList
func (*AppsV1ApiService) ListNamespacedReplicaSet ¶
func (a *AppsV1ApiService) ListNamespacedReplicaSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1ReplicaSetList, *http.Response, error)
AppsV1ApiService list or watch objects of kind ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1ReplicaSetList
func (*AppsV1ApiService) ListNamespacedStatefulSet ¶
func (a *AppsV1ApiService) ListNamespacedStatefulSet(ctx context.Context, namespace string, localVarOptionals map[string]interface{}) (V1StatefulSetList, *http.Response, error)
AppsV1ApiService list or watch objects of kind StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1StatefulSetList
func (*AppsV1ApiService) ListReplicaSetForAllNamespaces ¶
func (a *AppsV1ApiService) ListReplicaSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1ReplicaSetList, *http.Response, error)
AppsV1ApiService list or watch objects of kind ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "pretty" (string) If 'true', then the output is pretty printed. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1ReplicaSetList
func (*AppsV1ApiService) ListStatefulSetForAllNamespaces ¶
func (a *AppsV1ApiService) ListStatefulSetForAllNamespaces(ctx context.Context, localVarOptionals map[string]interface{}) (V1StatefulSetList, *http.Response, error)
AppsV1ApiService list or watch objects of kind StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param optional (nil or map[string]interface{}) with one or more of:
@param "continue_" (string) The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. @param "fieldSelector" (string) A selector to restrict the list of returned objects by their fields. Defaults to everything. @param "includeUninitialized" (bool) If true, partially initialized resources are included in the response. @param "labelSelector" (string) A selector to restrict the list of returned objects by their labels. Defaults to everything. @param "limit" (int32) limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. @param "pretty" (string) If 'true', then the output is pretty printed. @param "resourceVersion" (string) When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. @param "timeoutSeconds" (int32) Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. @param "watch" (bool) Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
@return V1StatefulSetList
func (*AppsV1ApiService) PatchNamespacedControllerRevision ¶
func (a *AppsV1ApiService) PatchNamespacedControllerRevision(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ControllerRevision, *http.Response, error)
AppsV1ApiService partially update the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1ControllerRevision
func (*AppsV1ApiService) PatchNamespacedDaemonSet ¶
func (a *AppsV1ApiService) PatchNamespacedDaemonSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1DaemonSet, *http.Response, error)
AppsV1ApiService partially update the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1DaemonSet
func (*AppsV1ApiService) PatchNamespacedDaemonSetStatus ¶
func (a *AppsV1ApiService) PatchNamespacedDaemonSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1DaemonSet, *http.Response, error)
AppsV1ApiService partially update status of the specified DaemonSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the DaemonSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1DaemonSet
func (*AppsV1ApiService) PatchNamespacedDeployment ¶
func (a *AppsV1ApiService) PatchNamespacedDeployment(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Deployment, *http.Response, error)
AppsV1ApiService partially update the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1Deployment
func (*AppsV1ApiService) PatchNamespacedDeploymentScale ¶
func (a *AppsV1ApiService) PatchNamespacedDeploymentScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)
AppsV1ApiService partially update scale of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1Scale
func (*AppsV1ApiService) PatchNamespacedDeploymentStatus ¶
func (a *AppsV1ApiService) PatchNamespacedDeploymentStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Deployment, *http.Response, error)
AppsV1ApiService partially update status of the specified Deployment * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Deployment @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1Deployment
func (*AppsV1ApiService) PatchNamespacedReplicaSet ¶
func (a *AppsV1ApiService) PatchNamespacedReplicaSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ReplicaSet, *http.Response, error)
AppsV1ApiService partially update the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1ReplicaSet
func (*AppsV1ApiService) PatchNamespacedReplicaSetScale ¶
func (a *AppsV1ApiService) PatchNamespacedReplicaSetScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)
AppsV1ApiService partially update scale of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1Scale
func (*AppsV1ApiService) PatchNamespacedReplicaSetStatus ¶
func (a *AppsV1ApiService) PatchNamespacedReplicaSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1ReplicaSet, *http.Response, error)
AppsV1ApiService partially update status of the specified ReplicaSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ReplicaSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1ReplicaSet
func (*AppsV1ApiService) PatchNamespacedStatefulSet ¶
func (a *AppsV1ApiService) PatchNamespacedStatefulSet(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1StatefulSet, *http.Response, error)
AppsV1ApiService partially update the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1StatefulSet
func (*AppsV1ApiService) PatchNamespacedStatefulSetScale ¶
func (a *AppsV1ApiService) PatchNamespacedStatefulSetScale(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1Scale, *http.Response, error)
AppsV1ApiService partially update scale of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the Scale @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1Scale
func (*AppsV1ApiService) PatchNamespacedStatefulSetStatus ¶
func (a *AppsV1ApiService) PatchNamespacedStatefulSetStatus(ctx context.Context, name string, namespace string, body interface{}, localVarOptionals map[string]interface{}) (V1StatefulSet, *http.Response, error)
AppsV1ApiService partially update status of the specified StatefulSet * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the StatefulSet @param namespace object name and auth scope, such as for teams and projects @param body @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed.
@return V1StatefulSet
func (*AppsV1ApiService) ReadNamespacedControllerRevision ¶
func (a *AppsV1ApiService) ReadNamespacedControllerRevision(ctx context.Context, name string, namespace string, localVarOptionals map[string]interface{}) (V1ControllerRevision, *http.Response, error)
AppsV1ApiService read the specified ControllerRevision * @param ctx context.Context for authentication, logging, tracing, etc. @param name name of the ControllerRevision @param namespace object name and auth scope, such as for teams and projects @param optional (nil or map[string]interface{}) with one or more of:
@param "pretty" (string) If 'true', then the output is pretty printed. @param "exact" (bool) Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. @param "export" (bool) Should this value be exported. Export strips fields that a user can not specify.
@return V1ControllerRevision