Safe Haskell | None |
---|---|
Language | Haskell2010 |
Kubernetes.OpenAPI.Model
Description
Synopsis
- data AuthApiKeyBearerToken = AuthApiKeyBearerToken Text
- data VersionInfo = VersionInfo {}
- data V2beta2ResourceMetricStatus = V2beta2ResourceMetricStatus {}
- data V2beta2ResourceMetricSource = V2beta2ResourceMetricSource {}
- data V2beta2PodsMetricStatus = V2beta2PodsMetricStatus {}
- data V2beta2PodsMetricSource = V2beta2PodsMetricSource {}
- data V2beta2ObjectMetricStatus = V2beta2ObjectMetricStatus {}
- data V2beta2ObjectMetricSource = V2beta2ObjectMetricSource {}
- data V2beta2MetricValueStatus = V2beta2MetricValueStatus {}
- data V2beta2MetricTarget = V2beta2MetricTarget {}
- data V2beta2MetricStatus = V2beta2MetricStatus {}
- data V2beta2MetricSpec = V2beta2MetricSpec {}
- data V2beta2MetricIdentifier = V2beta2MetricIdentifier {}
- data V2beta2HorizontalPodAutoscalerStatus = V2beta2HorizontalPodAutoscalerStatus {
- v2beta2HorizontalPodAutoscalerStatusConditions :: ![V2beta2HorizontalPodAutoscalerCondition]
- v2beta2HorizontalPodAutoscalerStatusCurrentMetrics :: !(Maybe [V2beta2MetricStatus])
- v2beta2HorizontalPodAutoscalerStatusCurrentReplicas :: !Int
- v2beta2HorizontalPodAutoscalerStatusDesiredReplicas :: !Int
- v2beta2HorizontalPodAutoscalerStatusLastScaleTime :: !(Maybe DateTime)
- v2beta2HorizontalPodAutoscalerStatusObservedGeneration :: !(Maybe Integer)
- data V2beta2HorizontalPodAutoscalerSpec = V2beta2HorizontalPodAutoscalerSpec {}
- data V2beta2HorizontalPodAutoscalerList = V2beta2HorizontalPodAutoscalerList {}
- data V2beta2HorizontalPodAutoscalerCondition = V2beta2HorizontalPodAutoscalerCondition {
- v2beta2HorizontalPodAutoscalerConditionLastTransitionTime :: !(Maybe DateTime)
- v2beta2HorizontalPodAutoscalerConditionMessage :: !(Maybe Text)
- v2beta2HorizontalPodAutoscalerConditionReason :: !(Maybe Text)
- v2beta2HorizontalPodAutoscalerConditionStatus :: !Text
- v2beta2HorizontalPodAutoscalerConditionType :: !Text
- data V2beta2HorizontalPodAutoscaler = V2beta2HorizontalPodAutoscaler {
- v2beta2HorizontalPodAutoscalerApiVersion :: !(Maybe Text)
- v2beta2HorizontalPodAutoscalerKind :: !(Maybe Text)
- v2beta2HorizontalPodAutoscalerMetadata :: !(Maybe V1ObjectMeta)
- v2beta2HorizontalPodAutoscalerSpec :: !(Maybe V2beta2HorizontalPodAutoscalerSpec)
- v2beta2HorizontalPodAutoscalerStatus :: !(Maybe V2beta2HorizontalPodAutoscalerStatus)
- data V2beta2ExternalMetricStatus = V2beta2ExternalMetricStatus {}
- data V2beta2ExternalMetricSource = V2beta2ExternalMetricSource {}
- data V2beta2CrossVersionObjectReference = V2beta2CrossVersionObjectReference {}
- data V2beta1ResourceMetricStatus = V2beta1ResourceMetricStatus {}
- data V2beta1ResourceMetricSource = V2beta1ResourceMetricSource {}
- data V2beta1PodsMetricStatus = V2beta1PodsMetricStatus {}
- data V2beta1PodsMetricSource = V2beta1PodsMetricSource {}
- data V2beta1ObjectMetricStatus = V2beta1ObjectMetricStatus {}
- data V2beta1ObjectMetricSource = V2beta1ObjectMetricSource {}
- data V2beta1MetricStatus = V2beta1MetricStatus {}
- data V2beta1MetricSpec = V2beta1MetricSpec {}
- data V2beta1HorizontalPodAutoscalerStatus = V2beta1HorizontalPodAutoscalerStatus {
- v2beta1HorizontalPodAutoscalerStatusConditions :: ![V2beta1HorizontalPodAutoscalerCondition]
- v2beta1HorizontalPodAutoscalerStatusCurrentMetrics :: !(Maybe [V2beta1MetricStatus])
- v2beta1HorizontalPodAutoscalerStatusCurrentReplicas :: !Int
- v2beta1HorizontalPodAutoscalerStatusDesiredReplicas :: !Int
- v2beta1HorizontalPodAutoscalerStatusLastScaleTime :: !(Maybe DateTime)
- v2beta1HorizontalPodAutoscalerStatusObservedGeneration :: !(Maybe Integer)
- data V2beta1HorizontalPodAutoscalerSpec = V2beta1HorizontalPodAutoscalerSpec {}
- data V2beta1HorizontalPodAutoscalerList = V2beta1HorizontalPodAutoscalerList {}
- data V2beta1HorizontalPodAutoscalerCondition = V2beta1HorizontalPodAutoscalerCondition {
- v2beta1HorizontalPodAutoscalerConditionLastTransitionTime :: !(Maybe DateTime)
- v2beta1HorizontalPodAutoscalerConditionMessage :: !(Maybe Text)
- v2beta1HorizontalPodAutoscalerConditionReason :: !(Maybe Text)
- v2beta1HorizontalPodAutoscalerConditionStatus :: !Text
- v2beta1HorizontalPodAutoscalerConditionType :: !Text
- data V2beta1HorizontalPodAutoscaler = V2beta1HorizontalPodAutoscaler {
- v2beta1HorizontalPodAutoscalerApiVersion :: !(Maybe Text)
- v2beta1HorizontalPodAutoscalerKind :: !(Maybe Text)
- v2beta1HorizontalPodAutoscalerMetadata :: !(Maybe V1ObjectMeta)
- v2beta1HorizontalPodAutoscalerSpec :: !(Maybe V2beta1HorizontalPodAutoscalerSpec)
- v2beta1HorizontalPodAutoscalerStatus :: !(Maybe V2beta1HorizontalPodAutoscalerStatus)
- data V2beta1ExternalMetricStatus = V2beta1ExternalMetricStatus {}
- data V2beta1ExternalMetricSource = V2beta1ExternalMetricSource {}
- data V2beta1CrossVersionObjectReference = V2beta1CrossVersionObjectReference {}
- data V2alpha1JobTemplateSpec = V2alpha1JobTemplateSpec {}
- data V2alpha1CronJobStatus = V2alpha1CronJobStatus {}
- data V2alpha1CronJobSpec = V2alpha1CronJobSpec {
- v2alpha1CronJobSpecConcurrencyPolicy :: !(Maybe Text)
- v2alpha1CronJobSpecFailedJobsHistoryLimit :: !(Maybe Int)
- v2alpha1CronJobSpecJobTemplate :: !V2alpha1JobTemplateSpec
- v2alpha1CronJobSpecSchedule :: !Text
- v2alpha1CronJobSpecStartingDeadlineSeconds :: !(Maybe Integer)
- v2alpha1CronJobSpecSuccessfulJobsHistoryLimit :: !(Maybe Int)
- v2alpha1CronJobSpecSuspend :: !(Maybe Bool)
- data V2alpha1CronJobList = V2alpha1CronJobList {}
- data V2alpha1CronJob = V2alpha1CronJob {}
- data V1beta2StatefulSetUpdateStrategy = V1beta2StatefulSetUpdateStrategy {}
- data V1beta2StatefulSetStatus = V1beta2StatefulSetStatus {
- v1beta2StatefulSetStatusCollisionCount :: !(Maybe Int)
- v1beta2StatefulSetStatusConditions :: !(Maybe [V1beta2StatefulSetCondition])
- v1beta2StatefulSetStatusCurrentReplicas :: !(Maybe Int)
- v1beta2StatefulSetStatusCurrentRevision :: !(Maybe Text)
- v1beta2StatefulSetStatusObservedGeneration :: !(Maybe Integer)
- v1beta2StatefulSetStatusReadyReplicas :: !(Maybe Int)
- v1beta2StatefulSetStatusReplicas :: !Int
- v1beta2StatefulSetStatusUpdateRevision :: !(Maybe Text)
- v1beta2StatefulSetStatusUpdatedReplicas :: !(Maybe Int)
- data V1beta2StatefulSetSpec = V1beta2StatefulSetSpec {
- v1beta2StatefulSetSpecPodManagementPolicy :: !(Maybe Text)
- v1beta2StatefulSetSpecReplicas :: !(Maybe Int)
- v1beta2StatefulSetSpecRevisionHistoryLimit :: !(Maybe Int)
- v1beta2StatefulSetSpecSelector :: !V1LabelSelector
- v1beta2StatefulSetSpecServiceName :: !Text
- v1beta2StatefulSetSpecTemplate :: !V1PodTemplateSpec
- v1beta2StatefulSetSpecUpdateStrategy :: !(Maybe V1beta2StatefulSetUpdateStrategy)
- v1beta2StatefulSetSpecVolumeClaimTemplates :: !(Maybe [V1PersistentVolumeClaim])
- data V1beta2StatefulSetList = V1beta2StatefulSetList {}
- data V1beta2StatefulSetCondition = V1beta2StatefulSetCondition {}
- data V1beta2StatefulSet = V1beta2StatefulSet {}
- data V1beta2ScaleStatus = V1beta2ScaleStatus {}
- data V1beta2ScaleSpec = V1beta2ScaleSpec {
- v1beta2ScaleSpecReplicas :: !(Maybe Int)
- data V1beta2Scale = V1beta2Scale {}
- data V1beta2RollingUpdateStatefulSetStrategy = V1beta2RollingUpdateStatefulSetStrategy {}
- data V1beta2RollingUpdateDeployment = V1beta2RollingUpdateDeployment {}
- data V1beta2RollingUpdateDaemonSet = V1beta2RollingUpdateDaemonSet {}
- data V1beta2ReplicaSetStatus = V1beta2ReplicaSetStatus {
- v1beta2ReplicaSetStatusAvailableReplicas :: !(Maybe Int)
- v1beta2ReplicaSetStatusConditions :: !(Maybe [V1beta2ReplicaSetCondition])
- v1beta2ReplicaSetStatusFullyLabeledReplicas :: !(Maybe Int)
- v1beta2ReplicaSetStatusObservedGeneration :: !(Maybe Integer)
- v1beta2ReplicaSetStatusReadyReplicas :: !(Maybe Int)
- v1beta2ReplicaSetStatusReplicas :: !Int
- data V1beta2ReplicaSetSpec = V1beta2ReplicaSetSpec {}
- data V1beta2ReplicaSetList = V1beta2ReplicaSetList {}
- data V1beta2ReplicaSetCondition = V1beta2ReplicaSetCondition {}
- data V1beta2ReplicaSet = V1beta2ReplicaSet {}
- data V1beta2DeploymentStrategy = V1beta2DeploymentStrategy {}
- data V1beta2DeploymentStatus = V1beta2DeploymentStatus {
- v1beta2DeploymentStatusAvailableReplicas :: !(Maybe Int)
- v1beta2DeploymentStatusCollisionCount :: !(Maybe Int)
- v1beta2DeploymentStatusConditions :: !(Maybe [V1beta2DeploymentCondition])
- v1beta2DeploymentStatusObservedGeneration :: !(Maybe Integer)
- v1beta2DeploymentStatusReadyReplicas :: !(Maybe Int)
- v1beta2DeploymentStatusReplicas :: !(Maybe Int)
- v1beta2DeploymentStatusUnavailableReplicas :: !(Maybe Int)
- v1beta2DeploymentStatusUpdatedReplicas :: !(Maybe Int)
- data V1beta2DeploymentSpec = V1beta2DeploymentSpec {
- v1beta2DeploymentSpecMinReadySeconds :: !(Maybe Int)
- v1beta2DeploymentSpecPaused :: !(Maybe Bool)
- v1beta2DeploymentSpecProgressDeadlineSeconds :: !(Maybe Int)
- v1beta2DeploymentSpecReplicas :: !(Maybe Int)
- v1beta2DeploymentSpecRevisionHistoryLimit :: !(Maybe Int)
- v1beta2DeploymentSpecSelector :: !V1LabelSelector
- v1beta2DeploymentSpecStrategy :: !(Maybe V1beta2DeploymentStrategy)
- v1beta2DeploymentSpecTemplate :: !V1PodTemplateSpec
- data V1beta2DeploymentList = V1beta2DeploymentList {}
- data V1beta2DeploymentCondition = V1beta2DeploymentCondition {
- v1beta2DeploymentConditionLastTransitionTime :: !(Maybe DateTime)
- v1beta2DeploymentConditionLastUpdateTime :: !(Maybe DateTime)
- v1beta2DeploymentConditionMessage :: !(Maybe Text)
- v1beta2DeploymentConditionReason :: !(Maybe Text)
- v1beta2DeploymentConditionStatus :: !Text
- v1beta2DeploymentConditionType :: !Text
- data V1beta2Deployment = V1beta2Deployment {}
- data V1beta2DaemonSetUpdateStrategy = V1beta2DaemonSetUpdateStrategy {}
- data V1beta2DaemonSetStatus = V1beta2DaemonSetStatus {
- v1beta2DaemonSetStatusCollisionCount :: !(Maybe Int)
- v1beta2DaemonSetStatusConditions :: !(Maybe [V1beta2DaemonSetCondition])
- v1beta2DaemonSetStatusCurrentNumberScheduled :: !Int
- v1beta2DaemonSetStatusDesiredNumberScheduled :: !Int
- v1beta2DaemonSetStatusNumberAvailable :: !(Maybe Int)
- v1beta2DaemonSetStatusNumberMisscheduled :: !Int
- v1beta2DaemonSetStatusNumberReady :: !Int
- v1beta2DaemonSetStatusNumberUnavailable :: !(Maybe Int)
- v1beta2DaemonSetStatusObservedGeneration :: !(Maybe Integer)
- v1beta2DaemonSetStatusUpdatedNumberScheduled :: !(Maybe Int)
- data V1beta2DaemonSetSpec = V1beta2DaemonSetSpec {}
- data V1beta2DaemonSetList = V1beta2DaemonSetList {}
- data V1beta2DaemonSetCondition = V1beta2DaemonSetCondition {}
- data V1beta2DaemonSet = V1beta2DaemonSet {}
- data V1beta2ControllerRevisionList = V1beta2ControllerRevisionList {}
- data V1beta2ControllerRevision = V1beta2ControllerRevision {}
- data V1beta1VolumeNodeResources = V1beta1VolumeNodeResources {}
- data V1beta1VolumeError = V1beta1VolumeError {}
- data V1beta1VolumeAttachmentStatus = V1beta1VolumeAttachmentStatus {}
- data V1beta1VolumeAttachmentSpec = V1beta1VolumeAttachmentSpec {}
- data V1beta1VolumeAttachmentSource = V1beta1VolumeAttachmentSource {}
- data V1beta1VolumeAttachmentList = V1beta1VolumeAttachmentList {}
- data V1beta1VolumeAttachment = V1beta1VolumeAttachment {}
- data V1beta1ValidatingWebhookConfigurationList = V1beta1ValidatingWebhookConfigurationList {}
- data V1beta1ValidatingWebhookConfiguration = V1beta1ValidatingWebhookConfiguration {}
- data V1beta1ValidatingWebhook = V1beta1ValidatingWebhook {
- v1beta1ValidatingWebhookAdmissionReviewVersions :: !(Maybe [Text])
- v1beta1ValidatingWebhookClientConfig :: !AdmissionregistrationV1beta1WebhookClientConfig
- v1beta1ValidatingWebhookFailurePolicy :: !(Maybe Text)
- v1beta1ValidatingWebhookMatchPolicy :: !(Maybe Text)
- v1beta1ValidatingWebhookName :: !Text
- v1beta1ValidatingWebhookNamespaceSelector :: !(Maybe V1LabelSelector)
- v1beta1ValidatingWebhookObjectSelector :: !(Maybe V1LabelSelector)
- v1beta1ValidatingWebhookRules :: !(Maybe [V1beta1RuleWithOperations])
- v1beta1ValidatingWebhookSideEffects :: !(Maybe Text)
- v1beta1ValidatingWebhookTimeoutSeconds :: !(Maybe Int)
- data V1beta1UserInfo = V1beta1UserInfo {
- v1beta1UserInfoExtra :: !(Maybe (Map String [Text]))
- v1beta1UserInfoGroups :: !(Maybe [Text])
- v1beta1UserInfoUid :: !(Maybe Text)
- v1beta1UserInfoUsername :: !(Maybe Text)
- data V1beta1TokenReviewStatus = V1beta1TokenReviewStatus {}
- data V1beta1TokenReviewSpec = V1beta1TokenReviewSpec {}
- data V1beta1TokenReview = V1beta1TokenReview {}
- data V1beta1SubjectRulesReviewStatus = V1beta1SubjectRulesReviewStatus {}
- data V1beta1SubjectAccessReviewStatus = V1beta1SubjectAccessReviewStatus {}
- data V1beta1SubjectAccessReviewSpec = V1beta1SubjectAccessReviewSpec {
- v1beta1SubjectAccessReviewSpecExtra :: !(Maybe (Map String [Text]))
- v1beta1SubjectAccessReviewSpecGroup :: !(Maybe [Text])
- v1beta1SubjectAccessReviewSpecNonResourceAttributes :: !(Maybe V1beta1NonResourceAttributes)
- v1beta1SubjectAccessReviewSpecResourceAttributes :: !(Maybe V1beta1ResourceAttributes)
- v1beta1SubjectAccessReviewSpecUid :: !(Maybe Text)
- v1beta1SubjectAccessReviewSpecUser :: !(Maybe Text)
- data V1beta1SubjectAccessReview = V1beta1SubjectAccessReview {
- v1beta1SubjectAccessReviewApiVersion :: !(Maybe Text)
- v1beta1SubjectAccessReviewKind :: !(Maybe Text)
- v1beta1SubjectAccessReviewMetadata :: !(Maybe V1ObjectMeta)
- v1beta1SubjectAccessReviewSpec :: !V1beta1SubjectAccessReviewSpec
- v1beta1SubjectAccessReviewStatus :: !(Maybe V1beta1SubjectAccessReviewStatus)
- data V1beta1Subject = V1beta1Subject {}
- data V1beta1StorageClassList = V1beta1StorageClassList {}
- data V1beta1StorageClass = V1beta1StorageClass {
- v1beta1StorageClassAllowVolumeExpansion :: !(Maybe Bool)
- v1beta1StorageClassAllowedTopologies :: !(Maybe [V1TopologySelectorTerm])
- v1beta1StorageClassApiVersion :: !(Maybe Text)
- v1beta1StorageClassKind :: !(Maybe Text)
- v1beta1StorageClassMetadata :: !(Maybe V1ObjectMeta)
- v1beta1StorageClassMountOptions :: !(Maybe [Text])
- v1beta1StorageClassParameters :: !(Maybe (Map String Text))
- v1beta1StorageClassProvisioner :: !Text
- v1beta1StorageClassReclaimPolicy :: !(Maybe Text)
- v1beta1StorageClassVolumeBindingMode :: !(Maybe Text)
- data V1beta1StatefulSetUpdateStrategy = V1beta1StatefulSetUpdateStrategy {}
- data V1beta1StatefulSetStatus = V1beta1StatefulSetStatus {
- v1beta1StatefulSetStatusCollisionCount :: !(Maybe Int)
- v1beta1StatefulSetStatusConditions :: !(Maybe [V1beta1StatefulSetCondition])
- v1beta1StatefulSetStatusCurrentReplicas :: !(Maybe Int)
- v1beta1StatefulSetStatusCurrentRevision :: !(Maybe Text)
- v1beta1StatefulSetStatusObservedGeneration :: !(Maybe Integer)
- v1beta1StatefulSetStatusReadyReplicas :: !(Maybe Int)
- v1beta1StatefulSetStatusReplicas :: !Int
- v1beta1StatefulSetStatusUpdateRevision :: !(Maybe Text)
- v1beta1StatefulSetStatusUpdatedReplicas :: !(Maybe Int)
- data V1beta1StatefulSetSpec = V1beta1StatefulSetSpec {
- v1beta1StatefulSetSpecPodManagementPolicy :: !(Maybe Text)
- v1beta1StatefulSetSpecReplicas :: !(Maybe Int)
- v1beta1StatefulSetSpecRevisionHistoryLimit :: !(Maybe Int)
- v1beta1StatefulSetSpecSelector :: !(Maybe V1LabelSelector)
- v1beta1StatefulSetSpecServiceName :: !Text
- v1beta1StatefulSetSpecTemplate :: !V1PodTemplateSpec
- v1beta1StatefulSetSpecUpdateStrategy :: !(Maybe V1beta1StatefulSetUpdateStrategy)
- v1beta1StatefulSetSpecVolumeClaimTemplates :: !(Maybe [V1PersistentVolumeClaim])
- data V1beta1StatefulSetList = V1beta1StatefulSetList {}
- data V1beta1StatefulSetCondition = V1beta1StatefulSetCondition {}
- data V1beta1StatefulSet = V1beta1StatefulSet {}
- data V1beta1SelfSubjectRulesReviewSpec = V1beta1SelfSubjectRulesReviewSpec {}
- data V1beta1SelfSubjectRulesReview = V1beta1SelfSubjectRulesReview {
- v1beta1SelfSubjectRulesReviewApiVersion :: !(Maybe Text)
- v1beta1SelfSubjectRulesReviewKind :: !(Maybe Text)
- v1beta1SelfSubjectRulesReviewMetadata :: !(Maybe V1ObjectMeta)
- v1beta1SelfSubjectRulesReviewSpec :: !V1beta1SelfSubjectRulesReviewSpec
- v1beta1SelfSubjectRulesReviewStatus :: !(Maybe V1beta1SubjectRulesReviewStatus)
- data V1beta1SelfSubjectAccessReviewSpec = V1beta1SelfSubjectAccessReviewSpec {}
- data V1beta1SelfSubjectAccessReview = V1beta1SelfSubjectAccessReview {
- v1beta1SelfSubjectAccessReviewApiVersion :: !(Maybe Text)
- v1beta1SelfSubjectAccessReviewKind :: !(Maybe Text)
- v1beta1SelfSubjectAccessReviewMetadata :: !(Maybe V1ObjectMeta)
- v1beta1SelfSubjectAccessReviewSpec :: !V1beta1SelfSubjectAccessReviewSpec
- v1beta1SelfSubjectAccessReviewStatus :: !(Maybe V1beta1SubjectAccessReviewStatus)
- data V1beta1Scheduling = V1beta1Scheduling {}
- data V1beta1RuntimeClassList = V1beta1RuntimeClassList {}
- data V1beta1RuntimeClass = V1beta1RuntimeClass {}
- data V1beta1RuleWithOperations = V1beta1RuleWithOperations {}
- data V1beta1RollingUpdateStatefulSetStrategy = V1beta1RollingUpdateStatefulSetStrategy {}
- data V1beta1RollingUpdateDaemonSet = V1beta1RollingUpdateDaemonSet {}
- data V1beta1RoleRef = V1beta1RoleRef {}
- data V1beta1RoleList = V1beta1RoleList {}
- data V1beta1RoleBindingList = V1beta1RoleBindingList {}
- data V1beta1RoleBinding = V1beta1RoleBinding {}
- data V1beta1Role = V1beta1Role {
- v1beta1RoleApiVersion :: !(Maybe Text)
- v1beta1RoleKind :: !(Maybe Text)
- v1beta1RoleMetadata :: !(Maybe V1ObjectMeta)
- v1beta1RoleRules :: !(Maybe [V1beta1PolicyRule])
- data V1beta1ResourceRule = V1beta1ResourceRule {
- v1beta1ResourceRuleApiGroups :: !(Maybe [Text])
- v1beta1ResourceRuleResourceNames :: !(Maybe [Text])
- v1beta1ResourceRuleResources :: !(Maybe [Text])
- v1beta1ResourceRuleVerbs :: ![Text]
- data V1beta1ResourceAttributes = V1beta1ResourceAttributes {
- v1beta1ResourceAttributesGroup :: !(Maybe Text)
- v1beta1ResourceAttributesName :: !(Maybe Text)
- v1beta1ResourceAttributesNamespace :: !(Maybe Text)
- v1beta1ResourceAttributesResource :: !(Maybe Text)
- v1beta1ResourceAttributesSubresource :: !(Maybe Text)
- v1beta1ResourceAttributesVerb :: !(Maybe Text)
- v1beta1ResourceAttributesVersion :: !(Maybe Text)
- data V1beta1ReplicaSetStatus = V1beta1ReplicaSetStatus {
- v1beta1ReplicaSetStatusAvailableReplicas :: !(Maybe Int)
- v1beta1ReplicaSetStatusConditions :: !(Maybe [V1beta1ReplicaSetCondition])
- v1beta1ReplicaSetStatusFullyLabeledReplicas :: !(Maybe Int)
- v1beta1ReplicaSetStatusObservedGeneration :: !(Maybe Integer)
- v1beta1ReplicaSetStatusReadyReplicas :: !(Maybe Int)
- v1beta1ReplicaSetStatusReplicas :: !Int
- data V1beta1ReplicaSetSpec = V1beta1ReplicaSetSpec {}
- data V1beta1ReplicaSetList = V1beta1ReplicaSetList {}
- data V1beta1ReplicaSetCondition = V1beta1ReplicaSetCondition {}
- data V1beta1ReplicaSet = V1beta1ReplicaSet {}
- data V1beta1PriorityClassList = V1beta1PriorityClassList {}
- data V1beta1PriorityClass = V1beta1PriorityClass {
- v1beta1PriorityClassApiVersion :: !(Maybe Text)
- v1beta1PriorityClassDescription :: !(Maybe Text)
- v1beta1PriorityClassGlobalDefault :: !(Maybe Bool)
- v1beta1PriorityClassKind :: !(Maybe Text)
- v1beta1PriorityClassMetadata :: !(Maybe V1ObjectMeta)
- v1beta1PriorityClassPreemptionPolicy :: !(Maybe Text)
- v1beta1PriorityClassValue :: !Int
- data V1beta1PolicyRule = V1beta1PolicyRule {
- v1beta1PolicyRuleApiGroups :: !(Maybe [Text])
- v1beta1PolicyRuleNonResourceUrLs :: !(Maybe [Text])
- v1beta1PolicyRuleResourceNames :: !(Maybe [Text])
- v1beta1PolicyRuleResources :: !(Maybe [Text])
- v1beta1PolicyRuleVerbs :: ![Text]
- data V1beta1PodDisruptionBudgetStatus = V1beta1PodDisruptionBudgetStatus {
- v1beta1PodDisruptionBudgetStatusCurrentHealthy :: !Int
- v1beta1PodDisruptionBudgetStatusDesiredHealthy :: !Int
- v1beta1PodDisruptionBudgetStatusDisruptedPods :: !(Maybe (Map String DateTime))
- v1beta1PodDisruptionBudgetStatusDisruptionsAllowed :: !Int
- v1beta1PodDisruptionBudgetStatusExpectedPods :: !Int
- v1beta1PodDisruptionBudgetStatusObservedGeneration :: !(Maybe Integer)
- data V1beta1PodDisruptionBudgetSpec = V1beta1PodDisruptionBudgetSpec {}
- data V1beta1PodDisruptionBudgetList = V1beta1PodDisruptionBudgetList {}
- data V1beta1PodDisruptionBudget = V1beta1PodDisruptionBudget {
- v1beta1PodDisruptionBudgetApiVersion :: !(Maybe Text)
- v1beta1PodDisruptionBudgetKind :: !(Maybe Text)
- v1beta1PodDisruptionBudgetMetadata :: !(Maybe V1ObjectMeta)
- v1beta1PodDisruptionBudgetSpec :: !(Maybe V1beta1PodDisruptionBudgetSpec)
- v1beta1PodDisruptionBudgetStatus :: !(Maybe V1beta1PodDisruptionBudgetStatus)
- data V1beta1Overhead = V1beta1Overhead {
- v1beta1OverheadPodFixed :: !(Maybe (Map String Quantity))
- data V1beta1NonResourceRule = V1beta1NonResourceRule {}
- data V1beta1NonResourceAttributes = V1beta1NonResourceAttributes {}
- data V1beta1NetworkPolicySpec = V1beta1NetworkPolicySpec {}
- data V1beta1NetworkPolicyPort = V1beta1NetworkPolicyPort {}
- data V1beta1NetworkPolicyPeer = V1beta1NetworkPolicyPeer {}
- data V1beta1NetworkPolicyList = V1beta1NetworkPolicyList {}
- data V1beta1NetworkPolicyIngressRule = V1beta1NetworkPolicyIngressRule {}
- data V1beta1NetworkPolicyEgressRule = V1beta1NetworkPolicyEgressRule {}
- data V1beta1NetworkPolicy = V1beta1NetworkPolicy {}
- data V1beta1MutatingWebhookConfigurationList = V1beta1MutatingWebhookConfigurationList {}
- data V1beta1MutatingWebhookConfiguration = V1beta1MutatingWebhookConfiguration {}
- data V1beta1MutatingWebhook = V1beta1MutatingWebhook {
- v1beta1MutatingWebhookAdmissionReviewVersions :: !(Maybe [Text])
- v1beta1MutatingWebhookClientConfig :: !AdmissionregistrationV1beta1WebhookClientConfig
- v1beta1MutatingWebhookFailurePolicy :: !(Maybe Text)
- v1beta1MutatingWebhookMatchPolicy :: !(Maybe Text)
- v1beta1MutatingWebhookName :: !Text
- v1beta1MutatingWebhookNamespaceSelector :: !(Maybe V1LabelSelector)
- v1beta1MutatingWebhookObjectSelector :: !(Maybe V1LabelSelector)
- v1beta1MutatingWebhookReinvocationPolicy :: !(Maybe Text)
- v1beta1MutatingWebhookRules :: !(Maybe [V1beta1RuleWithOperations])
- v1beta1MutatingWebhookSideEffects :: !(Maybe Text)
- v1beta1MutatingWebhookTimeoutSeconds :: !(Maybe Int)
- data V1beta1LocalSubjectAccessReview = V1beta1LocalSubjectAccessReview {
- v1beta1LocalSubjectAccessReviewApiVersion :: !(Maybe Text)
- v1beta1LocalSubjectAccessReviewKind :: !(Maybe Text)
- v1beta1LocalSubjectAccessReviewMetadata :: !(Maybe V1ObjectMeta)
- v1beta1LocalSubjectAccessReviewSpec :: !V1beta1SubjectAccessReviewSpec
- v1beta1LocalSubjectAccessReviewStatus :: !(Maybe V1beta1SubjectAccessReviewStatus)
- data V1beta1LeaseSpec = V1beta1LeaseSpec {}
- data V1beta1LeaseList = V1beta1LeaseList {}
- data V1beta1Lease = V1beta1Lease {}
- data V1beta1JobTemplateSpec = V1beta1JobTemplateSpec {}
- data V1beta1JSONSchemaProps = V1beta1JSONSchemaProps {
- v1beta1JSONSchemaPropsRef :: !(Maybe Text)
- v1beta1JSONSchemaPropsSchema :: !(Maybe Text)
- v1beta1JSONSchemaPropsAdditionalItems :: !(Maybe Value)
- v1beta1JSONSchemaPropsAdditionalProperties :: !(Maybe Value)
- v1beta1JSONSchemaPropsAllOf :: !(Maybe [V1beta1JSONSchemaProps])
- v1beta1JSONSchemaPropsAnyOf :: !(Maybe [V1beta1JSONSchemaProps])
- v1beta1JSONSchemaPropsDefault :: !(Maybe Value)
- v1beta1JSONSchemaPropsDefinitions :: !(Maybe (Map String V1beta1JSONSchemaProps))
- v1beta1JSONSchemaPropsDependencies :: !(Maybe (Map String Value))
- v1beta1JSONSchemaPropsDescription :: !(Maybe Text)
- v1beta1JSONSchemaPropsEnum :: !(Maybe [Value])
- v1beta1JSONSchemaPropsExample :: !(Maybe Value)
- v1beta1JSONSchemaPropsExclusiveMaximum :: !(Maybe Bool)
- v1beta1JSONSchemaPropsExclusiveMinimum :: !(Maybe Bool)
- v1beta1JSONSchemaPropsExternalDocs :: !(Maybe V1beta1ExternalDocumentation)
- v1beta1JSONSchemaPropsFormat :: !(Maybe Text)
- v1beta1JSONSchemaPropsId :: !(Maybe Text)
- v1beta1JSONSchemaPropsItems :: !(Maybe Value)
- v1beta1JSONSchemaPropsMaxItems :: !(Maybe Integer)
- v1beta1JSONSchemaPropsMaxLength :: !(Maybe Integer)
- v1beta1JSONSchemaPropsMaxProperties :: !(Maybe Integer)
- v1beta1JSONSchemaPropsMaximum :: !(Maybe Double)
- v1beta1JSONSchemaPropsMinItems :: !(Maybe Integer)
- v1beta1JSONSchemaPropsMinLength :: !(Maybe Integer)
- v1beta1JSONSchemaPropsMinProperties :: !(Maybe Integer)
- v1beta1JSONSchemaPropsMinimum :: !(Maybe Double)
- v1beta1JSONSchemaPropsMultipleOf :: !(Maybe Double)
- v1beta1JSONSchemaPropsNot :: !(Maybe V1beta1JSONSchemaProps)
- v1beta1JSONSchemaPropsNullable :: !(Maybe Bool)
- v1beta1JSONSchemaPropsOneOf :: !(Maybe [V1beta1JSONSchemaProps])
- v1beta1JSONSchemaPropsPattern :: !(Maybe Text)
- v1beta1JSONSchemaPropsPatternProperties :: !(Maybe (Map String V1beta1JSONSchemaProps))
- v1beta1JSONSchemaPropsProperties :: !(Maybe (Map String V1beta1JSONSchemaProps))
- v1beta1JSONSchemaPropsRequired :: !(Maybe [Text])
- v1beta1JSONSchemaPropsTitle :: !(Maybe Text)
- v1beta1JSONSchemaPropsType :: !(Maybe Text)
- v1beta1JSONSchemaPropsUniqueItems :: !(Maybe Bool)
- v1beta1JSONSchemaPropsXKubernetesEmbeddedResource :: !(Maybe Bool)
- v1beta1JSONSchemaPropsXKubernetesIntOrString :: !(Maybe Bool)
- v1beta1JSONSchemaPropsXKubernetesListMapKeys :: !(Maybe [Text])
- v1beta1JSONSchemaPropsXKubernetesListType :: !(Maybe Text)
- v1beta1JSONSchemaPropsXKubernetesPreserveUnknownFields :: !(Maybe Bool)
- data V1beta1IPBlock = V1beta1IPBlock {
- v1beta1IPBlockCidr :: !Text
- v1beta1IPBlockExcept :: !(Maybe [Text])
- data V1beta1ExternalDocumentation = V1beta1ExternalDocumentation {}
- data V1beta1Eviction = V1beta1Eviction {}
- data V1beta1EventSeries = V1beta1EventSeries {}
- data V1beta1EventList = V1beta1EventList {}
- data V1beta1Event = V1beta1Event {
- v1beta1EventAction :: !(Maybe Text)
- v1beta1EventApiVersion :: !(Maybe Text)
- v1beta1EventDeprecatedCount :: !(Maybe Int)
- v1beta1EventDeprecatedFirstTimestamp :: !(Maybe DateTime)
- v1beta1EventDeprecatedLastTimestamp :: !(Maybe DateTime)
- v1beta1EventDeprecatedSource :: !(Maybe V1EventSource)
- v1beta1EventEventTime :: !DateTime
- v1beta1EventKind :: !(Maybe Text)
- v1beta1EventMetadata :: !(Maybe V1ObjectMeta)
- v1beta1EventNote :: !(Maybe Text)
- v1beta1EventReason :: !(Maybe Text)
- v1beta1EventRegarding :: !(Maybe V1ObjectReference)
- v1beta1EventRelated :: !(Maybe V1ObjectReference)
- v1beta1EventReportingController :: !(Maybe Text)
- v1beta1EventReportingInstance :: !(Maybe Text)
- v1beta1EventSeries :: !(Maybe V1beta1EventSeries)
- v1beta1EventType :: !(Maybe Text)
- data V1beta1DaemonSetUpdateStrategy = V1beta1DaemonSetUpdateStrategy {}
- data V1beta1DaemonSetStatus = V1beta1DaemonSetStatus {
- v1beta1DaemonSetStatusCollisionCount :: !(Maybe Int)
- v1beta1DaemonSetStatusConditions :: !(Maybe [V1beta1DaemonSetCondition])
- v1beta1DaemonSetStatusCurrentNumberScheduled :: !Int
- v1beta1DaemonSetStatusDesiredNumberScheduled :: !Int
- v1beta1DaemonSetStatusNumberAvailable :: !(Maybe Int)
- v1beta1DaemonSetStatusNumberMisscheduled :: !Int
- v1beta1DaemonSetStatusNumberReady :: !Int
- v1beta1DaemonSetStatusNumberUnavailable :: !(Maybe Int)
- v1beta1DaemonSetStatusObservedGeneration :: !(Maybe Integer)
- v1beta1DaemonSetStatusUpdatedNumberScheduled :: !(Maybe Int)
- data V1beta1DaemonSetSpec = V1beta1DaemonSetSpec {
- v1beta1DaemonSetSpecMinReadySeconds :: !(Maybe Int)
- v1beta1DaemonSetSpecRevisionHistoryLimit :: !(Maybe Int)
- v1beta1DaemonSetSpecSelector :: !(Maybe V1LabelSelector)
- v1beta1DaemonSetSpecTemplate :: !V1PodTemplateSpec
- v1beta1DaemonSetSpecTemplateGeneration :: !(Maybe Integer)
- v1beta1DaemonSetSpecUpdateStrategy :: !(Maybe V1beta1DaemonSetUpdateStrategy)
- data V1beta1DaemonSetList = V1beta1DaemonSetList {}
- data V1beta1DaemonSetCondition = V1beta1DaemonSetCondition {}
- data V1beta1DaemonSet = V1beta1DaemonSet {}
- data V1beta1CustomResourceValidation = V1beta1CustomResourceValidation {}
- data V1beta1CustomResourceSubresources = V1beta1CustomResourceSubresources {}
- data V1beta1CustomResourceSubresourceScale = V1beta1CustomResourceSubresourceScale {}
- data V1beta1CustomResourceDefinitionVersion = V1beta1CustomResourceDefinitionVersion {
- v1beta1CustomResourceDefinitionVersionAdditionalPrinterColumns :: !(Maybe [V1beta1CustomResourceColumnDefinition])
- v1beta1CustomResourceDefinitionVersionName :: !Text
- v1beta1CustomResourceDefinitionVersionSchema :: !(Maybe V1beta1CustomResourceValidation)
- v1beta1CustomResourceDefinitionVersionServed :: !Bool
- v1beta1CustomResourceDefinitionVersionStorage :: !Bool
- v1beta1CustomResourceDefinitionVersionSubresources :: !(Maybe V1beta1CustomResourceSubresources)
- data V1beta1CustomResourceDefinitionStatus = V1beta1CustomResourceDefinitionStatus {}
- data V1beta1CustomResourceDefinitionSpec = V1beta1CustomResourceDefinitionSpec {
- v1beta1CustomResourceDefinitionSpecAdditionalPrinterColumns :: !(Maybe [V1beta1CustomResourceColumnDefinition])
- v1beta1CustomResourceDefinitionSpecConversion :: !(Maybe V1beta1CustomResourceConversion)
- v1beta1CustomResourceDefinitionSpecGroup :: !Text
- v1beta1CustomResourceDefinitionSpecNames :: !V1beta1CustomResourceDefinitionNames
- v1beta1CustomResourceDefinitionSpecPreserveUnknownFields :: !(Maybe Bool)
- v1beta1CustomResourceDefinitionSpecScope :: !Text
- v1beta1CustomResourceDefinitionSpecSubresources :: !(Maybe V1beta1CustomResourceSubresources)
- v1beta1CustomResourceDefinitionSpecValidation :: !(Maybe V1beta1CustomResourceValidation)
- v1beta1CustomResourceDefinitionSpecVersion :: !(Maybe Text)
- v1beta1CustomResourceDefinitionSpecVersions :: !(Maybe [V1beta1CustomResourceDefinitionVersion])
- data V1beta1CustomResourceDefinitionNames = V1beta1CustomResourceDefinitionNames {
- v1beta1CustomResourceDefinitionNamesCategories :: !(Maybe [Text])
- v1beta1CustomResourceDefinitionNamesKind :: !Text
- v1beta1CustomResourceDefinitionNamesListKind :: !(Maybe Text)
- v1beta1CustomResourceDefinitionNamesPlural :: !Text
- v1beta1CustomResourceDefinitionNamesShortNames :: !(Maybe [Text])
- v1beta1CustomResourceDefinitionNamesSingular :: !(Maybe Text)
- data V1beta1CustomResourceDefinitionList = V1beta1CustomResourceDefinitionList {}
- data V1beta1CustomResourceDefinitionCondition = V1beta1CustomResourceDefinitionCondition {
- v1beta1CustomResourceDefinitionConditionLastTransitionTime :: !(Maybe DateTime)
- v1beta1CustomResourceDefinitionConditionMessage :: !(Maybe Text)
- v1beta1CustomResourceDefinitionConditionReason :: !(Maybe Text)
- v1beta1CustomResourceDefinitionConditionStatus :: !Text
- v1beta1CustomResourceDefinitionConditionType :: !Text
- data V1beta1CustomResourceDefinition = V1beta1CustomResourceDefinition {
- v1beta1CustomResourceDefinitionApiVersion :: !(Maybe Text)
- v1beta1CustomResourceDefinitionKind :: !(Maybe Text)
- v1beta1CustomResourceDefinitionMetadata :: !(Maybe V1ObjectMeta)
- v1beta1CustomResourceDefinitionSpec :: !V1beta1CustomResourceDefinitionSpec
- v1beta1CustomResourceDefinitionStatus :: !(Maybe V1beta1CustomResourceDefinitionStatus)
- data V1beta1CustomResourceConversion = V1beta1CustomResourceConversion {}
- data V1beta1CustomResourceColumnDefinition = V1beta1CustomResourceColumnDefinition {
- v1beta1CustomResourceColumnDefinitionJsonPath :: !Text
- v1beta1CustomResourceColumnDefinitionDescription :: !(Maybe Text)
- v1beta1CustomResourceColumnDefinitionFormat :: !(Maybe Text)
- v1beta1CustomResourceColumnDefinitionName :: !Text
- v1beta1CustomResourceColumnDefinitionPriority :: !(Maybe Int)
- v1beta1CustomResourceColumnDefinitionType :: !Text
- data V1beta1CronJobStatus = V1beta1CronJobStatus {}
- data V1beta1CronJobSpec = V1beta1CronJobSpec {
- v1beta1CronJobSpecConcurrencyPolicy :: !(Maybe Text)
- v1beta1CronJobSpecFailedJobsHistoryLimit :: !(Maybe Int)
- v1beta1CronJobSpecJobTemplate :: !V1beta1JobTemplateSpec
- v1beta1CronJobSpecSchedule :: !Text
- v1beta1CronJobSpecStartingDeadlineSeconds :: !(Maybe Integer)
- v1beta1CronJobSpecSuccessfulJobsHistoryLimit :: !(Maybe Int)
- v1beta1CronJobSpecSuspend :: !(Maybe Bool)
- data V1beta1CronJobList = V1beta1CronJobList {}
- data V1beta1CronJob = V1beta1CronJob {}
- data V1beta1ControllerRevisionList = V1beta1ControllerRevisionList {}
- data V1beta1ControllerRevision = V1beta1ControllerRevision {}
- data V1beta1ClusterRoleList = V1beta1ClusterRoleList {}
- data V1beta1ClusterRoleBindingList = V1beta1ClusterRoleBindingList {}
- data V1beta1ClusterRoleBinding = V1beta1ClusterRoleBinding {}
- data V1beta1ClusterRole = V1beta1ClusterRole {}
- data V1beta1CertificateSigningRequestStatus = V1beta1CertificateSigningRequestStatus {}
- data V1beta1CertificateSigningRequestSpec = V1beta1CertificateSigningRequestSpec {
- v1beta1CertificateSigningRequestSpecExtra :: !(Maybe (Map String [Text]))
- v1beta1CertificateSigningRequestSpecGroups :: !(Maybe [Text])
- v1beta1CertificateSigningRequestSpecRequest :: !ByteArray
- v1beta1CertificateSigningRequestSpecUid :: !(Maybe Text)
- v1beta1CertificateSigningRequestSpecUsages :: !(Maybe [Text])
- v1beta1CertificateSigningRequestSpecUsername :: !(Maybe Text)
- data V1beta1CertificateSigningRequestList = V1beta1CertificateSigningRequestList {}
- data V1beta1CertificateSigningRequestCondition = V1beta1CertificateSigningRequestCondition {}
- data V1beta1CertificateSigningRequest = V1beta1CertificateSigningRequest {
- v1beta1CertificateSigningRequestApiVersion :: !(Maybe Text)
- v1beta1CertificateSigningRequestKind :: !(Maybe Text)
- v1beta1CertificateSigningRequestMetadata :: !(Maybe V1ObjectMeta)
- v1beta1CertificateSigningRequestSpec :: !(Maybe V1beta1CertificateSigningRequestSpec)
- v1beta1CertificateSigningRequestStatus :: !(Maybe V1beta1CertificateSigningRequestStatus)
- data V1beta1CSINodeSpec = V1beta1CSINodeSpec {}
- data V1beta1CSINodeList = V1beta1CSINodeList {}
- data V1beta1CSINodeDriver = V1beta1CSINodeDriver {}
- data V1beta1CSINode = V1beta1CSINode {}
- data V1beta1CSIDriverSpec = V1beta1CSIDriverSpec {}
- data V1beta1CSIDriverList = V1beta1CSIDriverList {}
- data V1beta1CSIDriver = V1beta1CSIDriver {}
- data V1beta1AggregationRule = V1beta1AggregationRule {}
- data V1beta1APIServiceStatus = V1beta1APIServiceStatus {}
- data V1beta1APIServiceSpec = V1beta1APIServiceSpec {
- v1beta1APIServiceSpecCaBundle :: !(Maybe ByteArray)
- v1beta1APIServiceSpecGroup :: !(Maybe Text)
- v1beta1APIServiceSpecGroupPriorityMinimum :: !Int
- v1beta1APIServiceSpecInsecureSkipTlsVerify :: !(Maybe Bool)
- v1beta1APIServiceSpecService :: !ApiregistrationV1beta1ServiceReference
- v1beta1APIServiceSpecVersion :: !(Maybe Text)
- v1beta1APIServiceSpecVersionPriority :: !Int
- data V1beta1APIServiceList = V1beta1APIServiceList {}
- data V1beta1APIServiceCondition = V1beta1APIServiceCondition {}
- data V1beta1APIService = V1beta1APIService {}
- data V1alpha1WebhookThrottleConfig = V1alpha1WebhookThrottleConfig {}
- data V1alpha1WebhookClientConfig = V1alpha1WebhookClientConfig {}
- data V1alpha1Webhook = V1alpha1Webhook {}
- data V1alpha1VolumeError = V1alpha1VolumeError {}
- data V1alpha1VolumeAttachmentStatus = V1alpha1VolumeAttachmentStatus {}
- data V1alpha1VolumeAttachmentSpec = V1alpha1VolumeAttachmentSpec {}
- data V1alpha1VolumeAttachmentSource = V1alpha1VolumeAttachmentSource {}
- data V1alpha1VolumeAttachmentList = V1alpha1VolumeAttachmentList {}
- data V1alpha1VolumeAttachment = V1alpha1VolumeAttachment {}
- data V1alpha1Subject = V1alpha1Subject {}
- data V1alpha1ServiceReference = V1alpha1ServiceReference {}
- data V1alpha1Scheduling = V1alpha1Scheduling {}
- data V1alpha1RuntimeClassSpec = V1alpha1RuntimeClassSpec {}
- data V1alpha1RuntimeClassList = V1alpha1RuntimeClassList {}
- data V1alpha1RuntimeClass = V1alpha1RuntimeClass {}
- data V1alpha1RoleRef = V1alpha1RoleRef {}
- data V1alpha1RoleList = V1alpha1RoleList {}
- data V1alpha1RoleBindingList = V1alpha1RoleBindingList {}
- data V1alpha1RoleBinding = V1alpha1RoleBinding {}
- data V1alpha1Role = V1alpha1Role {
- v1alpha1RoleApiVersion :: !(Maybe Text)
- v1alpha1RoleKind :: !(Maybe Text)
- v1alpha1RoleMetadata :: !(Maybe V1ObjectMeta)
- v1alpha1RoleRules :: !(Maybe [V1alpha1PolicyRule])
- data V1alpha1PriorityClassList = V1alpha1PriorityClassList {}
- data V1alpha1PriorityClass = V1alpha1PriorityClass {
- v1alpha1PriorityClassApiVersion :: !(Maybe Text)
- v1alpha1PriorityClassDescription :: !(Maybe Text)
- v1alpha1PriorityClassGlobalDefault :: !(Maybe Bool)
- v1alpha1PriorityClassKind :: !(Maybe Text)
- v1alpha1PriorityClassMetadata :: !(Maybe V1ObjectMeta)
- v1alpha1PriorityClassPreemptionPolicy :: !(Maybe Text)
- v1alpha1PriorityClassValue :: !Int
- data V1alpha1PolicyRule = V1alpha1PolicyRule {
- v1alpha1PolicyRuleApiGroups :: !(Maybe [Text])
- v1alpha1PolicyRuleNonResourceUrLs :: !(Maybe [Text])
- v1alpha1PolicyRuleResourceNames :: !(Maybe [Text])
- v1alpha1PolicyRuleResources :: !(Maybe [Text])
- v1alpha1PolicyRuleVerbs :: ![Text]
- data V1alpha1Policy = V1alpha1Policy {
- v1alpha1PolicyLevel :: !Text
- v1alpha1PolicyStages :: !(Maybe [Text])
- data V1alpha1PodPresetSpec = V1alpha1PodPresetSpec {}
- data V1alpha1PodPresetList = V1alpha1PodPresetList {}
- data V1alpha1PodPreset = V1alpha1PodPreset {}
- data V1alpha1Overhead = V1alpha1Overhead {
- v1alpha1OverheadPodFixed :: !(Maybe (Map String Quantity))
- data V1alpha1EndpointSliceList = V1alpha1EndpointSliceList {}
- data V1alpha1EndpointSlice = V1alpha1EndpointSlice {
- v1alpha1EndpointSliceAddressType :: !(Maybe Text)
- v1alpha1EndpointSliceApiVersion :: !(Maybe Text)
- v1alpha1EndpointSliceEndpoints :: ![V1alpha1Endpoint]
- v1alpha1EndpointSliceKind :: !(Maybe Text)
- v1alpha1EndpointSliceMetadata :: !(Maybe V1ObjectMeta)
- v1alpha1EndpointSlicePorts :: !(Maybe [V1alpha1EndpointPort])
- data V1alpha1EndpointPort = V1alpha1EndpointPort {}
- data V1alpha1EndpointConditions = V1alpha1EndpointConditions {}
- data V1alpha1Endpoint = V1alpha1Endpoint {}
- data V1alpha1ClusterRoleList = V1alpha1ClusterRoleList {}
- data V1alpha1ClusterRoleBindingList = V1alpha1ClusterRoleBindingList {}
- data V1alpha1ClusterRoleBinding = V1alpha1ClusterRoleBinding {}
- data V1alpha1ClusterRole = V1alpha1ClusterRole {}
- data V1alpha1AuditSinkSpec = V1alpha1AuditSinkSpec {}
- data V1alpha1AuditSinkList = V1alpha1AuditSinkList {}
- data V1alpha1AuditSink = V1alpha1AuditSink {}
- data V1alpha1AggregationRule = V1alpha1AggregationRule {}
- data V1WindowsSecurityContextOptions = V1WindowsSecurityContextOptions {}
- data V1WeightedPodAffinityTerm = V1WeightedPodAffinityTerm {}
- data V1WebhookConversion = V1WebhookConversion {}
- data V1WatchEvent = V1WatchEvent {}
- data V1VsphereVirtualDiskVolumeSource = V1VsphereVirtualDiskVolumeSource {}
- data V1VolumeProjection = V1VolumeProjection {}
- data V1VolumeNodeAffinity = V1VolumeNodeAffinity {}
- data V1VolumeMount = V1VolumeMount {}
- data V1VolumeError = V1VolumeError {
- v1VolumeErrorMessage :: !(Maybe Text)
- v1VolumeErrorTime :: !(Maybe DateTime)
- data V1VolumeDevice = V1VolumeDevice {}
- data V1VolumeAttachmentStatus = V1VolumeAttachmentStatus {}
- data V1VolumeAttachmentSpec = V1VolumeAttachmentSpec {}
- data V1VolumeAttachmentSource = V1VolumeAttachmentSource {}
- data V1VolumeAttachmentList = V1VolumeAttachmentList {}
- data V1VolumeAttachment = V1VolumeAttachment {}
- data V1Volume = V1Volume {
- v1VolumeAwsElasticBlockStore :: !(Maybe V1AWSElasticBlockStoreVolumeSource)
- v1VolumeAzureDisk :: !(Maybe V1AzureDiskVolumeSource)
- v1VolumeAzureFile :: !(Maybe V1AzureFileVolumeSource)
- v1VolumeCephfs :: !(Maybe V1CephFSVolumeSource)
- v1VolumeCinder :: !(Maybe V1CinderVolumeSource)
- v1VolumeConfigMap :: !(Maybe V1ConfigMapVolumeSource)
- v1VolumeCsi :: !(Maybe V1CSIVolumeSource)
- v1VolumeDownwardApi :: !(Maybe V1DownwardAPIVolumeSource)
- v1VolumeEmptyDir :: !(Maybe V1EmptyDirVolumeSource)
- v1VolumeFc :: !(Maybe V1FCVolumeSource)
- v1VolumeFlexVolume :: !(Maybe V1FlexVolumeSource)
- v1VolumeFlocker :: !(Maybe V1FlockerVolumeSource)
- v1VolumeGcePersistentDisk :: !(Maybe V1GCEPersistentDiskVolumeSource)
- v1VolumeGitRepo :: !(Maybe V1GitRepoVolumeSource)
- v1VolumeGlusterfs :: !(Maybe V1GlusterfsVolumeSource)
- v1VolumeHostPath :: !(Maybe V1HostPathVolumeSource)
- v1VolumeIscsi :: !(Maybe V1ISCSIVolumeSource)
- v1VolumeName :: !Text
- v1VolumeNfs :: !(Maybe V1NFSVolumeSource)
- v1VolumePersistentVolumeClaim :: !(Maybe V1PersistentVolumeClaimVolumeSource)
- v1VolumePhotonPersistentDisk :: !(Maybe V1PhotonPersistentDiskVolumeSource)
- v1VolumePortworxVolume :: !(Maybe V1PortworxVolumeSource)
- v1VolumeProjected :: !(Maybe V1ProjectedVolumeSource)
- v1VolumeQuobyte :: !(Maybe V1QuobyteVolumeSource)
- v1VolumeRbd :: !(Maybe V1RBDVolumeSource)
- v1VolumeScaleIo :: !(Maybe V1ScaleIOVolumeSource)
- v1VolumeSecret :: !(Maybe V1SecretVolumeSource)
- v1VolumeStorageos :: !(Maybe V1StorageOSVolumeSource)
- v1VolumeVsphereVolume :: !(Maybe V1VsphereVirtualDiskVolumeSource)
- data V1ValidatingWebhookConfigurationList = V1ValidatingWebhookConfigurationList {}
- data V1ValidatingWebhookConfiguration = V1ValidatingWebhookConfiguration {}
- data V1ValidatingWebhook = V1ValidatingWebhook {
- v1ValidatingWebhookAdmissionReviewVersions :: ![Text]
- v1ValidatingWebhookClientConfig :: !AdmissionregistrationV1WebhookClientConfig
- v1ValidatingWebhookFailurePolicy :: !(Maybe Text)
- v1ValidatingWebhookMatchPolicy :: !(Maybe Text)
- v1ValidatingWebhookName :: !Text
- v1ValidatingWebhookNamespaceSelector :: !(Maybe V1LabelSelector)
- v1ValidatingWebhookObjectSelector :: !(Maybe V1LabelSelector)
- v1ValidatingWebhookRules :: !(Maybe [V1RuleWithOperations])
- v1ValidatingWebhookSideEffects :: !Text
- v1ValidatingWebhookTimeoutSeconds :: !(Maybe Int)
- data V1UserInfo = V1UserInfo {
- v1UserInfoExtra :: !(Maybe (Map String [Text]))
- v1UserInfoGroups :: !(Maybe [Text])
- v1UserInfoUid :: !(Maybe Text)
- v1UserInfoUsername :: !(Maybe Text)
- data V1TypedLocalObjectReference = V1TypedLocalObjectReference {}
- data V1TopologySpreadConstraint = V1TopologySpreadConstraint {}
- data V1TopologySelectorTerm = V1TopologySelectorTerm {}
- data V1TopologySelectorLabelRequirement = V1TopologySelectorLabelRequirement {}
- data V1Toleration = V1Toleration {
- v1TolerationEffect :: !(Maybe Text)
- v1TolerationKey :: !(Maybe Text)
- v1TolerationOperator :: !(Maybe Text)
- v1TolerationTolerationSeconds :: !(Maybe Integer)
- v1TolerationValue :: !(Maybe Text)
- data V1TokenReviewStatus = V1TokenReviewStatus {}
- data V1TokenReviewSpec = V1TokenReviewSpec {
- v1TokenReviewSpecAudiences :: !(Maybe [Text])
- v1TokenReviewSpecToken :: !(Maybe Text)
- data V1TokenReview = V1TokenReview {}
- data V1TokenRequestStatus = V1TokenRequestStatus {}
- data V1TokenRequestSpec = V1TokenRequestSpec {}
- data V1TokenRequest = V1TokenRequest {}
- data V1Taint = V1Taint {
- v1TaintEffect :: !Text
- v1TaintKey :: !Text
- v1TaintTimeAdded :: !(Maybe DateTime)
- v1TaintValue :: !(Maybe Text)
- data V1TCPSocketAction = V1TCPSocketAction {}
- data V1Sysctl = V1Sysctl {
- v1SysctlName :: !Text
- v1SysctlValue :: !Text
- data V1SubjectRulesReviewStatus = V1SubjectRulesReviewStatus {}
- data V1SubjectAccessReviewStatus = V1SubjectAccessReviewStatus {}
- data V1SubjectAccessReviewSpec = V1SubjectAccessReviewSpec {
- v1SubjectAccessReviewSpecExtra :: !(Maybe (Map String [Text]))
- v1SubjectAccessReviewSpecGroups :: !(Maybe [Text])
- v1SubjectAccessReviewSpecNonResourceAttributes :: !(Maybe V1NonResourceAttributes)
- v1SubjectAccessReviewSpecResourceAttributes :: !(Maybe V1ResourceAttributes)
- v1SubjectAccessReviewSpecUid :: !(Maybe Text)
- v1SubjectAccessReviewSpecUser :: !(Maybe Text)
- data V1SubjectAccessReview = V1SubjectAccessReview {}
- data V1Subject = V1Subject {
- v1SubjectApiGroup :: !(Maybe Text)
- v1SubjectKind :: !Text
- v1SubjectName :: !Text
- v1SubjectNamespace :: !(Maybe Text)
- data V1StorageOSVolumeSource = V1StorageOSVolumeSource {}
- data V1StorageOSPersistentVolumeSource = V1StorageOSPersistentVolumeSource {
- v1StorageOSPersistentVolumeSourceFsType :: !(Maybe Text)
- v1StorageOSPersistentVolumeSourceReadOnly :: !(Maybe Bool)
- v1StorageOSPersistentVolumeSourceSecretRef :: !(Maybe V1ObjectReference)
- v1StorageOSPersistentVolumeSourceVolumeName :: !(Maybe Text)
- v1StorageOSPersistentVolumeSourceVolumeNamespace :: !(Maybe Text)
- data V1StorageClassList = V1StorageClassList {}
- data V1StorageClass = V1StorageClass {
- v1StorageClassAllowVolumeExpansion :: !(Maybe Bool)
- v1StorageClassAllowedTopologies :: !(Maybe [V1TopologySelectorTerm])
- v1StorageClassApiVersion :: !(Maybe Text)
- v1StorageClassKind :: !(Maybe Text)
- v1StorageClassMetadata :: !(Maybe V1ObjectMeta)
- v1StorageClassMountOptions :: !(Maybe [Text])
- v1StorageClassParameters :: !(Maybe (Map String Text))
- v1StorageClassProvisioner :: !Text
- v1StorageClassReclaimPolicy :: !(Maybe Text)
- v1StorageClassVolumeBindingMode :: !(Maybe Text)
- data V1StatusDetails = V1StatusDetails {
- v1StatusDetailsCauses :: !(Maybe [V1StatusCause])
- v1StatusDetailsGroup :: !(Maybe Text)
- v1StatusDetailsKind :: !(Maybe Text)
- v1StatusDetailsName :: !(Maybe Text)
- v1StatusDetailsRetryAfterSeconds :: !(Maybe Int)
- v1StatusDetailsUid :: !(Maybe Text)
- data V1StatusCause = V1StatusCause {
- v1StatusCauseField :: !(Maybe Text)
- v1StatusCauseMessage :: !(Maybe Text)
- v1StatusCauseReason :: !(Maybe Text)
- data V1Status = V1Status {
- v1StatusApiVersion :: !(Maybe Text)
- v1StatusCode :: !(Maybe Int)
- v1StatusDetails :: !(Maybe V1StatusDetails)
- v1StatusKind :: !(Maybe Text)
- v1StatusMessage :: !(Maybe Text)
- v1StatusMetadata :: !(Maybe V1ListMeta)
- v1StatusReason :: !(Maybe Text)
- v1StatusStatus :: !(Maybe Text)
- data V1StatefulSetUpdateStrategy = V1StatefulSetUpdateStrategy {}
- data V1StatefulSetStatus = V1StatefulSetStatus {
- v1StatefulSetStatusCollisionCount :: !(Maybe Int)
- v1StatefulSetStatusConditions :: !(Maybe [V1StatefulSetCondition])
- v1StatefulSetStatusCurrentReplicas :: !(Maybe Int)
- v1StatefulSetStatusCurrentRevision :: !(Maybe Text)
- v1StatefulSetStatusObservedGeneration :: !(Maybe Integer)
- v1StatefulSetStatusReadyReplicas :: !(Maybe Int)
- v1StatefulSetStatusReplicas :: !Int
- v1StatefulSetStatusUpdateRevision :: !(Maybe Text)
- v1StatefulSetStatusUpdatedReplicas :: !(Maybe Int)
- data V1StatefulSetSpec = V1StatefulSetSpec {
- v1StatefulSetSpecPodManagementPolicy :: !(Maybe Text)
- v1StatefulSetSpecReplicas :: !(Maybe Int)
- v1StatefulSetSpecRevisionHistoryLimit :: !(Maybe Int)
- v1StatefulSetSpecSelector :: !V1LabelSelector
- v1StatefulSetSpecServiceName :: !Text
- v1StatefulSetSpecTemplate :: !V1PodTemplateSpec
- v1StatefulSetSpecUpdateStrategy :: !(Maybe V1StatefulSetUpdateStrategy)
- v1StatefulSetSpecVolumeClaimTemplates :: !(Maybe [V1PersistentVolumeClaim])
- data V1StatefulSetList = V1StatefulSetList {}
- data V1StatefulSetCondition = V1StatefulSetCondition {}
- data V1StatefulSet = V1StatefulSet {}
- data V1SessionAffinityConfig = V1SessionAffinityConfig {}
- data V1ServiceStatus = V1ServiceStatus {}
- data V1ServiceSpec = V1ServiceSpec {
- v1ServiceSpecClusterIp :: !(Maybe Text)
- v1ServiceSpecExternalIPs :: !(Maybe [Text])
- v1ServiceSpecExternalName :: !(Maybe Text)
- v1ServiceSpecExternalTrafficPolicy :: !(Maybe Text)
- v1ServiceSpecHealthCheckNodePort :: !(Maybe Int)
- v1ServiceSpecIpFamily :: !(Maybe Text)
- v1ServiceSpecLoadBalancerIp :: !(Maybe Text)
- v1ServiceSpecLoadBalancerSourceRanges :: !(Maybe [Text])
- v1ServiceSpecPorts :: !(Maybe [V1ServicePort])
- v1ServiceSpecPublishNotReadyAddresses :: !(Maybe Bool)
- v1ServiceSpecSelector :: !(Maybe (Map String Text))
- v1ServiceSpecSessionAffinity :: !(Maybe Text)
- v1ServiceSpecSessionAffinityConfig :: !(Maybe V1SessionAffinityConfig)
- v1ServiceSpecType :: !(Maybe Text)
- data V1ServicePort = V1ServicePort {
- v1ServicePortName :: !(Maybe Text)
- v1ServicePortNodePort :: !(Maybe Int)
- v1ServicePortPort :: !Int
- v1ServicePortProtocol :: !(Maybe Text)
- v1ServicePortTargetPort :: !(Maybe IntOrString)
- data V1ServiceList = V1ServiceList {
- v1ServiceListApiVersion :: !(Maybe Text)
- v1ServiceListItems :: ![V1Service]
- v1ServiceListKind :: !(Maybe Text)
- v1ServiceListMetadata :: !(Maybe V1ListMeta)
- data V1ServiceAccountTokenProjection = V1ServiceAccountTokenProjection {}
- data V1ServiceAccountList = V1ServiceAccountList {}
- data V1ServiceAccount = V1ServiceAccount {
- v1ServiceAccountApiVersion :: !(Maybe Text)
- v1ServiceAccountAutomountServiceAccountToken :: !(Maybe Bool)
- v1ServiceAccountImagePullSecrets :: !(Maybe [V1LocalObjectReference])
- v1ServiceAccountKind :: !(Maybe Text)
- v1ServiceAccountMetadata :: !(Maybe V1ObjectMeta)
- v1ServiceAccountSecrets :: !(Maybe [V1ObjectReference])
- data V1Service = V1Service {
- v1ServiceApiVersion :: !(Maybe Text)
- v1ServiceKind :: !(Maybe Text)
- v1ServiceMetadata :: !(Maybe V1ObjectMeta)
- v1ServiceSpec :: !(Maybe V1ServiceSpec)
- v1ServiceStatus :: !(Maybe V1ServiceStatus)
- data V1ServerAddressByClientCIDR = V1ServerAddressByClientCIDR {}
- data V1SelfSubjectRulesReviewSpec = V1SelfSubjectRulesReviewSpec {}
- data V1SelfSubjectRulesReview = V1SelfSubjectRulesReview {}
- data V1SelfSubjectAccessReviewSpec = V1SelfSubjectAccessReviewSpec {}
- data V1SelfSubjectAccessReview = V1SelfSubjectAccessReview {}
- data V1SecurityContext = V1SecurityContext {
- v1SecurityContextAllowPrivilegeEscalation :: !(Maybe Bool)
- v1SecurityContextCapabilities :: !(Maybe V1Capabilities)
- v1SecurityContextPrivileged :: !(Maybe Bool)
- v1SecurityContextProcMount :: !(Maybe Text)
- v1SecurityContextReadOnlyRootFilesystem :: !(Maybe Bool)
- v1SecurityContextRunAsGroup :: !(Maybe Integer)
- v1SecurityContextRunAsNonRoot :: !(Maybe Bool)
- v1SecurityContextRunAsUser :: !(Maybe Integer)
- v1SecurityContextSeLinuxOptions :: !(Maybe V1SELinuxOptions)
- v1SecurityContextWindowsOptions :: !(Maybe V1WindowsSecurityContextOptions)
- data V1SecretVolumeSource = V1SecretVolumeSource {}
- data V1SecretReference = V1SecretReference {}
- data V1SecretProjection = V1SecretProjection {}
- data V1SecretList = V1SecretList {
- v1SecretListApiVersion :: !(Maybe Text)
- v1SecretListItems :: ![V1Secret]
- v1SecretListKind :: !(Maybe Text)
- v1SecretListMetadata :: !(Maybe V1ListMeta)
- data V1SecretKeySelector = V1SecretKeySelector {}
- data V1SecretEnvSource = V1SecretEnvSource {
- v1SecretEnvSourceName :: !(Maybe Text)
- v1SecretEnvSourceOptional :: !(Maybe Bool)
- data V1Secret = V1Secret {
- v1SecretApiVersion :: !(Maybe Text)
- v1SecretData :: !(Maybe (Map String ByteArray))
- v1SecretKind :: !(Maybe Text)
- v1SecretMetadata :: !(Maybe V1ObjectMeta)
- v1SecretStringData :: !(Maybe (Map String Text))
- v1SecretType :: !(Maybe Text)
- data V1ScopedResourceSelectorRequirement = V1ScopedResourceSelectorRequirement {}
- data V1ScopeSelector = V1ScopeSelector {}
- data V1ScaleStatus = V1ScaleStatus {}
- data V1ScaleSpec = V1ScaleSpec {
- v1ScaleSpecReplicas :: !(Maybe Int)
- data V1ScaleIOVolumeSource = V1ScaleIOVolumeSource {
- v1ScaleIOVolumeSourceFsType :: !(Maybe Text)
- v1ScaleIOVolumeSourceGateway :: !Text
- v1ScaleIOVolumeSourceProtectionDomain :: !(Maybe Text)
- v1ScaleIOVolumeSourceReadOnly :: !(Maybe Bool)
- v1ScaleIOVolumeSourceSecretRef :: !V1LocalObjectReference
- v1ScaleIOVolumeSourceSslEnabled :: !(Maybe Bool)
- v1ScaleIOVolumeSourceStorageMode :: !(Maybe Text)
- v1ScaleIOVolumeSourceStoragePool :: !(Maybe Text)
- v1ScaleIOVolumeSourceSystem :: !Text
- v1ScaleIOVolumeSourceVolumeName :: !(Maybe Text)
- data V1ScaleIOPersistentVolumeSource = V1ScaleIOPersistentVolumeSource {
- v1ScaleIOPersistentVolumeSourceFsType :: !(Maybe Text)
- v1ScaleIOPersistentVolumeSourceGateway :: !Text
- v1ScaleIOPersistentVolumeSourceProtectionDomain :: !(Maybe Text)
- v1ScaleIOPersistentVolumeSourceReadOnly :: !(Maybe Bool)
- v1ScaleIOPersistentVolumeSourceSecretRef :: !V1SecretReference
- v1ScaleIOPersistentVolumeSourceSslEnabled :: !(Maybe Bool)
- v1ScaleIOPersistentVolumeSourceStorageMode :: !(Maybe Text)
- v1ScaleIOPersistentVolumeSourceStoragePool :: !(Maybe Text)
- v1ScaleIOPersistentVolumeSourceSystem :: !Text
- v1ScaleIOPersistentVolumeSourceVolumeName :: !(Maybe Text)
- data V1Scale = V1Scale {
- v1ScaleApiVersion :: !(Maybe Text)
- v1ScaleKind :: !(Maybe Text)
- v1ScaleMetadata :: !(Maybe V1ObjectMeta)
- v1ScaleSpec :: !(Maybe V1ScaleSpec)
- v1ScaleStatus :: !(Maybe V1ScaleStatus)
- data V1SELinuxOptions = V1SELinuxOptions {
- v1SELinuxOptionsLevel :: !(Maybe Text)
- v1SELinuxOptionsRole :: !(Maybe Text)
- v1SELinuxOptionsType :: !(Maybe Text)
- v1SELinuxOptionsUser :: !(Maybe Text)
- data V1RuleWithOperations = V1RuleWithOperations {
- v1RuleWithOperationsApiGroups :: !(Maybe [Text])
- v1RuleWithOperationsApiVersions :: !(Maybe [Text])
- v1RuleWithOperationsOperations :: !(Maybe [Text])
- v1RuleWithOperationsResources :: !(Maybe [Text])
- v1RuleWithOperationsScope :: !(Maybe Text)
- data V1RollingUpdateStatefulSetStrategy = V1RollingUpdateStatefulSetStrategy {}
- data V1RollingUpdateDeployment = V1RollingUpdateDeployment {}
- data V1RollingUpdateDaemonSet = V1RollingUpdateDaemonSet {}
- data V1RoleRef = V1RoleRef {
- v1RoleRefApiGroup :: !Text
- v1RoleRefKind :: !Text
- v1RoleRefName :: !Text
- data V1RoleList = V1RoleList {
- v1RoleListApiVersion :: !(Maybe Text)
- v1RoleListItems :: ![V1Role]
- v1RoleListKind :: !(Maybe Text)
- v1RoleListMetadata :: !(Maybe V1ListMeta)
- data V1RoleBindingList = V1RoleBindingList {}
- data V1RoleBinding = V1RoleBinding {}
- data V1Role = V1Role {
- v1RoleApiVersion :: !(Maybe Text)
- v1RoleKind :: !(Maybe Text)
- v1RoleMetadata :: !(Maybe V1ObjectMeta)
- v1RoleRules :: !(Maybe [V1PolicyRule])
- data V1ResourceRule = V1ResourceRule {
- v1ResourceRuleApiGroups :: !(Maybe [Text])
- v1ResourceRuleResourceNames :: !(Maybe [Text])
- v1ResourceRuleResources :: !(Maybe [Text])
- v1ResourceRuleVerbs :: ![Text]
- data V1ResourceRequirements = V1ResourceRequirements {}
- data V1ResourceQuotaStatus = V1ResourceQuotaStatus {
- v1ResourceQuotaStatusHard :: !(Maybe (Map String Quantity))
- v1ResourceQuotaStatusUsed :: !(Maybe (Map String Quantity))
- data V1ResourceQuotaSpec = V1ResourceQuotaSpec {}
- data V1ResourceQuotaList = V1ResourceQuotaList {}
- data V1ResourceQuota = V1ResourceQuota {}
- data V1ResourceFieldSelector = V1ResourceFieldSelector {}
- data V1ResourceAttributes = V1ResourceAttributes {
- v1ResourceAttributesGroup :: !(Maybe Text)
- v1ResourceAttributesName :: !(Maybe Text)
- v1ResourceAttributesNamespace :: !(Maybe Text)
- v1ResourceAttributesResource :: !(Maybe Text)
- v1ResourceAttributesSubresource :: !(Maybe Text)
- v1ResourceAttributesVerb :: !(Maybe Text)
- v1ResourceAttributesVersion :: !(Maybe Text)
- data V1ReplicationControllerStatus = V1ReplicationControllerStatus {
- v1ReplicationControllerStatusAvailableReplicas :: !(Maybe Int)
- v1ReplicationControllerStatusConditions :: !(Maybe [V1ReplicationControllerCondition])
- v1ReplicationControllerStatusFullyLabeledReplicas :: !(Maybe Int)
- v1ReplicationControllerStatusObservedGeneration :: !(Maybe Integer)
- v1ReplicationControllerStatusReadyReplicas :: !(Maybe Int)
- v1ReplicationControllerStatusReplicas :: !Int
- data V1ReplicationControllerSpec = V1ReplicationControllerSpec {}
- data V1ReplicationControllerList = V1ReplicationControllerList {}
- data V1ReplicationControllerCondition = V1ReplicationControllerCondition {}
- data V1ReplicationController = V1ReplicationController {}
- data V1ReplicaSetStatus = V1ReplicaSetStatus {
- v1ReplicaSetStatusAvailableReplicas :: !(Maybe Int)
- v1ReplicaSetStatusConditions :: !(Maybe [V1ReplicaSetCondition])
- v1ReplicaSetStatusFullyLabeledReplicas :: !(Maybe Int)
- v1ReplicaSetStatusObservedGeneration :: !(Maybe Integer)
- v1ReplicaSetStatusReadyReplicas :: !(Maybe Int)
- v1ReplicaSetStatusReplicas :: !Int
- data V1ReplicaSetSpec = V1ReplicaSetSpec {}
- data V1ReplicaSetList = V1ReplicaSetList {}
- data V1ReplicaSetCondition = V1ReplicaSetCondition {}
- data V1ReplicaSet = V1ReplicaSet {}
- data V1RBDVolumeSource = V1RBDVolumeSource {
- v1RBDVolumeSourceFsType :: !(Maybe Text)
- v1RBDVolumeSourceImage :: !Text
- v1RBDVolumeSourceKeyring :: !(Maybe Text)
- v1RBDVolumeSourceMonitors :: ![Text]
- v1RBDVolumeSourcePool :: !(Maybe Text)
- v1RBDVolumeSourceReadOnly :: !(Maybe Bool)
- v1RBDVolumeSourceSecretRef :: !(Maybe V1LocalObjectReference)
- v1RBDVolumeSourceUser :: !(Maybe Text)
- data V1RBDPersistentVolumeSource = V1RBDPersistentVolumeSource {
- v1RBDPersistentVolumeSourceFsType :: !(Maybe Text)
- v1RBDPersistentVolumeSourceImage :: !Text
- v1RBDPersistentVolumeSourceKeyring :: !(Maybe Text)
- v1RBDPersistentVolumeSourceMonitors :: ![Text]
- v1RBDPersistentVolumeSourcePool :: !(Maybe Text)
- v1RBDPersistentVolumeSourceReadOnly :: !(Maybe Bool)
- v1RBDPersistentVolumeSourceSecretRef :: !(Maybe V1SecretReference)
- v1RBDPersistentVolumeSourceUser :: !(Maybe Text)
- data V1QuobyteVolumeSource = V1QuobyteVolumeSource {}
- data V1ProjectedVolumeSource = V1ProjectedVolumeSource {}
- data V1Probe = V1Probe {
- v1ProbeExec :: !(Maybe V1ExecAction)
- v1ProbeFailureThreshold :: !(Maybe Int)
- v1ProbeHttpGet :: !(Maybe V1HTTPGetAction)
- v1ProbeInitialDelaySeconds :: !(Maybe Int)
- v1ProbePeriodSeconds :: !(Maybe Int)
- v1ProbeSuccessThreshold :: !(Maybe Int)
- v1ProbeTcpSocket :: !(Maybe V1TCPSocketAction)
- v1ProbeTimeoutSeconds :: !(Maybe Int)
- data V1PriorityClassList = V1PriorityClassList {}
- data V1PriorityClass = V1PriorityClass {}
- data V1PreferredSchedulingTerm = V1PreferredSchedulingTerm {}
- data V1Preconditions = V1Preconditions {}
- data V1PortworxVolumeSource = V1PortworxVolumeSource {}
- data V1PolicyRule = V1PolicyRule {
- v1PolicyRuleApiGroups :: !(Maybe [Text])
- v1PolicyRuleNonResourceUrLs :: !(Maybe [Text])
- v1PolicyRuleResourceNames :: !(Maybe [Text])
- v1PolicyRuleResources :: !(Maybe [Text])
- v1PolicyRuleVerbs :: ![Text]
- data V1PodTemplateSpec = V1PodTemplateSpec {}
- data V1PodTemplateList = V1PodTemplateList {}
- data V1PodTemplate = V1PodTemplate {}
- data V1PodStatus = V1PodStatus {
- v1PodStatusConditions :: !(Maybe [V1PodCondition])
- v1PodStatusContainerStatuses :: !(Maybe [V1ContainerStatus])
- v1PodStatusEphemeralContainerStatuses :: !(Maybe [V1ContainerStatus])
- v1PodStatusHostIp :: !(Maybe Text)
- v1PodStatusInitContainerStatuses :: !(Maybe [V1ContainerStatus])
- v1PodStatusMessage :: !(Maybe Text)
- v1PodStatusNominatedNodeName :: !(Maybe Text)
- v1PodStatusPhase :: !(Maybe Text)
- v1PodStatusPodIp :: !(Maybe Text)
- v1PodStatusPodIPs :: !(Maybe [V1PodIP])
- v1PodStatusQosClass :: !(Maybe Text)
- v1PodStatusReason :: !(Maybe Text)
- v1PodStatusStartTime :: !(Maybe DateTime)
- data V1PodSpec = V1PodSpec {
- v1PodSpecActiveDeadlineSeconds :: !(Maybe Integer)
- v1PodSpecAffinity :: !(Maybe V1Affinity)
- v1PodSpecAutomountServiceAccountToken :: !(Maybe Bool)
- v1PodSpecContainers :: ![V1Container]
- v1PodSpecDnsConfig :: !(Maybe V1PodDNSConfig)
- v1PodSpecDnsPolicy :: !(Maybe Text)
- v1PodSpecEnableServiceLinks :: !(Maybe Bool)
- v1PodSpecEphemeralContainers :: !(Maybe [V1EphemeralContainer])
- v1PodSpecHostAliases :: !(Maybe [V1HostAlias])
- v1PodSpecHostIpc :: !(Maybe Bool)
- v1PodSpecHostNetwork :: !(Maybe Bool)
- v1PodSpecHostPid :: !(Maybe Bool)
- v1PodSpecHostname :: !(Maybe Text)
- v1PodSpecImagePullSecrets :: !(Maybe [V1LocalObjectReference])
- v1PodSpecInitContainers :: !(Maybe [V1Container])
- v1PodSpecNodeName :: !(Maybe Text)
- v1PodSpecNodeSelector :: !(Maybe (Map String Text))
- v1PodSpecOverhead :: !(Maybe (Map String Quantity))
- v1PodSpecPreemptionPolicy :: !(Maybe Text)
- v1PodSpecPriority :: !(Maybe Int)
- v1PodSpecPriorityClassName :: !(Maybe Text)
- v1PodSpecReadinessGates :: !(Maybe [V1PodReadinessGate])
- v1PodSpecRestartPolicy :: !(Maybe Text)
- v1PodSpecRuntimeClassName :: !(Maybe Text)
- v1PodSpecSchedulerName :: !(Maybe Text)
- v1PodSpecSecurityContext :: !(Maybe V1PodSecurityContext)
- v1PodSpecServiceAccount :: !(Maybe Text)
- v1PodSpecServiceAccountName :: !(Maybe Text)
- v1PodSpecShareProcessNamespace :: !(Maybe Bool)
- v1PodSpecSubdomain :: !(Maybe Text)
- v1PodSpecTerminationGracePeriodSeconds :: !(Maybe Integer)
- v1PodSpecTolerations :: !(Maybe [V1Toleration])
- v1PodSpecTopologySpreadConstraints :: !(Maybe [V1TopologySpreadConstraint])
- v1PodSpecVolumes :: !(Maybe [V1Volume])
- data V1PodSecurityContext = V1PodSecurityContext {
- v1PodSecurityContextFsGroup :: !(Maybe Integer)
- v1PodSecurityContextRunAsGroup :: !(Maybe Integer)
- v1PodSecurityContextRunAsNonRoot :: !(Maybe Bool)
- v1PodSecurityContextRunAsUser :: !(Maybe Integer)
- v1PodSecurityContextSeLinuxOptions :: !(Maybe V1SELinuxOptions)
- v1PodSecurityContextSupplementalGroups :: !(Maybe [Integer])
- v1PodSecurityContextSysctls :: !(Maybe [V1Sysctl])
- v1PodSecurityContextWindowsOptions :: !(Maybe V1WindowsSecurityContextOptions)
- data V1PodReadinessGate = V1PodReadinessGate {}
- data V1PodList = V1PodList {
- v1PodListApiVersion :: !(Maybe Text)
- v1PodListItems :: ![V1Pod]
- v1PodListKind :: !(Maybe Text)
- v1PodListMetadata :: !(Maybe V1ListMeta)
- data V1PodIP = V1PodIP {}
- data V1PodDNSConfigOption = V1PodDNSConfigOption {}
- data V1PodDNSConfig = V1PodDNSConfig {
- v1PodDNSConfigNameservers :: !(Maybe [Text])
- v1PodDNSConfigOptions :: !(Maybe [V1PodDNSConfigOption])
- v1PodDNSConfigSearches :: !(Maybe [Text])
- data V1PodCondition = V1PodCondition {}
- data V1PodAntiAffinity = V1PodAntiAffinity {}
- data V1PodAffinityTerm = V1PodAffinityTerm {}
- data V1PodAffinity = V1PodAffinity {}
- data V1Pod = V1Pod {
- v1PodApiVersion :: !(Maybe Text)
- v1PodKind :: !(Maybe Text)
- v1PodMetadata :: !(Maybe V1ObjectMeta)
- v1PodSpec :: !(Maybe V1PodSpec)
- v1PodStatus :: !(Maybe V1PodStatus)
- data V1PhotonPersistentDiskVolumeSource = V1PhotonPersistentDiskVolumeSource {}
- data V1PersistentVolumeStatus = V1PersistentVolumeStatus {}
- data V1PersistentVolumeSpec = V1PersistentVolumeSpec {
- v1PersistentVolumeSpecAccessModes :: !(Maybe [Text])
- v1PersistentVolumeSpecAwsElasticBlockStore :: !(Maybe V1AWSElasticBlockStoreVolumeSource)
- v1PersistentVolumeSpecAzureDisk :: !(Maybe V1AzureDiskVolumeSource)
- v1PersistentVolumeSpecAzureFile :: !(Maybe V1AzureFilePersistentVolumeSource)
- v1PersistentVolumeSpecCapacity :: !(Maybe (Map String Quantity))
- v1PersistentVolumeSpecCephfs :: !(Maybe V1CephFSPersistentVolumeSource)
- v1PersistentVolumeSpecCinder :: !(Maybe V1CinderPersistentVolumeSource)
- v1PersistentVolumeSpecClaimRef :: !(Maybe V1ObjectReference)
- v1PersistentVolumeSpecCsi :: !(Maybe V1CSIPersistentVolumeSource)
- v1PersistentVolumeSpecFc :: !(Maybe V1FCVolumeSource)
- v1PersistentVolumeSpecFlexVolume :: !(Maybe V1FlexPersistentVolumeSource)
- v1PersistentVolumeSpecFlocker :: !(Maybe V1FlockerVolumeSource)
- v1PersistentVolumeSpecGcePersistentDisk :: !(Maybe V1GCEPersistentDiskVolumeSource)
- v1PersistentVolumeSpecGlusterfs :: !(Maybe V1GlusterfsPersistentVolumeSource)
- v1PersistentVolumeSpecHostPath :: !(Maybe V1HostPathVolumeSource)
- v1PersistentVolumeSpecIscsi :: !(Maybe V1ISCSIPersistentVolumeSource)
- v1PersistentVolumeSpecLocal :: !(Maybe V1LocalVolumeSource)
- v1PersistentVolumeSpecMountOptions :: !(Maybe [Text])
- v1PersistentVolumeSpecNfs :: !(Maybe V1NFSVolumeSource)
- v1PersistentVolumeSpecNodeAffinity :: !(Maybe V1VolumeNodeAffinity)
- v1PersistentVolumeSpecPersistentVolumeReclaimPolicy :: !(Maybe Text)
- v1PersistentVolumeSpecPhotonPersistentDisk :: !(Maybe V1PhotonPersistentDiskVolumeSource)
- v1PersistentVolumeSpecPortworxVolume :: !(Maybe V1PortworxVolumeSource)
- v1PersistentVolumeSpecQuobyte :: !(Maybe V1QuobyteVolumeSource)
- v1PersistentVolumeSpecRbd :: !(Maybe V1RBDPersistentVolumeSource)
- v1PersistentVolumeSpecScaleIo :: !(Maybe V1ScaleIOPersistentVolumeSource)
- v1PersistentVolumeSpecStorageClassName :: !(Maybe Text)
- v1PersistentVolumeSpecStorageos :: !(Maybe V1StorageOSPersistentVolumeSource)
- v1PersistentVolumeSpecVolumeMode :: !(Maybe Text)
- v1PersistentVolumeSpecVsphereVolume :: !(Maybe V1VsphereVirtualDiskVolumeSource)
- data V1PersistentVolumeList = V1PersistentVolumeList {}
- data V1PersistentVolumeClaimVolumeSource = V1PersistentVolumeClaimVolumeSource {}
- data V1PersistentVolumeClaimStatus = V1PersistentVolumeClaimStatus {}
- data V1PersistentVolumeClaimSpec = V1PersistentVolumeClaimSpec {
- v1PersistentVolumeClaimSpecAccessModes :: !(Maybe [Text])
- v1PersistentVolumeClaimSpecDataSource :: !(Maybe V1TypedLocalObjectReference)
- v1PersistentVolumeClaimSpecResources :: !(Maybe V1ResourceRequirements)
- v1PersistentVolumeClaimSpecSelector :: !(Maybe V1LabelSelector)
- v1PersistentVolumeClaimSpecStorageClassName :: !(Maybe Text)
- v1PersistentVolumeClaimSpecVolumeMode :: !(Maybe Text)
- v1PersistentVolumeClaimSpecVolumeName :: !(Maybe Text)
- data V1PersistentVolumeClaimList = V1PersistentVolumeClaimList {}
- data V1PersistentVolumeClaimCondition = V1PersistentVolumeClaimCondition {
- v1PersistentVolumeClaimConditionLastProbeTime :: !(Maybe DateTime)
- v1PersistentVolumeClaimConditionLastTransitionTime :: !(Maybe DateTime)
- v1PersistentVolumeClaimConditionMessage :: !(Maybe Text)
- v1PersistentVolumeClaimConditionReason :: !(Maybe Text)
- v1PersistentVolumeClaimConditionStatus :: !Text
- v1PersistentVolumeClaimConditionType :: !Text
- data V1PersistentVolumeClaim = V1PersistentVolumeClaim {}
- data V1PersistentVolume = V1PersistentVolume {}
- data V1OwnerReference = V1OwnerReference {}
- data V1ObjectReference = V1ObjectReference {}
- data V1ObjectMeta = V1ObjectMeta {
- v1ObjectMetaAnnotations :: !(Maybe (Map String Text))
- v1ObjectMetaClusterName :: !(Maybe Text)
- v1ObjectMetaCreationTimestamp :: !(Maybe DateTime)
- v1ObjectMetaDeletionGracePeriodSeconds :: !(Maybe Integer)
- v1ObjectMetaDeletionTimestamp :: !(Maybe DateTime)
- v1ObjectMetaFinalizers :: !(Maybe [Text])
- v1ObjectMetaGenerateName :: !(Maybe Text)
- v1ObjectMetaGeneration :: !(Maybe Integer)
- v1ObjectMetaLabels :: !(Maybe (Map String Text))
- v1ObjectMetaManagedFields :: !(Maybe [V1ManagedFieldsEntry])
- v1ObjectMetaName :: !(Maybe Text)
- v1ObjectMetaNamespace :: !(Maybe Text)
- v1ObjectMetaOwnerReferences :: !(Maybe [V1OwnerReference])
- v1ObjectMetaResourceVersion :: !(Maybe Text)
- v1ObjectMetaSelfLink :: !(Maybe Text)
- v1ObjectMetaUid :: !(Maybe Text)
- data V1ObjectFieldSelector = V1ObjectFieldSelector {}
- data V1NonResourceRule = V1NonResourceRule {
- v1NonResourceRuleNonResourceUrLs :: !(Maybe [Text])
- v1NonResourceRuleVerbs :: ![Text]
- data V1NonResourceAttributes = V1NonResourceAttributes {}
- data V1NodeSystemInfo = V1NodeSystemInfo {
- v1NodeSystemInfoArchitecture :: !Text
- v1NodeSystemInfoBootId :: !Text
- v1NodeSystemInfoContainerRuntimeVersion :: !Text
- v1NodeSystemInfoKernelVersion :: !Text
- v1NodeSystemInfoKubeProxyVersion :: !Text
- v1NodeSystemInfoKubeletVersion :: !Text
- v1NodeSystemInfoMachineId :: !Text
- v1NodeSystemInfoOperatingSystem :: !Text
- v1NodeSystemInfoOsImage :: !Text
- v1NodeSystemInfoSystemUuid :: !Text
- data V1NodeStatus = V1NodeStatus {
- v1NodeStatusAddresses :: !(Maybe [V1NodeAddress])
- v1NodeStatusAllocatable :: !(Maybe (Map String Quantity))
- v1NodeStatusCapacity :: !(Maybe (Map String Quantity))
- v1NodeStatusConditions :: !(Maybe [V1NodeCondition])
- v1NodeStatusConfig :: !(Maybe V1NodeConfigStatus)
- v1NodeStatusDaemonEndpoints :: !(Maybe V1NodeDaemonEndpoints)
- v1NodeStatusImages :: !(Maybe [V1ContainerImage])
- v1NodeStatusNodeInfo :: !(Maybe V1NodeSystemInfo)
- v1NodeStatusPhase :: !(Maybe Text)
- v1NodeStatusVolumesAttached :: !(Maybe [V1AttachedVolume])
- v1NodeStatusVolumesInUse :: !(Maybe [Text])
- data V1NodeSpec = V1NodeSpec {
- v1NodeSpecConfigSource :: !(Maybe V1NodeConfigSource)
- v1NodeSpecExternalId :: !(Maybe Text)
- v1NodeSpecPodCidr :: !(Maybe Text)
- v1NodeSpecPodCidRs :: !(Maybe [Text])
- v1NodeSpecProviderId :: !(Maybe Text)
- v1NodeSpecTaints :: !(Maybe [V1Taint])
- v1NodeSpecUnschedulable :: !(Maybe Bool)
- data V1NodeSelectorTerm = V1NodeSelectorTerm {}
- data V1NodeSelectorRequirement = V1NodeSelectorRequirement {}
- data V1NodeSelector = V1NodeSelector {}
- data V1NodeList = V1NodeList {
- v1NodeListApiVersion :: !(Maybe Text)
- v1NodeListItems :: ![V1Node]
- v1NodeListKind :: !(Maybe Text)
- v1NodeListMetadata :: !(Maybe V1ListMeta)
- data V1NodeDaemonEndpoints = V1NodeDaemonEndpoints {}
- data V1NodeConfigStatus = V1NodeConfigStatus {}
- data V1NodeConfigSource = V1NodeConfigSource {}
- data V1NodeCondition = V1NodeCondition {}
- data V1NodeAffinity = V1NodeAffinity {}
- data V1NodeAddress = V1NodeAddress {}
- data V1Node = V1Node {
- v1NodeApiVersion :: !(Maybe Text)
- v1NodeKind :: !(Maybe Text)
- v1NodeMetadata :: !(Maybe V1ObjectMeta)
- v1NodeSpec :: !(Maybe V1NodeSpec)
- v1NodeStatus :: !(Maybe V1NodeStatus)
- data V1NetworkPolicySpec = V1NetworkPolicySpec {}
- data V1NetworkPolicyPort = V1NetworkPolicyPort {}
- data V1NetworkPolicyPeer = V1NetworkPolicyPeer {}
- data V1NetworkPolicyList = V1NetworkPolicyList {}
- data V1NetworkPolicyIngressRule = V1NetworkPolicyIngressRule {}
- data V1NetworkPolicyEgressRule = V1NetworkPolicyEgressRule {}
- data V1NetworkPolicy = V1NetworkPolicy {}
- data V1NamespaceStatus = V1NamespaceStatus {}
- data V1NamespaceSpec = V1NamespaceSpec {
- v1NamespaceSpecFinalizers :: !(Maybe [Text])
- data V1NamespaceList = V1NamespaceList {}
- data V1NamespaceCondition = V1NamespaceCondition {}
- data V1Namespace = V1Namespace {}
- data V1NFSVolumeSource = V1NFSVolumeSource {}
- data V1MutatingWebhookConfigurationList = V1MutatingWebhookConfigurationList {}
- data V1MutatingWebhookConfiguration = V1MutatingWebhookConfiguration {}
- data V1MutatingWebhook = V1MutatingWebhook {
- v1MutatingWebhookAdmissionReviewVersions :: ![Text]
- v1MutatingWebhookClientConfig :: !AdmissionregistrationV1WebhookClientConfig
- v1MutatingWebhookFailurePolicy :: !(Maybe Text)
- v1MutatingWebhookMatchPolicy :: !(Maybe Text)
- v1MutatingWebhookName :: !Text
- v1MutatingWebhookNamespaceSelector :: !(Maybe V1LabelSelector)
- v1MutatingWebhookObjectSelector :: !(Maybe V1LabelSelector)
- v1MutatingWebhookReinvocationPolicy :: !(Maybe Text)
- v1MutatingWebhookRules :: !(Maybe [V1RuleWithOperations])
- v1MutatingWebhookSideEffects :: !Text
- v1MutatingWebhookTimeoutSeconds :: !(Maybe Int)
- data V1ManagedFieldsEntry = V1ManagedFieldsEntry {}
- data V1LocalVolumeSource = V1LocalVolumeSource {}
- data V1LocalSubjectAccessReview = V1LocalSubjectAccessReview {}
- data V1LocalObjectReference = V1LocalObjectReference {}
- data V1LoadBalancerStatus = V1LoadBalancerStatus {}
- data V1LoadBalancerIngress = V1LoadBalancerIngress {}
- data V1ListMeta = V1ListMeta {
- v1ListMetaContinue :: !(Maybe Text)
- v1ListMetaRemainingItemCount :: !(Maybe Integer)
- v1ListMetaResourceVersion :: !(Maybe Text)
- v1ListMetaSelfLink :: !(Maybe Text)
- data V1LimitRangeSpec = V1LimitRangeSpec {}
- data V1LimitRangeList = V1LimitRangeList {}
- data V1LimitRangeItem = V1LimitRangeItem {
- v1LimitRangeItemDefault :: !(Maybe (Map String Quantity))
- v1LimitRangeItemDefaultRequest :: !(Maybe (Map String Quantity))
- v1LimitRangeItemMax :: !(Maybe (Map String Quantity))
- v1LimitRangeItemMaxLimitRequestRatio :: !(Maybe (Map String Quantity))
- v1LimitRangeItemMin :: !(Maybe (Map String Quantity))
- v1LimitRangeItemType :: !(Maybe Text)
- data V1LimitRange = V1LimitRange {}
- data V1Lifecycle = V1Lifecycle {}
- data V1LeaseSpec = V1LeaseSpec {}
- data V1LeaseList = V1LeaseList {
- v1LeaseListApiVersion :: !(Maybe Text)
- v1LeaseListItems :: ![V1Lease]
- v1LeaseListKind :: !(Maybe Text)
- v1LeaseListMetadata :: !(Maybe V1ListMeta)
- data V1Lease = V1Lease {
- v1LeaseApiVersion :: !(Maybe Text)
- v1LeaseKind :: !(Maybe Text)
- v1LeaseMetadata :: !(Maybe V1ObjectMeta)
- v1LeaseSpec :: !(Maybe V1LeaseSpec)
- data V1LabelSelectorRequirement = V1LabelSelectorRequirement {}
- data V1LabelSelector = V1LabelSelector {}
- data V1KeyToPath = V1KeyToPath {
- v1KeyToPathKey :: !Text
- v1KeyToPathMode :: !(Maybe Int)
- v1KeyToPathPath :: !Text
- data V1JobStatus = V1JobStatus {
- v1JobStatusActive :: !(Maybe Int)
- v1JobStatusCompletionTime :: !(Maybe DateTime)
- v1JobStatusConditions :: !(Maybe [V1JobCondition])
- v1JobStatusFailed :: !(Maybe Int)
- v1JobStatusStartTime :: !(Maybe DateTime)
- v1JobStatusSucceeded :: !(Maybe Int)
- data V1JobSpec = V1JobSpec {
- v1JobSpecActiveDeadlineSeconds :: !(Maybe Integer)
- v1JobSpecBackoffLimit :: !(Maybe Int)
- v1JobSpecCompletions :: !(Maybe Int)
- v1JobSpecManualSelector :: !(Maybe Bool)
- v1JobSpecParallelism :: !(Maybe Int)
- v1JobSpecSelector :: !(Maybe V1LabelSelector)
- v1JobSpecTemplate :: !V1PodTemplateSpec
- v1JobSpecTtlSecondsAfterFinished :: !(Maybe Int)
- data V1JobList = V1JobList {
- v1JobListApiVersion :: !(Maybe Text)
- v1JobListItems :: ![V1Job]
- v1JobListKind :: !(Maybe Text)
- v1JobListMetadata :: !(Maybe V1ListMeta)
- data V1JobCondition = V1JobCondition {}
- data V1Job = V1Job {
- v1JobApiVersion :: !(Maybe Text)
- v1JobKind :: !(Maybe Text)
- v1JobMetadata :: !(Maybe V1ObjectMeta)
- v1JobSpec :: !(Maybe V1JobSpec)
- v1JobStatus :: !(Maybe V1JobStatus)
- data V1JSONSchemaProps = V1JSONSchemaProps {
- v1JSONSchemaPropsRef :: !(Maybe Text)
- v1JSONSchemaPropsSchema :: !(Maybe Text)
- v1JSONSchemaPropsAdditionalItems :: !(Maybe Value)
- v1JSONSchemaPropsAdditionalProperties :: !(Maybe Value)
- v1JSONSchemaPropsAllOf :: !(Maybe [V1JSONSchemaProps])
- v1JSONSchemaPropsAnyOf :: !(Maybe [V1JSONSchemaProps])
- v1JSONSchemaPropsDefault :: !(Maybe Value)
- v1JSONSchemaPropsDefinitions :: !(Maybe (Map String V1JSONSchemaProps))
- v1JSONSchemaPropsDependencies :: !(Maybe (Map String Value))
- v1JSONSchemaPropsDescription :: !(Maybe Text)
- v1JSONSchemaPropsEnum :: !(Maybe [Value])
- v1JSONSchemaPropsExample :: !(Maybe Value)
- v1JSONSchemaPropsExclusiveMaximum :: !(Maybe Bool)
- v1JSONSchemaPropsExclusiveMinimum :: !(Maybe Bool)
- v1JSONSchemaPropsExternalDocs :: !(Maybe V1ExternalDocumentation)
- v1JSONSchemaPropsFormat :: !(Maybe Text)
- v1JSONSchemaPropsId :: !(Maybe Text)
- v1JSONSchemaPropsItems :: !(Maybe Value)
- v1JSONSchemaPropsMaxItems :: !(Maybe Integer)
- v1JSONSchemaPropsMaxLength :: !(Maybe Integer)
- v1JSONSchemaPropsMaxProperties :: !(Maybe Integer)
- v1JSONSchemaPropsMaximum :: !(Maybe Double)
- v1JSONSchemaPropsMinItems :: !(Maybe Integer)
- v1JSONSchemaPropsMinLength :: !(Maybe Integer)
- v1JSONSchemaPropsMinProperties :: !(Maybe Integer)
- v1JSONSchemaPropsMinimum :: !(Maybe Double)
- v1JSONSchemaPropsMultipleOf :: !(Maybe Double)
- v1JSONSchemaPropsNot :: !(Maybe V1JSONSchemaProps)
- v1JSONSchemaPropsNullable :: !(Maybe Bool)
- v1JSONSchemaPropsOneOf :: !(Maybe [V1JSONSchemaProps])
- v1JSONSchemaPropsPattern :: !(Maybe Text)
- v1JSONSchemaPropsPatternProperties :: !(Maybe (Map String V1JSONSchemaProps))
- v1JSONSchemaPropsProperties :: !(Maybe (Map String V1JSONSchemaProps))
- v1JSONSchemaPropsRequired :: !(Maybe [Text])
- v1JSONSchemaPropsTitle :: !(Maybe Text)
- v1JSONSchemaPropsType :: !(Maybe Text)
- v1JSONSchemaPropsUniqueItems :: !(Maybe Bool)
- v1JSONSchemaPropsXKubernetesEmbeddedResource :: !(Maybe Bool)
- v1JSONSchemaPropsXKubernetesIntOrString :: !(Maybe Bool)
- v1JSONSchemaPropsXKubernetesListMapKeys :: !(Maybe [Text])
- v1JSONSchemaPropsXKubernetesListType :: !(Maybe Text)
- v1JSONSchemaPropsXKubernetesPreserveUnknownFields :: !(Maybe Bool)
- data V1ISCSIVolumeSource = V1ISCSIVolumeSource {
- v1ISCSIVolumeSourceChapAuthDiscovery :: !(Maybe Bool)
- v1ISCSIVolumeSourceChapAuthSession :: !(Maybe Bool)
- v1ISCSIVolumeSourceFsType :: !(Maybe Text)
- v1ISCSIVolumeSourceInitiatorName :: !(Maybe Text)
- v1ISCSIVolumeSourceIqn :: !Text
- v1ISCSIVolumeSourceIscsiInterface :: !(Maybe Text)
- v1ISCSIVolumeSourceLun :: !Int
- v1ISCSIVolumeSourcePortals :: !(Maybe [Text])
- v1ISCSIVolumeSourceReadOnly :: !(Maybe Bool)
- v1ISCSIVolumeSourceSecretRef :: !(Maybe V1LocalObjectReference)
- v1ISCSIVolumeSourceTargetPortal :: !Text
- data V1ISCSIPersistentVolumeSource = V1ISCSIPersistentVolumeSource {
- v1ISCSIPersistentVolumeSourceChapAuthDiscovery :: !(Maybe Bool)
- v1ISCSIPersistentVolumeSourceChapAuthSession :: !(Maybe Bool)
- v1ISCSIPersistentVolumeSourceFsType :: !(Maybe Text)
- v1ISCSIPersistentVolumeSourceInitiatorName :: !(Maybe Text)
- v1ISCSIPersistentVolumeSourceIqn :: !Text
- v1ISCSIPersistentVolumeSourceIscsiInterface :: !(Maybe Text)
- v1ISCSIPersistentVolumeSourceLun :: !Int
- v1ISCSIPersistentVolumeSourcePortals :: !(Maybe [Text])
- v1ISCSIPersistentVolumeSourceReadOnly :: !(Maybe Bool)
- v1ISCSIPersistentVolumeSourceSecretRef :: !(Maybe V1SecretReference)
- v1ISCSIPersistentVolumeSourceTargetPortal :: !Text
- data V1IPBlock = V1IPBlock {
- v1IPBlockCidr :: !Text
- v1IPBlockExcept :: !(Maybe [Text])
- data V1HostPathVolumeSource = V1HostPathVolumeSource {}
- data V1HostAlias = V1HostAlias {
- v1HostAliasHostnames :: !(Maybe [Text])
- v1HostAliasIp :: !(Maybe Text)
- data V1HorizontalPodAutoscalerStatus = V1HorizontalPodAutoscalerStatus {
- v1HorizontalPodAutoscalerStatusCurrentCpuUtilizationPercentage :: !(Maybe Int)
- v1HorizontalPodAutoscalerStatusCurrentReplicas :: !Int
- v1HorizontalPodAutoscalerStatusDesiredReplicas :: !Int
- v1HorizontalPodAutoscalerStatusLastScaleTime :: !(Maybe DateTime)
- v1HorizontalPodAutoscalerStatusObservedGeneration :: !(Maybe Integer)
- data V1HorizontalPodAutoscalerSpec = V1HorizontalPodAutoscalerSpec {}
- data V1HorizontalPodAutoscalerList = V1HorizontalPodAutoscalerList {}
- data V1HorizontalPodAutoscaler = V1HorizontalPodAutoscaler {
- v1HorizontalPodAutoscalerApiVersion :: !(Maybe Text)
- v1HorizontalPodAutoscalerKind :: !(Maybe Text)
- v1HorizontalPodAutoscalerMetadata :: !(Maybe V1ObjectMeta)
- v1HorizontalPodAutoscalerSpec :: !(Maybe V1HorizontalPodAutoscalerSpec)
- v1HorizontalPodAutoscalerStatus :: !(Maybe V1HorizontalPodAutoscalerStatus)
- data V1Handler = V1Handler {}
- data V1HTTPHeader = V1HTTPHeader {}
- data V1HTTPGetAction = V1HTTPGetAction {}
- data V1GroupVersionForDiscovery = V1GroupVersionForDiscovery {}
- data V1GlusterfsVolumeSource = V1GlusterfsVolumeSource {}
- data V1GlusterfsPersistentVolumeSource = V1GlusterfsPersistentVolumeSource {}
- data V1GitRepoVolumeSource = V1GitRepoVolumeSource {}
- data V1GCEPersistentDiskVolumeSource = V1GCEPersistentDiskVolumeSource {}
- data V1FlockerVolumeSource = V1FlockerVolumeSource {}
- data V1FlexVolumeSource = V1FlexVolumeSource {}
- data V1FlexPersistentVolumeSource = V1FlexPersistentVolumeSource {}
- data V1FCVolumeSource = V1FCVolumeSource {
- v1FCVolumeSourceFsType :: !(Maybe Text)
- v1FCVolumeSourceLun :: !(Maybe Int)
- v1FCVolumeSourceReadOnly :: !(Maybe Bool)
- v1FCVolumeSourceTargetWwNs :: !(Maybe [Text])
- v1FCVolumeSourceWwids :: !(Maybe [Text])
- data V1ExternalDocumentation = V1ExternalDocumentation {}
- data V1ExecAction = V1ExecAction {
- v1ExecActionCommand :: !(Maybe [Text])
- data V1EventSource = V1EventSource {
- v1EventSourceComponent :: !(Maybe Text)
- v1EventSourceHost :: !(Maybe Text)
- data V1EventSeries = V1EventSeries {
- v1EventSeriesCount :: !(Maybe Int)
- v1EventSeriesLastObservedTime :: !(Maybe DateTime)
- v1EventSeriesState :: !(Maybe Text)
- data V1EventList = V1EventList {
- v1EventListApiVersion :: !(Maybe Text)
- v1EventListItems :: ![V1Event]
- v1EventListKind :: !(Maybe Text)
- v1EventListMetadata :: !(Maybe V1ListMeta)
- data V1Event = V1Event {
- v1EventAction :: !(Maybe Text)
- v1EventApiVersion :: !(Maybe Text)
- v1EventCount :: !(Maybe Int)
- v1EventEventTime :: !(Maybe DateTime)
- v1EventFirstTimestamp :: !(Maybe DateTime)
- v1EventInvolvedObject :: !V1ObjectReference
- v1EventKind :: !(Maybe Text)
- v1EventLastTimestamp :: !(Maybe DateTime)
- v1EventMessage :: !(Maybe Text)
- v1EventMetadata :: !V1ObjectMeta
- v1EventReason :: !(Maybe Text)
- v1EventRelated :: !(Maybe V1ObjectReference)
- v1EventReportingComponent :: !(Maybe Text)
- v1EventReportingInstance :: !(Maybe Text)
- v1EventSeries :: !(Maybe V1EventSeries)
- v1EventSource :: !(Maybe V1EventSource)
- v1EventType :: !(Maybe Text)
- data V1EphemeralContainer = V1EphemeralContainer {
- v1EphemeralContainerArgs :: !(Maybe [Text])
- v1EphemeralContainerCommand :: !(Maybe [Text])
- v1EphemeralContainerEnv :: !(Maybe [V1EnvVar])
- v1EphemeralContainerEnvFrom :: !(Maybe [V1EnvFromSource])
- v1EphemeralContainerImage :: !(Maybe Text)
- v1EphemeralContainerImagePullPolicy :: !(Maybe Text)
- v1EphemeralContainerLifecycle :: !(Maybe V1Lifecycle)
- v1EphemeralContainerLivenessProbe :: !(Maybe V1Probe)
- v1EphemeralContainerName :: !Text
- v1EphemeralContainerPorts :: !(Maybe [V1ContainerPort])
- v1EphemeralContainerReadinessProbe :: !(Maybe V1Probe)
- v1EphemeralContainerResources :: !(Maybe V1ResourceRequirements)
- v1EphemeralContainerSecurityContext :: !(Maybe V1SecurityContext)
- v1EphemeralContainerStartupProbe :: !(Maybe V1Probe)
- v1EphemeralContainerStdin :: !(Maybe Bool)
- v1EphemeralContainerStdinOnce :: !(Maybe Bool)
- v1EphemeralContainerTargetContainerName :: !(Maybe Text)
- v1EphemeralContainerTerminationMessagePath :: !(Maybe Text)
- v1EphemeralContainerTerminationMessagePolicy :: !(Maybe Text)
- v1EphemeralContainerTty :: !(Maybe Bool)
- v1EphemeralContainerVolumeDevices :: !(Maybe [V1VolumeDevice])
- v1EphemeralContainerVolumeMounts :: !(Maybe [V1VolumeMount])
- v1EphemeralContainerWorkingDir :: !(Maybe Text)
- data V1EnvVarSource = V1EnvVarSource {}
- data V1EnvVar = V1EnvVar {
- v1EnvVarName :: !Text
- v1EnvVarValue :: !(Maybe Text)
- v1EnvVarValueFrom :: !(Maybe V1EnvVarSource)
- data V1EnvFromSource = V1EnvFromSource {}
- data V1EndpointsList = V1EndpointsList {}
- data V1Endpoints = V1Endpoints {
- v1EndpointsApiVersion :: !(Maybe Text)
- v1EndpointsKind :: !(Maybe Text)
- v1EndpointsMetadata :: !(Maybe V1ObjectMeta)
- v1EndpointsSubsets :: !(Maybe [V1EndpointSubset])
- data V1EndpointSubset = V1EndpointSubset {}
- data V1EndpointPort = V1EndpointPort {
- v1EndpointPortName :: !(Maybe Text)
- v1EndpointPortPort :: !Int
- v1EndpointPortProtocol :: !(Maybe Text)
- data V1EndpointAddress = V1EndpointAddress {}
- data V1EmptyDirVolumeSource = V1EmptyDirVolumeSource {}
- data V1DownwardAPIVolumeSource = V1DownwardAPIVolumeSource {}
- data V1DownwardAPIVolumeFile = V1DownwardAPIVolumeFile {}
- data V1DownwardAPIProjection = V1DownwardAPIProjection {}
- data V1DeploymentStrategy = V1DeploymentStrategy {}
- data V1DeploymentStatus = V1DeploymentStatus {
- v1DeploymentStatusAvailableReplicas :: !(Maybe Int)
- v1DeploymentStatusCollisionCount :: !(Maybe Int)
- v1DeploymentStatusConditions :: !(Maybe [V1DeploymentCondition])
- v1DeploymentStatusObservedGeneration :: !(Maybe Integer)
- v1DeploymentStatusReadyReplicas :: !(Maybe Int)
- v1DeploymentStatusReplicas :: !(Maybe Int)
- v1DeploymentStatusUnavailableReplicas :: !(Maybe Int)
- v1DeploymentStatusUpdatedReplicas :: !(Maybe Int)
- data V1DeploymentSpec = V1DeploymentSpec {
- v1DeploymentSpecMinReadySeconds :: !(Maybe Int)
- v1DeploymentSpecPaused :: !(Maybe Bool)
- v1DeploymentSpecProgressDeadlineSeconds :: !(Maybe Int)
- v1DeploymentSpecReplicas :: !(Maybe Int)
- v1DeploymentSpecRevisionHistoryLimit :: !(Maybe Int)
- v1DeploymentSpecSelector :: !V1LabelSelector
- v1DeploymentSpecStrategy :: !(Maybe V1DeploymentStrategy)
- v1DeploymentSpecTemplate :: !V1PodTemplateSpec
- data V1DeploymentList = V1DeploymentList {}
- data V1DeploymentCondition = V1DeploymentCondition {}
- data V1Deployment = V1Deployment {}
- data V1DeleteOptions = V1DeleteOptions {
- v1DeleteOptionsApiVersion :: !(Maybe Text)
- v1DeleteOptionsDryRun :: !(Maybe [Text])
- v1DeleteOptionsGracePeriodSeconds :: !(Maybe Integer)
- v1DeleteOptionsKind :: !(Maybe Text)
- v1DeleteOptionsOrphanDependents :: !(Maybe Bool)
- v1DeleteOptionsPreconditions :: !(Maybe V1Preconditions)
- v1DeleteOptionsPropagationPolicy :: !(Maybe Text)
- data V1DaemonSetUpdateStrategy = V1DaemonSetUpdateStrategy {}
- data V1DaemonSetStatus = V1DaemonSetStatus {
- v1DaemonSetStatusCollisionCount :: !(Maybe Int)
- v1DaemonSetStatusConditions :: !(Maybe [V1DaemonSetCondition])
- v1DaemonSetStatusCurrentNumberScheduled :: !Int
- v1DaemonSetStatusDesiredNumberScheduled :: !Int
- v1DaemonSetStatusNumberAvailable :: !(Maybe Int)
- v1DaemonSetStatusNumberMisscheduled :: !Int
- v1DaemonSetStatusNumberReady :: !Int
- v1DaemonSetStatusNumberUnavailable :: !(Maybe Int)
- v1DaemonSetStatusObservedGeneration :: !(Maybe Integer)
- v1DaemonSetStatusUpdatedNumberScheduled :: !(Maybe Int)
- data V1DaemonSetSpec = V1DaemonSetSpec {}
- data V1DaemonSetList = V1DaemonSetList {}
- data V1DaemonSetCondition = V1DaemonSetCondition {}
- data V1DaemonSet = V1DaemonSet {}
- data V1DaemonEndpoint = V1DaemonEndpoint {}
- data V1CustomResourceValidation = V1CustomResourceValidation {}
- data V1CustomResourceSubresources = V1CustomResourceSubresources {}
- data V1CustomResourceSubresourceScale = V1CustomResourceSubresourceScale {}
- data V1CustomResourceDefinitionVersion = V1CustomResourceDefinitionVersion {
- v1CustomResourceDefinitionVersionAdditionalPrinterColumns :: !(Maybe [V1CustomResourceColumnDefinition])
- v1CustomResourceDefinitionVersionName :: !Text
- v1CustomResourceDefinitionVersionSchema :: !(Maybe V1CustomResourceValidation)
- v1CustomResourceDefinitionVersionServed :: !Bool
- v1CustomResourceDefinitionVersionStorage :: !Bool
- v1CustomResourceDefinitionVersionSubresources :: !(Maybe V1CustomResourceSubresources)
- data V1CustomResourceDefinitionStatus = V1CustomResourceDefinitionStatus {}
- data V1CustomResourceDefinitionSpec = V1CustomResourceDefinitionSpec {
- v1CustomResourceDefinitionSpecConversion :: !(Maybe V1CustomResourceConversion)
- v1CustomResourceDefinitionSpecGroup :: !Text
- v1CustomResourceDefinitionSpecNames :: !V1CustomResourceDefinitionNames
- v1CustomResourceDefinitionSpecPreserveUnknownFields :: !(Maybe Bool)
- v1CustomResourceDefinitionSpecScope :: !Text
- v1CustomResourceDefinitionSpecVersions :: ![V1CustomResourceDefinitionVersion]
- data V1CustomResourceDefinitionNames = V1CustomResourceDefinitionNames {
- v1CustomResourceDefinitionNamesCategories :: !(Maybe [Text])
- v1CustomResourceDefinitionNamesKind :: !Text
- v1CustomResourceDefinitionNamesListKind :: !(Maybe Text)
- v1CustomResourceDefinitionNamesPlural :: !Text
- v1CustomResourceDefinitionNamesShortNames :: !(Maybe [Text])
- v1CustomResourceDefinitionNamesSingular :: !(Maybe Text)
- data V1CustomResourceDefinitionList = V1CustomResourceDefinitionList {}
- data V1CustomResourceDefinitionCondition = V1CustomResourceDefinitionCondition {}
- data V1CustomResourceDefinition = V1CustomResourceDefinition {
- v1CustomResourceDefinitionApiVersion :: !(Maybe Text)
- v1CustomResourceDefinitionKind :: !(Maybe Text)
- v1CustomResourceDefinitionMetadata :: !(Maybe V1ObjectMeta)
- v1CustomResourceDefinitionSpec :: !V1CustomResourceDefinitionSpec
- v1CustomResourceDefinitionStatus :: !(Maybe V1CustomResourceDefinitionStatus)
- data V1CustomResourceConversion = V1CustomResourceConversion {}
- data V1CustomResourceColumnDefinition = V1CustomResourceColumnDefinition {
- v1CustomResourceColumnDefinitionDescription :: !(Maybe Text)
- v1CustomResourceColumnDefinitionFormat :: !(Maybe Text)
- v1CustomResourceColumnDefinitionJsonPath :: !Text
- v1CustomResourceColumnDefinitionName :: !Text
- v1CustomResourceColumnDefinitionPriority :: !(Maybe Int)
- v1CustomResourceColumnDefinitionType :: !Text
- data V1CrossVersionObjectReference = V1CrossVersionObjectReference {}
- data V1ControllerRevisionList = V1ControllerRevisionList {}
- data V1ControllerRevision = V1ControllerRevision {}
- data V1ContainerStatus = V1ContainerStatus {
- v1ContainerStatusContainerId :: !(Maybe Text)
- v1ContainerStatusImage :: !Text
- v1ContainerStatusImageId :: !Text
- v1ContainerStatusLastState :: !(Maybe V1ContainerState)
- v1ContainerStatusName :: !Text
- v1ContainerStatusReady :: !Bool
- v1ContainerStatusRestartCount :: !Int
- v1ContainerStatusStarted :: !(Maybe Bool)
- v1ContainerStatusState :: !(Maybe V1ContainerState)
- data V1ContainerStateWaiting = V1ContainerStateWaiting {}
- data V1ContainerStateTerminated = V1ContainerStateTerminated {
- v1ContainerStateTerminatedContainerId :: !(Maybe Text)
- v1ContainerStateTerminatedExitCode :: !Int
- v1ContainerStateTerminatedFinishedAt :: !(Maybe DateTime)
- v1ContainerStateTerminatedMessage :: !(Maybe Text)
- v1ContainerStateTerminatedReason :: !(Maybe Text)
- v1ContainerStateTerminatedSignal :: !(Maybe Int)
- v1ContainerStateTerminatedStartedAt :: !(Maybe DateTime)
- data V1ContainerStateRunning = V1ContainerStateRunning {}
- data V1ContainerState = V1ContainerState {}
- data V1ContainerPort = V1ContainerPort {}
- data V1ContainerImage = V1ContainerImage {}
- data V1Container = V1Container {
- v1ContainerArgs :: !(Maybe [Text])
- v1ContainerCommand :: !(Maybe [Text])
- v1ContainerEnv :: !(Maybe [V1EnvVar])
- v1ContainerEnvFrom :: !(Maybe [V1EnvFromSource])
- v1ContainerImage :: !(Maybe Text)
- v1ContainerImagePullPolicy :: !(Maybe Text)
- v1ContainerLifecycle :: !(Maybe V1Lifecycle)
- v1ContainerLivenessProbe :: !(Maybe V1Probe)
- v1ContainerName :: !Text
- v1ContainerPorts :: !(Maybe [V1ContainerPort])
- v1ContainerReadinessProbe :: !(Maybe V1Probe)
- v1ContainerResources :: !(Maybe V1ResourceRequirements)
- v1ContainerSecurityContext :: !(Maybe V1SecurityContext)
- v1ContainerStartupProbe :: !(Maybe V1Probe)
- v1ContainerStdin :: !(Maybe Bool)
- v1ContainerStdinOnce :: !(Maybe Bool)
- v1ContainerTerminationMessagePath :: !(Maybe Text)
- v1ContainerTerminationMessagePolicy :: !(Maybe Text)
- v1ContainerTty :: !(Maybe Bool)
- v1ContainerVolumeDevices :: !(Maybe [V1VolumeDevice])
- v1ContainerVolumeMounts :: !(Maybe [V1VolumeMount])
- v1ContainerWorkingDir :: !(Maybe Text)
- data V1ConfigMapVolumeSource = V1ConfigMapVolumeSource {}
- data V1ConfigMapProjection = V1ConfigMapProjection {}
- data V1ConfigMapNodeConfigSource = V1ConfigMapNodeConfigSource {}
- data V1ConfigMapList = V1ConfigMapList {}
- data V1ConfigMapKeySelector = V1ConfigMapKeySelector {}
- data V1ConfigMapEnvSource = V1ConfigMapEnvSource {}
- data V1ConfigMap = V1ConfigMap {
- v1ConfigMapApiVersion :: !(Maybe Text)
- v1ConfigMapBinaryData :: !(Maybe (Map String ByteArray))
- v1ConfigMapData :: !(Maybe (Map String Text))
- v1ConfigMapKind :: !(Maybe Text)
- v1ConfigMapMetadata :: !(Maybe V1ObjectMeta)
- data V1ComponentStatusList = V1ComponentStatusList {}
- data V1ComponentStatus = V1ComponentStatus {}
- data V1ComponentCondition = V1ComponentCondition {}
- data V1ClusterRoleList = V1ClusterRoleList {}
- data V1ClusterRoleBindingList = V1ClusterRoleBindingList {}
- data V1ClusterRoleBinding = V1ClusterRoleBinding {}
- data V1ClusterRole = V1ClusterRole {}
- data V1ClientIPConfig = V1ClientIPConfig {}
- data V1CinderVolumeSource = V1CinderVolumeSource {}
- data V1CinderPersistentVolumeSource = V1CinderPersistentVolumeSource {}
- data V1CephFSVolumeSource = V1CephFSVolumeSource {}
- data V1CephFSPersistentVolumeSource = V1CephFSPersistentVolumeSource {
- v1CephFSPersistentVolumeSourceMonitors :: ![Text]
- v1CephFSPersistentVolumeSourcePath :: !(Maybe Text)
- v1CephFSPersistentVolumeSourceReadOnly :: !(Maybe Bool)
- v1CephFSPersistentVolumeSourceSecretFile :: !(Maybe Text)
- v1CephFSPersistentVolumeSourceSecretRef :: !(Maybe V1SecretReference)
- v1CephFSPersistentVolumeSourceUser :: !(Maybe Text)
- data V1Capabilities = V1Capabilities {
- v1CapabilitiesAdd :: !(Maybe [Text])
- v1CapabilitiesDrop :: !(Maybe [Text])
- data V1CSIVolumeSource = V1CSIVolumeSource {}
- data V1CSIPersistentVolumeSource = V1CSIPersistentVolumeSource {
- v1CSIPersistentVolumeSourceControllerExpandSecretRef :: !(Maybe V1SecretReference)
- v1CSIPersistentVolumeSourceControllerPublishSecretRef :: !(Maybe V1SecretReference)
- v1CSIPersistentVolumeSourceDriver :: !Text
- v1CSIPersistentVolumeSourceFsType :: !(Maybe Text)
- v1CSIPersistentVolumeSourceNodePublishSecretRef :: !(Maybe V1SecretReference)
- v1CSIPersistentVolumeSourceNodeStageSecretRef :: !(Maybe V1SecretReference)
- v1CSIPersistentVolumeSourceReadOnly :: !(Maybe Bool)
- v1CSIPersistentVolumeSourceVolumeAttributes :: !(Maybe (Map String Text))
- v1CSIPersistentVolumeSourceVolumeHandle :: !Text
- data V1BoundObjectReference = V1BoundObjectReference {}
- data V1Binding = V1Binding {
- v1BindingApiVersion :: !(Maybe Text)
- v1BindingKind :: !(Maybe Text)
- v1BindingMetadata :: !(Maybe V1ObjectMeta)
- v1BindingTarget :: !V1ObjectReference
- data V1AzureFileVolumeSource = V1AzureFileVolumeSource {}
- data V1AzureFilePersistentVolumeSource = V1AzureFilePersistentVolumeSource {}
- data V1AzureDiskVolumeSource = V1AzureDiskVolumeSource {}
- data V1AttachedVolume = V1AttachedVolume {}
- data V1AggregationRule = V1AggregationRule {}
- data V1Affinity = V1Affinity {}
- data V1AWSElasticBlockStoreVolumeSource = V1AWSElasticBlockStoreVolumeSource {}
- data V1APIVersions = V1APIVersions {}
- data V1APIServiceStatus = V1APIServiceStatus {}
- data V1APIServiceSpec = V1APIServiceSpec {
- v1APIServiceSpecCaBundle :: !(Maybe ByteArray)
- v1APIServiceSpecGroup :: !(Maybe Text)
- v1APIServiceSpecGroupPriorityMinimum :: !Int
- v1APIServiceSpecInsecureSkipTlsVerify :: !(Maybe Bool)
- v1APIServiceSpecService :: !ApiregistrationV1ServiceReference
- v1APIServiceSpecVersion :: !(Maybe Text)
- v1APIServiceSpecVersionPriority :: !Int
- data V1APIServiceList = V1APIServiceList {}
- data V1APIServiceCondition = V1APIServiceCondition {}
- data V1APIService = V1APIService {}
- data V1APIResourceList = V1APIResourceList {}
- data V1APIResource = V1APIResource {
- v1APIResourceCategories :: !(Maybe [Text])
- v1APIResourceGroup :: !(Maybe Text)
- v1APIResourceKind :: !Text
- v1APIResourceName :: !Text
- v1APIResourceNamespaced :: !Bool
- v1APIResourceShortNames :: !(Maybe [Text])
- v1APIResourceSingularName :: !Text
- v1APIResourceStorageVersionHash :: !(Maybe Text)
- v1APIResourceVerbs :: ![Text]
- v1APIResourceVersion :: !(Maybe Text)
- data V1APIGroupList = V1APIGroupList {
- v1APIGroupListApiVersion :: !(Maybe Text)
- v1APIGroupListGroups :: ![V1APIGroup]
- v1APIGroupListKind :: !(Maybe Text)
- data V1APIGroup = V1APIGroup {}
- data PolicyV1beta1SupplementalGroupsStrategyOptions = PolicyV1beta1SupplementalGroupsStrategyOptions {}
- data PolicyV1beta1SELinuxStrategyOptions = PolicyV1beta1SELinuxStrategyOptions {}
- data PolicyV1beta1RuntimeClassStrategyOptions = PolicyV1beta1RuntimeClassStrategyOptions {}
- data PolicyV1beta1RunAsUserStrategyOptions = PolicyV1beta1RunAsUserStrategyOptions {}
- data PolicyV1beta1RunAsGroupStrategyOptions = PolicyV1beta1RunAsGroupStrategyOptions {}
- data PolicyV1beta1PodSecurityPolicySpec = PolicyV1beta1PodSecurityPolicySpec {
- policyV1beta1PodSecurityPolicySpecAllowPrivilegeEscalation :: !(Maybe Bool)
- policyV1beta1PodSecurityPolicySpecAllowedCsiDrivers :: !(Maybe [PolicyV1beta1AllowedCSIDriver])
- policyV1beta1PodSecurityPolicySpecAllowedCapabilities :: !(Maybe [Text])
- policyV1beta1PodSecurityPolicySpecAllowedFlexVolumes :: !(Maybe [PolicyV1beta1AllowedFlexVolume])
- policyV1beta1PodSecurityPolicySpecAllowedHostPaths :: !(Maybe [PolicyV1beta1AllowedHostPath])
- policyV1beta1PodSecurityPolicySpecAllowedProcMountTypes :: !(Maybe [Text])
- policyV1beta1PodSecurityPolicySpecAllowedUnsafeSysctls :: !(Maybe [Text])
- policyV1beta1PodSecurityPolicySpecDefaultAddCapabilities :: !(Maybe [Text])
- policyV1beta1PodSecurityPolicySpecDefaultAllowPrivilegeEscalation :: !(Maybe Bool)
- policyV1beta1PodSecurityPolicySpecForbiddenSysctls :: !(Maybe [Text])
- policyV1beta1PodSecurityPolicySpecFsGroup :: !PolicyV1beta1FSGroupStrategyOptions
- policyV1beta1PodSecurityPolicySpecHostIpc :: !(Maybe Bool)
- policyV1beta1PodSecurityPolicySpecHostNetwork :: !(Maybe Bool)
- policyV1beta1PodSecurityPolicySpecHostPid :: !(Maybe Bool)
- policyV1beta1PodSecurityPolicySpecHostPorts :: !(Maybe [PolicyV1beta1HostPortRange])
- policyV1beta1PodSecurityPolicySpecPrivileged :: !(Maybe Bool)
- policyV1beta1PodSecurityPolicySpecReadOnlyRootFilesystem :: !(Maybe Bool)
- policyV1beta1PodSecurityPolicySpecRequiredDropCapabilities :: !(Maybe [Text])
- policyV1beta1PodSecurityPolicySpecRunAsGroup :: !(Maybe PolicyV1beta1RunAsGroupStrategyOptions)
- policyV1beta1PodSecurityPolicySpecRunAsUser :: !PolicyV1beta1RunAsUserStrategyOptions
- policyV1beta1PodSecurityPolicySpecRuntimeClass :: !(Maybe PolicyV1beta1RuntimeClassStrategyOptions)
- policyV1beta1PodSecurityPolicySpecSeLinux :: !PolicyV1beta1SELinuxStrategyOptions
- policyV1beta1PodSecurityPolicySpecSupplementalGroups :: !PolicyV1beta1SupplementalGroupsStrategyOptions
- policyV1beta1PodSecurityPolicySpecVolumes :: !(Maybe [Text])
- data PolicyV1beta1PodSecurityPolicyList = PolicyV1beta1PodSecurityPolicyList {}
- data PolicyV1beta1PodSecurityPolicy = PolicyV1beta1PodSecurityPolicy {}
- data PolicyV1beta1IDRange = PolicyV1beta1IDRange {}
- data PolicyV1beta1HostPortRange = PolicyV1beta1HostPortRange {}
- data PolicyV1beta1FSGroupStrategyOptions = PolicyV1beta1FSGroupStrategyOptions {}
- data PolicyV1beta1AllowedHostPath = PolicyV1beta1AllowedHostPath {}
- data PolicyV1beta1AllowedFlexVolume = PolicyV1beta1AllowedFlexVolume {}
- data PolicyV1beta1AllowedCSIDriver = PolicyV1beta1AllowedCSIDriver {}
- data NetworkingV1beta1IngressTLS = NetworkingV1beta1IngressTLS {}
- data NetworkingV1beta1IngressStatus = NetworkingV1beta1IngressStatus {}
- data NetworkingV1beta1IngressSpec = NetworkingV1beta1IngressSpec {}
- data NetworkingV1beta1IngressRule = NetworkingV1beta1IngressRule {}
- data NetworkingV1beta1IngressList = NetworkingV1beta1IngressList {}
- data NetworkingV1beta1IngressBackend = NetworkingV1beta1IngressBackend {}
- data NetworkingV1beta1Ingress = NetworkingV1beta1Ingress {}
- data NetworkingV1beta1HTTPIngressRuleValue = NetworkingV1beta1HTTPIngressRuleValue {}
- data NetworkingV1beta1HTTPIngressPath = NetworkingV1beta1HTTPIngressPath {}
- data ExtensionsV1beta1SupplementalGroupsStrategyOptions = ExtensionsV1beta1SupplementalGroupsStrategyOptions {}
- data ExtensionsV1beta1ScaleStatus = ExtensionsV1beta1ScaleStatus {}
- data ExtensionsV1beta1ScaleSpec = ExtensionsV1beta1ScaleSpec {}
- data ExtensionsV1beta1Scale = ExtensionsV1beta1Scale {}
- data ExtensionsV1beta1SELinuxStrategyOptions = ExtensionsV1beta1SELinuxStrategyOptions {}
- data ExtensionsV1beta1RuntimeClassStrategyOptions = ExtensionsV1beta1RuntimeClassStrategyOptions {}
- data ExtensionsV1beta1RunAsUserStrategyOptions = ExtensionsV1beta1RunAsUserStrategyOptions {}
- data ExtensionsV1beta1RunAsGroupStrategyOptions = ExtensionsV1beta1RunAsGroupStrategyOptions {}
- data ExtensionsV1beta1RollingUpdateDeployment = ExtensionsV1beta1RollingUpdateDeployment {}
- data ExtensionsV1beta1RollbackConfig = ExtensionsV1beta1RollbackConfig {}
- data ExtensionsV1beta1PodSecurityPolicySpec = ExtensionsV1beta1PodSecurityPolicySpec {
- extensionsV1beta1PodSecurityPolicySpecAllowPrivilegeEscalation :: !(Maybe Bool)
- extensionsV1beta1PodSecurityPolicySpecAllowedCsiDrivers :: !(Maybe [ExtensionsV1beta1AllowedCSIDriver])
- extensionsV1beta1PodSecurityPolicySpecAllowedCapabilities :: !(Maybe [Text])
- extensionsV1beta1PodSecurityPolicySpecAllowedFlexVolumes :: !(Maybe [ExtensionsV1beta1AllowedFlexVolume])
- extensionsV1beta1PodSecurityPolicySpecAllowedHostPaths :: !(Maybe [ExtensionsV1beta1AllowedHostPath])
- extensionsV1beta1PodSecurityPolicySpecAllowedProcMountTypes :: !(Maybe [Text])
- extensionsV1beta1PodSecurityPolicySpecAllowedUnsafeSysctls :: !(Maybe [Text])
- extensionsV1beta1PodSecurityPolicySpecDefaultAddCapabilities :: !(Maybe [Text])
- extensionsV1beta1PodSecurityPolicySpecDefaultAllowPrivilegeEscalation :: !(Maybe Bool)
- extensionsV1beta1PodSecurityPolicySpecForbiddenSysctls :: !(Maybe [Text])
- extensionsV1beta1PodSecurityPolicySpecFsGroup :: !ExtensionsV1beta1FSGroupStrategyOptions
- extensionsV1beta1PodSecurityPolicySpecHostIpc :: !(Maybe Bool)
- extensionsV1beta1PodSecurityPolicySpecHostNetwork :: !(Maybe Bool)
- extensionsV1beta1PodSecurityPolicySpecHostPid :: !(Maybe Bool)
- extensionsV1beta1PodSecurityPolicySpecHostPorts :: !(Maybe [ExtensionsV1beta1HostPortRange])
- extensionsV1beta1PodSecurityPolicySpecPrivileged :: !(Maybe Bool)
- extensionsV1beta1PodSecurityPolicySpecReadOnlyRootFilesystem :: !(Maybe Bool)
- extensionsV1beta1PodSecurityPolicySpecRequiredDropCapabilities :: !(Maybe [Text])
- extensionsV1beta1PodSecurityPolicySpecRunAsGroup :: !(Maybe ExtensionsV1beta1RunAsGroupStrategyOptions)
- extensionsV1beta1PodSecurityPolicySpecRunAsUser :: !ExtensionsV1beta1RunAsUserStrategyOptions
- extensionsV1beta1PodSecurityPolicySpecRuntimeClass :: !(Maybe ExtensionsV1beta1RuntimeClassStrategyOptions)
- extensionsV1beta1PodSecurityPolicySpecSeLinux :: !ExtensionsV1beta1SELinuxStrategyOptions
- extensionsV1beta1PodSecurityPolicySpecSupplementalGroups :: !ExtensionsV1beta1SupplementalGroupsStrategyOptions
- extensionsV1beta1PodSecurityPolicySpecVolumes :: !(Maybe [Text])
- data ExtensionsV1beta1PodSecurityPolicyList = ExtensionsV1beta1PodSecurityPolicyList {}
- data ExtensionsV1beta1PodSecurityPolicy = ExtensionsV1beta1PodSecurityPolicy {}
- data ExtensionsV1beta1IngressTLS = ExtensionsV1beta1IngressTLS {}
- data ExtensionsV1beta1IngressStatus = ExtensionsV1beta1IngressStatus {}
- data ExtensionsV1beta1IngressSpec = ExtensionsV1beta1IngressSpec {}
- data ExtensionsV1beta1IngressRule = ExtensionsV1beta1IngressRule {}
- data ExtensionsV1beta1IngressList = ExtensionsV1beta1IngressList {}
- data ExtensionsV1beta1IngressBackend = ExtensionsV1beta1IngressBackend {}
- data ExtensionsV1beta1Ingress = ExtensionsV1beta1Ingress {}
- data ExtensionsV1beta1IDRange = ExtensionsV1beta1IDRange {}
- data ExtensionsV1beta1HostPortRange = ExtensionsV1beta1HostPortRange {}
- data ExtensionsV1beta1HTTPIngressRuleValue = ExtensionsV1beta1HTTPIngressRuleValue {}
- data ExtensionsV1beta1HTTPIngressPath = ExtensionsV1beta1HTTPIngressPath {}
- data ExtensionsV1beta1FSGroupStrategyOptions = ExtensionsV1beta1FSGroupStrategyOptions {}
- data ExtensionsV1beta1DeploymentStrategy = ExtensionsV1beta1DeploymentStrategy {}
- data ExtensionsV1beta1DeploymentStatus = ExtensionsV1beta1DeploymentStatus {
- extensionsV1beta1DeploymentStatusAvailableReplicas :: !(Maybe Int)
- extensionsV1beta1DeploymentStatusCollisionCount :: !(Maybe Int)
- extensionsV1beta1DeploymentStatusConditions :: !(Maybe [ExtensionsV1beta1DeploymentCondition])
- extensionsV1beta1DeploymentStatusObservedGeneration :: !(Maybe Integer)
- extensionsV1beta1DeploymentStatusReadyReplicas :: !(Maybe Int)
- extensionsV1beta1DeploymentStatusReplicas :: !(Maybe Int)
- extensionsV1beta1DeploymentStatusUnavailableReplicas :: !(Maybe Int)
- extensionsV1beta1DeploymentStatusUpdatedReplicas :: !(Maybe Int)
- data ExtensionsV1beta1DeploymentSpec = ExtensionsV1beta1DeploymentSpec {
- extensionsV1beta1DeploymentSpecMinReadySeconds :: !(Maybe Int)
- extensionsV1beta1DeploymentSpecPaused :: !(Maybe Bool)
- extensionsV1beta1DeploymentSpecProgressDeadlineSeconds :: !(Maybe Int)
- extensionsV1beta1DeploymentSpecReplicas :: !(Maybe Int)
- extensionsV1beta1DeploymentSpecRevisionHistoryLimit :: !(Maybe Int)
- extensionsV1beta1DeploymentSpecRollbackTo :: !(Maybe ExtensionsV1beta1RollbackConfig)
- extensionsV1beta1DeploymentSpecSelector :: !(Maybe V1LabelSelector)
- extensionsV1beta1DeploymentSpecStrategy :: !(Maybe ExtensionsV1beta1DeploymentStrategy)
- extensionsV1beta1DeploymentSpecTemplate :: !V1PodTemplateSpec
- data ExtensionsV1beta1DeploymentRollback = ExtensionsV1beta1DeploymentRollback {
- extensionsV1beta1DeploymentRollbackApiVersion :: !(Maybe Text)
- extensionsV1beta1DeploymentRollbackKind :: !(Maybe Text)
- extensionsV1beta1DeploymentRollbackName :: !Text
- extensionsV1beta1DeploymentRollbackRollbackTo :: !ExtensionsV1beta1RollbackConfig
- extensionsV1beta1DeploymentRollbackUpdatedAnnotations :: !(Maybe (Map String Text))
- data ExtensionsV1beta1DeploymentList = ExtensionsV1beta1DeploymentList {}
- data ExtensionsV1beta1DeploymentCondition = ExtensionsV1beta1DeploymentCondition {
- extensionsV1beta1DeploymentConditionLastTransitionTime :: !(Maybe DateTime)
- extensionsV1beta1DeploymentConditionLastUpdateTime :: !(Maybe DateTime)
- extensionsV1beta1DeploymentConditionMessage :: !(Maybe Text)
- extensionsV1beta1DeploymentConditionReason :: !(Maybe Text)
- extensionsV1beta1DeploymentConditionStatus :: !Text
- extensionsV1beta1DeploymentConditionType :: !Text
- data ExtensionsV1beta1Deployment = ExtensionsV1beta1Deployment {
- extensionsV1beta1DeploymentApiVersion :: !(Maybe Text)
- extensionsV1beta1DeploymentKind :: !(Maybe Text)
- extensionsV1beta1DeploymentMetadata :: !(Maybe V1ObjectMeta)
- extensionsV1beta1DeploymentSpec :: !(Maybe ExtensionsV1beta1DeploymentSpec)
- extensionsV1beta1DeploymentStatus :: !(Maybe ExtensionsV1beta1DeploymentStatus)
- data ExtensionsV1beta1AllowedHostPath = ExtensionsV1beta1AllowedHostPath {}
- data ExtensionsV1beta1AllowedFlexVolume = ExtensionsV1beta1AllowedFlexVolume {}
- data ExtensionsV1beta1AllowedCSIDriver = ExtensionsV1beta1AllowedCSIDriver {}
- data AppsV1beta1ScaleStatus = AppsV1beta1ScaleStatus {}
- data AppsV1beta1ScaleSpec = AppsV1beta1ScaleSpec {}
- data AppsV1beta1Scale = AppsV1beta1Scale {}
- data AppsV1beta1RollingUpdateDeployment = AppsV1beta1RollingUpdateDeployment {}
- data AppsV1beta1RollbackConfig = AppsV1beta1RollbackConfig {}
- data AppsV1beta1DeploymentStrategy = AppsV1beta1DeploymentStrategy {}
- data AppsV1beta1DeploymentStatus = AppsV1beta1DeploymentStatus {
- appsV1beta1DeploymentStatusAvailableReplicas :: !(Maybe Int)
- appsV1beta1DeploymentStatusCollisionCount :: !(Maybe Int)
- appsV1beta1DeploymentStatusConditions :: !(Maybe [AppsV1beta1DeploymentCondition])
- appsV1beta1DeploymentStatusObservedGeneration :: !(Maybe Integer)
- appsV1beta1DeploymentStatusReadyReplicas :: !(Maybe Int)
- appsV1beta1DeploymentStatusReplicas :: !(Maybe Int)
- appsV1beta1DeploymentStatusUnavailableReplicas :: !(Maybe Int)
- appsV1beta1DeploymentStatusUpdatedReplicas :: !(Maybe Int)
- data AppsV1beta1DeploymentSpec = AppsV1beta1DeploymentSpec {
- appsV1beta1DeploymentSpecMinReadySeconds :: !(Maybe Int)
- appsV1beta1DeploymentSpecPaused :: !(Maybe Bool)
- appsV1beta1DeploymentSpecProgressDeadlineSeconds :: !(Maybe Int)
- appsV1beta1DeploymentSpecReplicas :: !(Maybe Int)
- appsV1beta1DeploymentSpecRevisionHistoryLimit :: !(Maybe Int)
- appsV1beta1DeploymentSpecRollbackTo :: !(Maybe AppsV1beta1RollbackConfig)
- appsV1beta1DeploymentSpecSelector :: !(Maybe V1LabelSelector)
- appsV1beta1DeploymentSpecStrategy :: !(Maybe AppsV1beta1DeploymentStrategy)
- appsV1beta1DeploymentSpecTemplate :: !V1PodTemplateSpec
- data AppsV1beta1DeploymentRollback = AppsV1beta1DeploymentRollback {}
- data AppsV1beta1DeploymentList = AppsV1beta1DeploymentList {}
- data AppsV1beta1DeploymentCondition = AppsV1beta1DeploymentCondition {
- appsV1beta1DeploymentConditionLastTransitionTime :: !(Maybe DateTime)
- appsV1beta1DeploymentConditionLastUpdateTime :: !(Maybe DateTime)
- appsV1beta1DeploymentConditionMessage :: !(Maybe Text)
- appsV1beta1DeploymentConditionReason :: !(Maybe Text)
- appsV1beta1DeploymentConditionStatus :: !Text
- appsV1beta1DeploymentConditionType :: !Text
- data AppsV1beta1Deployment = AppsV1beta1Deployment {}
- data ApiregistrationV1beta1ServiceReference = ApiregistrationV1beta1ServiceReference {}
- data ApiregistrationV1ServiceReference = ApiregistrationV1ServiceReference {}
- data ApiextensionsV1beta1WebhookClientConfig = ApiextensionsV1beta1WebhookClientConfig {}
- data ApiextensionsV1beta1ServiceReference = ApiextensionsV1beta1ServiceReference {}
- data ApiextensionsV1WebhookClientConfig = ApiextensionsV1WebhookClientConfig {}
- data ApiextensionsV1ServiceReference = ApiextensionsV1ServiceReference {}
- data AdmissionregistrationV1beta1WebhookClientConfig = AdmissionregistrationV1beta1WebhookClientConfig {}
- data AdmissionregistrationV1beta1ServiceReference = AdmissionregistrationV1beta1ServiceReference {}
- data AdmissionregistrationV1WebhookClientConfig = AdmissionregistrationV1WebhookClientConfig {}
- data AdmissionregistrationV1ServiceReference = AdmissionregistrationV1ServiceReference {}
- newtype Watch = Watch {}
- newtype Version = Version {}
- newtype Tty = Tty {}
- newtype Timestamps = Timestamps {
- unTimestamps :: Bool
- newtype TimeoutSeconds = TimeoutSeconds {}
- newtype TailLines = TailLines {
- unTailLines :: Int
- newtype Stdout = Stdout {}
- newtype Stdin = Stdin {}
- newtype Stderr = Stderr {}
- newtype SinceSeconds = SinceSeconds {}
- newtype ResourceVersion = ResourceVersion {}
- newtype PropagationPolicy = PropagationPolicy {}
- newtype Previous = Previous {
- unPrevious :: Bool
- newtype Pretty = Pretty {}
- newtype Ports = Ports {}
- newtype Plural = Plural {}
- newtype Path2 = Path2 {}
- newtype Path = Path {}
- newtype OrphanDependents = OrphanDependents {}
- newtype Namespace = Namespace {
- unNamespace :: Text
- newtype Name = Name {}
- newtype Logpath = Logpath {}
- newtype LimitBytes = LimitBytes {
- unLimitBytes :: Int
- newtype Limit = Limit {}
- newtype LabelSelector = LabelSelector {}
- newtype Group = Group {}
- newtype GracePeriodSeconds = GracePeriodSeconds {}
- newtype Force = Force {}
- newtype Follow = Follow {}
- newtype FieldSelector = FieldSelector {}
- newtype FieldManager = FieldManager {}
- newtype Export = Export {}
- newtype Exact = Exact {}
- newtype DryRun = DryRun {}
- newtype Continue = Continue {
- unContinue :: Text
- newtype Container = Container {
- unContainer :: Text
- newtype Command = Command {}
- newtype Body = Body {}
- newtype AllowWatchBookmarks = AllowWatchBookmarks {}
- mkAdmissionregistrationV1ServiceReference :: Text -> Text -> AdmissionregistrationV1ServiceReference
- mkAdmissionregistrationV1WebhookClientConfig :: AdmissionregistrationV1WebhookClientConfig
- mkAdmissionregistrationV1beta1ServiceReference :: Text -> Text -> AdmissionregistrationV1beta1ServiceReference
- mkAdmissionregistrationV1beta1WebhookClientConfig :: AdmissionregistrationV1beta1WebhookClientConfig
- mkApiextensionsV1ServiceReference :: Text -> Text -> ApiextensionsV1ServiceReference
- mkApiextensionsV1WebhookClientConfig :: ApiextensionsV1WebhookClientConfig
- mkApiextensionsV1beta1ServiceReference :: Text -> Text -> ApiextensionsV1beta1ServiceReference
- mkApiextensionsV1beta1WebhookClientConfig :: ApiextensionsV1beta1WebhookClientConfig
- mkApiregistrationV1ServiceReference :: ApiregistrationV1ServiceReference
- mkApiregistrationV1beta1ServiceReference :: ApiregistrationV1beta1ServiceReference
- mkAppsV1beta1Deployment :: AppsV1beta1Deployment
- mkAppsV1beta1DeploymentCondition :: Text -> Text -> AppsV1beta1DeploymentCondition
- mkAppsV1beta1DeploymentList :: [AppsV1beta1Deployment] -> AppsV1beta1DeploymentList
- mkAppsV1beta1DeploymentRollback :: Text -> AppsV1beta1RollbackConfig -> AppsV1beta1DeploymentRollback
- mkAppsV1beta1DeploymentSpec :: V1PodTemplateSpec -> AppsV1beta1DeploymentSpec
- mkAppsV1beta1DeploymentStatus :: AppsV1beta1DeploymentStatus
- mkAppsV1beta1DeploymentStrategy :: AppsV1beta1DeploymentStrategy
- mkAppsV1beta1RollbackConfig :: AppsV1beta1RollbackConfig
- mkAppsV1beta1RollingUpdateDeployment :: AppsV1beta1RollingUpdateDeployment
- mkAppsV1beta1Scale :: AppsV1beta1Scale
- mkAppsV1beta1ScaleSpec :: AppsV1beta1ScaleSpec
- mkAppsV1beta1ScaleStatus :: Int -> AppsV1beta1ScaleStatus
- mkExtensionsV1beta1AllowedCSIDriver :: Text -> ExtensionsV1beta1AllowedCSIDriver
- mkExtensionsV1beta1AllowedFlexVolume :: Text -> ExtensionsV1beta1AllowedFlexVolume
- mkExtensionsV1beta1AllowedHostPath :: ExtensionsV1beta1AllowedHostPath
- mkExtensionsV1beta1Deployment :: ExtensionsV1beta1Deployment
- mkExtensionsV1beta1DeploymentCondition :: Text -> Text -> ExtensionsV1beta1DeploymentCondition
- mkExtensionsV1beta1DeploymentList :: [ExtensionsV1beta1Deployment] -> ExtensionsV1beta1DeploymentList
- mkExtensionsV1beta1DeploymentRollback :: Text -> ExtensionsV1beta1RollbackConfig -> ExtensionsV1beta1DeploymentRollback
- mkExtensionsV1beta1DeploymentSpec :: V1PodTemplateSpec -> ExtensionsV1beta1DeploymentSpec
- mkExtensionsV1beta1DeploymentStatus :: ExtensionsV1beta1DeploymentStatus
- mkExtensionsV1beta1DeploymentStrategy :: ExtensionsV1beta1DeploymentStrategy
- mkExtensionsV1beta1FSGroupStrategyOptions :: ExtensionsV1beta1FSGroupStrategyOptions
- mkExtensionsV1beta1HTTPIngressPath :: ExtensionsV1beta1IngressBackend -> ExtensionsV1beta1HTTPIngressPath
- mkExtensionsV1beta1HTTPIngressRuleValue :: [ExtensionsV1beta1HTTPIngressPath] -> ExtensionsV1beta1HTTPIngressRuleValue
- mkExtensionsV1beta1HostPortRange :: Int -> Int -> ExtensionsV1beta1HostPortRange
- mkExtensionsV1beta1IDRange :: Integer -> Integer -> ExtensionsV1beta1IDRange
- mkExtensionsV1beta1Ingress :: ExtensionsV1beta1Ingress
- mkExtensionsV1beta1IngressBackend :: Text -> IntOrString -> ExtensionsV1beta1IngressBackend
- mkExtensionsV1beta1IngressList :: [ExtensionsV1beta1Ingress] -> ExtensionsV1beta1IngressList
- mkExtensionsV1beta1IngressRule :: ExtensionsV1beta1IngressRule
- mkExtensionsV1beta1IngressSpec :: ExtensionsV1beta1IngressSpec
- mkExtensionsV1beta1IngressStatus :: ExtensionsV1beta1IngressStatus
- mkExtensionsV1beta1IngressTLS :: ExtensionsV1beta1IngressTLS
- mkExtensionsV1beta1PodSecurityPolicy :: ExtensionsV1beta1PodSecurityPolicy
- mkExtensionsV1beta1PodSecurityPolicyList :: [ExtensionsV1beta1PodSecurityPolicy] -> ExtensionsV1beta1PodSecurityPolicyList
- mkExtensionsV1beta1PodSecurityPolicySpec :: ExtensionsV1beta1FSGroupStrategyOptions -> ExtensionsV1beta1RunAsUserStrategyOptions -> ExtensionsV1beta1SELinuxStrategyOptions -> ExtensionsV1beta1SupplementalGroupsStrategyOptions -> ExtensionsV1beta1PodSecurityPolicySpec
- mkExtensionsV1beta1RollbackConfig :: ExtensionsV1beta1RollbackConfig
- mkExtensionsV1beta1RollingUpdateDeployment :: ExtensionsV1beta1RollingUpdateDeployment
- mkExtensionsV1beta1RunAsGroupStrategyOptions :: Text -> ExtensionsV1beta1RunAsGroupStrategyOptions
- mkExtensionsV1beta1RunAsUserStrategyOptions :: Text -> ExtensionsV1beta1RunAsUserStrategyOptions
- mkExtensionsV1beta1RuntimeClassStrategyOptions :: [Text] -> ExtensionsV1beta1RuntimeClassStrategyOptions
- mkExtensionsV1beta1SELinuxStrategyOptions :: Text -> ExtensionsV1beta1SELinuxStrategyOptions
- mkExtensionsV1beta1Scale :: ExtensionsV1beta1Scale
- mkExtensionsV1beta1ScaleSpec :: ExtensionsV1beta1ScaleSpec
- mkExtensionsV1beta1ScaleStatus :: Int -> ExtensionsV1beta1ScaleStatus
- mkExtensionsV1beta1SupplementalGroupsStrategyOptions :: ExtensionsV1beta1SupplementalGroupsStrategyOptions
- mkNetworkingV1beta1HTTPIngressPath :: NetworkingV1beta1IngressBackend -> NetworkingV1beta1HTTPIngressPath
- mkNetworkingV1beta1HTTPIngressRuleValue :: [NetworkingV1beta1HTTPIngressPath] -> NetworkingV1beta1HTTPIngressRuleValue
- mkNetworkingV1beta1Ingress :: NetworkingV1beta1Ingress
- mkNetworkingV1beta1IngressBackend :: Text -> IntOrString -> NetworkingV1beta1IngressBackend
- mkNetworkingV1beta1IngressList :: [NetworkingV1beta1Ingress] -> NetworkingV1beta1IngressList
- mkNetworkingV1beta1IngressRule :: NetworkingV1beta1IngressRule
- mkNetworkingV1beta1IngressSpec :: NetworkingV1beta1IngressSpec
- mkNetworkingV1beta1IngressStatus :: NetworkingV1beta1IngressStatus
- mkNetworkingV1beta1IngressTLS :: NetworkingV1beta1IngressTLS
- mkPolicyV1beta1AllowedCSIDriver :: Text -> PolicyV1beta1AllowedCSIDriver
- mkPolicyV1beta1AllowedFlexVolume :: Text -> PolicyV1beta1AllowedFlexVolume
- mkPolicyV1beta1AllowedHostPath :: PolicyV1beta1AllowedHostPath
- mkPolicyV1beta1FSGroupStrategyOptions :: PolicyV1beta1FSGroupStrategyOptions
- mkPolicyV1beta1HostPortRange :: Int -> Int -> PolicyV1beta1HostPortRange
- mkPolicyV1beta1IDRange :: Integer -> Integer -> PolicyV1beta1IDRange
- mkPolicyV1beta1PodSecurityPolicy :: PolicyV1beta1PodSecurityPolicy
- mkPolicyV1beta1PodSecurityPolicyList :: [PolicyV1beta1PodSecurityPolicy] -> PolicyV1beta1PodSecurityPolicyList
- mkPolicyV1beta1PodSecurityPolicySpec :: PolicyV1beta1FSGroupStrategyOptions -> PolicyV1beta1RunAsUserStrategyOptions -> PolicyV1beta1SELinuxStrategyOptions -> PolicyV1beta1SupplementalGroupsStrategyOptions -> PolicyV1beta1PodSecurityPolicySpec
- mkPolicyV1beta1RunAsGroupStrategyOptions :: Text -> PolicyV1beta1RunAsGroupStrategyOptions
- mkPolicyV1beta1RunAsUserStrategyOptions :: Text -> PolicyV1beta1RunAsUserStrategyOptions
- mkPolicyV1beta1RuntimeClassStrategyOptions :: [Text] -> PolicyV1beta1RuntimeClassStrategyOptions
- mkPolicyV1beta1SELinuxStrategyOptions :: Text -> PolicyV1beta1SELinuxStrategyOptions
- mkPolicyV1beta1SupplementalGroupsStrategyOptions :: PolicyV1beta1SupplementalGroupsStrategyOptions
- mkV1APIGroup :: Text -> [V1GroupVersionForDiscovery] -> V1APIGroup
- mkV1APIGroupList :: [V1APIGroup] -> V1APIGroupList
- mkV1APIResource :: Text -> Text -> Bool -> Text -> [Text] -> V1APIResource
- mkV1APIResourceList :: Text -> [V1APIResource] -> V1APIResourceList
- mkV1APIService :: V1APIService
- mkV1APIServiceCondition :: Text -> Text -> V1APIServiceCondition
- mkV1APIServiceList :: [V1APIService] -> V1APIServiceList
- mkV1APIServiceSpec :: Int -> ApiregistrationV1ServiceReference -> Int -> V1APIServiceSpec
- mkV1APIServiceStatus :: V1APIServiceStatus
- mkV1APIVersions :: [V1ServerAddressByClientCIDR] -> [Text] -> V1APIVersions
- mkV1AWSElasticBlockStoreVolumeSource :: Text -> V1AWSElasticBlockStoreVolumeSource
- mkV1Affinity :: V1Affinity
- mkV1AggregationRule :: V1AggregationRule
- mkV1AttachedVolume :: Text -> Text -> V1AttachedVolume
- mkV1AzureDiskVolumeSource :: Text -> Text -> V1AzureDiskVolumeSource
- mkV1AzureFilePersistentVolumeSource :: Text -> Text -> V1AzureFilePersistentVolumeSource
- mkV1AzureFileVolumeSource :: Text -> Text -> V1AzureFileVolumeSource
- mkV1Binding :: V1ObjectReference -> V1Binding
- mkV1BoundObjectReference :: V1BoundObjectReference
- mkV1CSIPersistentVolumeSource :: Text -> Text -> V1CSIPersistentVolumeSource
- mkV1CSIVolumeSource :: Text -> V1CSIVolumeSource
- mkV1Capabilities :: V1Capabilities
- mkV1CephFSPersistentVolumeSource :: [Text] -> V1CephFSPersistentVolumeSource
- mkV1CephFSVolumeSource :: [Text] -> V1CephFSVolumeSource
- mkV1CinderPersistentVolumeSource :: Text -> V1CinderPersistentVolumeSource
- mkV1CinderVolumeSource :: Text -> V1CinderVolumeSource
- mkV1ClientIPConfig :: V1ClientIPConfig
- mkV1ClusterRole :: V1ClusterRole
- mkV1ClusterRoleBinding :: V1RoleRef -> V1ClusterRoleBinding
- mkV1ClusterRoleBindingList :: [V1ClusterRoleBinding] -> V1ClusterRoleBindingList
- mkV1ClusterRoleList :: [V1ClusterRole] -> V1ClusterRoleList
- mkV1ComponentCondition :: Text -> Text -> V1ComponentCondition
- mkV1ComponentStatus :: V1ComponentStatus
- mkV1ComponentStatusList :: [V1ComponentStatus] -> V1ComponentStatusList
- mkV1ConfigMap :: V1ConfigMap
- mkV1ConfigMapEnvSource :: V1ConfigMapEnvSource
- mkV1ConfigMapKeySelector :: Text -> V1ConfigMapKeySelector
- mkV1ConfigMapList :: [V1ConfigMap] -> V1ConfigMapList
- mkV1ConfigMapNodeConfigSource :: Text -> Text -> Text -> V1ConfigMapNodeConfigSource
- mkV1ConfigMapProjection :: V1ConfigMapProjection
- mkV1ConfigMapVolumeSource :: V1ConfigMapVolumeSource
- mkV1Container :: Text -> V1Container
- mkV1ContainerImage :: [Text] -> V1ContainerImage
- mkV1ContainerPort :: Int -> V1ContainerPort
- mkV1ContainerState :: V1ContainerState
- mkV1ContainerStateRunning :: V1ContainerStateRunning
- mkV1ContainerStateTerminated :: Int -> V1ContainerStateTerminated
- mkV1ContainerStateWaiting :: V1ContainerStateWaiting
- mkV1ContainerStatus :: Text -> Text -> Text -> Bool -> Int -> V1ContainerStatus
- mkV1ControllerRevision :: Integer -> V1ControllerRevision
- mkV1ControllerRevisionList :: [V1ControllerRevision] -> V1ControllerRevisionList
- mkV1CrossVersionObjectReference :: Text -> Text -> V1CrossVersionObjectReference
- mkV1CustomResourceColumnDefinition :: Text -> Text -> Text -> V1CustomResourceColumnDefinition
- mkV1CustomResourceConversion :: Text -> V1CustomResourceConversion
- mkV1CustomResourceDefinition :: V1CustomResourceDefinitionSpec -> V1CustomResourceDefinition
- mkV1CustomResourceDefinitionCondition :: Text -> Text -> V1CustomResourceDefinitionCondition
- mkV1CustomResourceDefinitionList :: [V1CustomResourceDefinition] -> V1CustomResourceDefinitionList
- mkV1CustomResourceDefinitionNames :: Text -> Text -> V1CustomResourceDefinitionNames
- mkV1CustomResourceDefinitionSpec :: Text -> V1CustomResourceDefinitionNames -> Text -> [V1CustomResourceDefinitionVersion] -> V1CustomResourceDefinitionSpec
- mkV1CustomResourceDefinitionStatus :: V1CustomResourceDefinitionNames -> [Text] -> V1CustomResourceDefinitionStatus
- mkV1CustomResourceDefinitionVersion :: Text -> Bool -> Bool -> V1CustomResourceDefinitionVersion
- mkV1CustomResourceSubresourceScale :: Text -> Text -> V1CustomResourceSubresourceScale
- mkV1CustomResourceSubresources :: V1CustomResourceSubresources
- mkV1CustomResourceValidation :: V1CustomResourceValidation
- mkV1DaemonEndpoint :: Int -> V1DaemonEndpoint
- mkV1DaemonSet :: V1DaemonSet
- mkV1DaemonSetCondition :: Text -> Text -> V1DaemonSetCondition
- mkV1DaemonSetList :: [V1DaemonSet] -> V1DaemonSetList
- mkV1DaemonSetSpec :: V1LabelSelector -> V1PodTemplateSpec -> V1DaemonSetSpec
- mkV1DaemonSetStatus :: Int -> Int -> Int -> Int -> V1DaemonSetStatus
- mkV1DaemonSetUpdateStrategy :: V1DaemonSetUpdateStrategy
- mkV1DeleteOptions :: V1DeleteOptions
- mkV1Deployment :: V1Deployment
- mkV1DeploymentCondition :: Text -> Text -> V1DeploymentCondition
- mkV1DeploymentList :: [V1Deployment] -> V1DeploymentList
- mkV1DeploymentSpec :: V1LabelSelector -> V1PodTemplateSpec -> V1DeploymentSpec
- mkV1DeploymentStatus :: V1DeploymentStatus
- mkV1DeploymentStrategy :: V1DeploymentStrategy
- mkV1DownwardAPIProjection :: V1DownwardAPIProjection
- mkV1DownwardAPIVolumeFile :: Text -> V1DownwardAPIVolumeFile
- mkV1DownwardAPIVolumeSource :: V1DownwardAPIVolumeSource
- mkV1EmptyDirVolumeSource :: V1EmptyDirVolumeSource
- mkV1EndpointAddress :: Text -> V1EndpointAddress
- mkV1EndpointPort :: Int -> V1EndpointPort
- mkV1EndpointSubset :: V1EndpointSubset
- mkV1Endpoints :: V1Endpoints
- mkV1EndpointsList :: [V1Endpoints] -> V1EndpointsList
- mkV1EnvFromSource :: V1EnvFromSource
- mkV1EnvVar :: Text -> V1EnvVar
- mkV1EnvVarSource :: V1EnvVarSource
- mkV1EphemeralContainer :: Text -> V1EphemeralContainer
- mkV1Event :: V1ObjectReference -> V1ObjectMeta -> V1Event
- mkV1EventList :: [V1Event] -> V1EventList
- mkV1EventSeries :: V1EventSeries
- mkV1EventSource :: V1EventSource
- mkV1ExecAction :: V1ExecAction
- mkV1ExternalDocumentation :: V1ExternalDocumentation
- mkV1FCVolumeSource :: V1FCVolumeSource
- mkV1FlexPersistentVolumeSource :: Text -> V1FlexPersistentVolumeSource
- mkV1FlexVolumeSource :: Text -> V1FlexVolumeSource
- mkV1FlockerVolumeSource :: V1FlockerVolumeSource
- mkV1GCEPersistentDiskVolumeSource :: Text -> V1GCEPersistentDiskVolumeSource
- mkV1GitRepoVolumeSource :: Text -> V1GitRepoVolumeSource
- mkV1GlusterfsPersistentVolumeSource :: Text -> Text -> V1GlusterfsPersistentVolumeSource
- mkV1GlusterfsVolumeSource :: Text -> Text -> V1GlusterfsVolumeSource
- mkV1GroupVersionForDiscovery :: Text -> Text -> V1GroupVersionForDiscovery
- mkV1HTTPGetAction :: IntOrString -> V1HTTPGetAction
- mkV1HTTPHeader :: Text -> Text -> V1HTTPHeader
- mkV1Handler :: V1Handler
- mkV1HorizontalPodAutoscaler :: V1HorizontalPodAutoscaler
- mkV1HorizontalPodAutoscalerList :: [V1HorizontalPodAutoscaler] -> V1HorizontalPodAutoscalerList
- mkV1HorizontalPodAutoscalerSpec :: Int -> V1CrossVersionObjectReference -> V1HorizontalPodAutoscalerSpec
- mkV1HorizontalPodAutoscalerStatus :: Int -> Int -> V1HorizontalPodAutoscalerStatus
- mkV1HostAlias :: V1HostAlias
- mkV1HostPathVolumeSource :: Text -> V1HostPathVolumeSource
- mkV1IPBlock :: Text -> V1IPBlock
- mkV1ISCSIPersistentVolumeSource :: Text -> Int -> Text -> V1ISCSIPersistentVolumeSource
- mkV1ISCSIVolumeSource :: Text -> Int -> Text -> V1ISCSIVolumeSource
- mkV1JSONSchemaProps :: V1JSONSchemaProps
- mkV1Job :: V1Job
- mkV1JobCondition :: Text -> Text -> V1JobCondition
- mkV1JobList :: [V1Job] -> V1JobList
- mkV1JobSpec :: V1PodTemplateSpec -> V1JobSpec
- mkV1JobStatus :: V1JobStatus
- mkV1KeyToPath :: Text -> Text -> V1KeyToPath
- mkV1LabelSelector :: V1LabelSelector
- mkV1LabelSelectorRequirement :: Text -> Text -> V1LabelSelectorRequirement
- mkV1Lease :: V1Lease
- mkV1LeaseList :: [V1Lease] -> V1LeaseList
- mkV1LeaseSpec :: V1LeaseSpec
- mkV1Lifecycle :: V1Lifecycle
- mkV1LimitRange :: V1LimitRange
- mkV1LimitRangeItem :: V1LimitRangeItem
- mkV1LimitRangeList :: [V1LimitRange] -> V1LimitRangeList
- mkV1LimitRangeSpec :: [V1LimitRangeItem] -> V1LimitRangeSpec
- mkV1ListMeta :: V1ListMeta
- mkV1LoadBalancerIngress :: V1LoadBalancerIngress
- mkV1LoadBalancerStatus :: V1LoadBalancerStatus
- mkV1LocalObjectReference :: V1LocalObjectReference
- mkV1LocalSubjectAccessReview :: V1SubjectAccessReviewSpec -> V1LocalSubjectAccessReview
- mkV1LocalVolumeSource :: Text -> V1LocalVolumeSource
- mkV1ManagedFieldsEntry :: V1ManagedFieldsEntry
- mkV1MutatingWebhook :: [Text] -> AdmissionregistrationV1WebhookClientConfig -> Text -> Text -> V1MutatingWebhook
- mkV1MutatingWebhookConfiguration :: V1MutatingWebhookConfiguration
- mkV1MutatingWebhookConfigurationList :: [V1MutatingWebhookConfiguration] -> V1MutatingWebhookConfigurationList
- mkV1NFSVolumeSource :: Text -> Text -> V1NFSVolumeSource
- mkV1Namespace :: V1Namespace
- mkV1NamespaceCondition :: Text -> Text -> V1NamespaceCondition
- mkV1NamespaceList :: [V1Namespace] -> V1NamespaceList
- mkV1NamespaceSpec :: V1NamespaceSpec
- mkV1NamespaceStatus :: V1NamespaceStatus
- mkV1NetworkPolicy :: V1NetworkPolicy
- mkV1NetworkPolicyEgressRule :: V1NetworkPolicyEgressRule
- mkV1NetworkPolicyIngressRule :: V1NetworkPolicyIngressRule
- mkV1NetworkPolicyList :: [V1NetworkPolicy] -> V1NetworkPolicyList
- mkV1NetworkPolicyPeer :: V1NetworkPolicyPeer
- mkV1NetworkPolicyPort :: V1NetworkPolicyPort
- mkV1NetworkPolicySpec :: V1LabelSelector -> V1NetworkPolicySpec
- mkV1Node :: V1Node
- mkV1NodeAddress :: Text -> Text -> V1NodeAddress
- mkV1NodeAffinity :: V1NodeAffinity
- mkV1NodeCondition :: Text -> Text -> V1NodeCondition
- mkV1NodeConfigSource :: V1NodeConfigSource
- mkV1NodeConfigStatus :: V1NodeConfigStatus
- mkV1NodeDaemonEndpoints :: V1NodeDaemonEndpoints
- mkV1NodeList :: [V1Node] -> V1NodeList
- mkV1NodeSelector :: [V1NodeSelectorTerm] -> V1NodeSelector
- mkV1NodeSelectorRequirement :: Text -> Text -> V1NodeSelectorRequirement
- mkV1NodeSelectorTerm :: V1NodeSelectorTerm
- mkV1NodeSpec :: V1NodeSpec
- mkV1NodeStatus :: V1NodeStatus
- mkV1NodeSystemInfo :: Text -> Text -> Text -> Text -> Text -> Text -> Text -> Text -> Text -> Text -> V1NodeSystemInfo
- mkV1NonResourceAttributes :: V1NonResourceAttributes
- mkV1NonResourceRule :: [Text] -> V1NonResourceRule
- mkV1ObjectFieldSelector :: Text -> V1ObjectFieldSelector
- mkV1ObjectMeta :: V1ObjectMeta
- mkV1ObjectReference :: V1ObjectReference
- mkV1OwnerReference :: Text -> Text -> Text -> Text -> V1OwnerReference
- mkV1PersistentVolume :: V1PersistentVolume
- mkV1PersistentVolumeClaim :: V1PersistentVolumeClaim
- mkV1PersistentVolumeClaimCondition :: Text -> Text -> V1PersistentVolumeClaimCondition
- mkV1PersistentVolumeClaimList :: [V1PersistentVolumeClaim] -> V1PersistentVolumeClaimList
- mkV1PersistentVolumeClaimSpec :: V1PersistentVolumeClaimSpec
- mkV1PersistentVolumeClaimStatus :: V1PersistentVolumeClaimStatus
- mkV1PersistentVolumeClaimVolumeSource :: Text -> V1PersistentVolumeClaimVolumeSource
- mkV1PersistentVolumeList :: [V1PersistentVolume] -> V1PersistentVolumeList
- mkV1PersistentVolumeSpec :: V1PersistentVolumeSpec
- mkV1PersistentVolumeStatus :: V1PersistentVolumeStatus
- mkV1PhotonPersistentDiskVolumeSource :: Text -> V1PhotonPersistentDiskVolumeSource
- mkV1Pod :: V1Pod
- mkV1PodAffinity :: V1PodAffinity
- mkV1PodAffinityTerm :: Text -> V1PodAffinityTerm
- mkV1PodAntiAffinity :: V1PodAntiAffinity
- mkV1PodCondition :: Text -> Text -> V1PodCondition
- mkV1PodDNSConfig :: V1PodDNSConfig
- mkV1PodDNSConfigOption :: V1PodDNSConfigOption
- mkV1PodIP :: V1PodIP
- mkV1PodList :: [V1Pod] -> V1PodList
- mkV1PodReadinessGate :: Text -> V1PodReadinessGate
- mkV1PodSecurityContext :: V1PodSecurityContext
- mkV1PodSpec :: [V1Container] -> V1PodSpec
- mkV1PodStatus :: V1PodStatus
- mkV1PodTemplate :: V1PodTemplate
- mkV1PodTemplateList :: [V1PodTemplate] -> V1PodTemplateList
- mkV1PodTemplateSpec :: V1PodTemplateSpec
- mkV1PolicyRule :: [Text] -> V1PolicyRule
- mkV1PortworxVolumeSource :: Text -> V1PortworxVolumeSource
- mkV1Preconditions :: V1Preconditions
- mkV1PreferredSchedulingTerm :: V1NodeSelectorTerm -> Int -> V1PreferredSchedulingTerm
- mkV1PriorityClass :: Int -> V1PriorityClass
- mkV1PriorityClassList :: [V1PriorityClass] -> V1PriorityClassList
- mkV1Probe :: V1Probe
- mkV1ProjectedVolumeSource :: [V1VolumeProjection] -> V1ProjectedVolumeSource
- mkV1QuobyteVolumeSource :: Text -> Text -> V1QuobyteVolumeSource
- mkV1RBDPersistentVolumeSource :: Text -> [Text] -> V1RBDPersistentVolumeSource
- mkV1RBDVolumeSource :: Text -> [Text] -> V1RBDVolumeSource
- mkV1ReplicaSet :: V1ReplicaSet
- mkV1ReplicaSetCondition :: Text -> Text -> V1ReplicaSetCondition
- mkV1ReplicaSetList :: [V1ReplicaSet] -> V1ReplicaSetList
- mkV1ReplicaSetSpec :: V1LabelSelector -> V1ReplicaSetSpec
- mkV1ReplicaSetStatus :: Int -> V1ReplicaSetStatus
- mkV1ReplicationController :: V1ReplicationController
- mkV1ReplicationControllerCondition :: Text -> Text -> V1ReplicationControllerCondition
- mkV1ReplicationControllerList :: [V1ReplicationController] -> V1ReplicationControllerList
- mkV1ReplicationControllerSpec :: V1ReplicationControllerSpec
- mkV1ReplicationControllerStatus :: Int -> V1ReplicationControllerStatus
- mkV1ResourceAttributes :: V1ResourceAttributes
- mkV1ResourceFieldSelector :: Text -> V1ResourceFieldSelector
- mkV1ResourceQuota :: V1ResourceQuota
- mkV1ResourceQuotaList :: [V1ResourceQuota] -> V1ResourceQuotaList
- mkV1ResourceQuotaSpec :: V1ResourceQuotaSpec
- mkV1ResourceQuotaStatus :: V1ResourceQuotaStatus
- mkV1ResourceRequirements :: V1ResourceRequirements
- mkV1ResourceRule :: [Text] -> V1ResourceRule
- mkV1Role :: V1Role
- mkV1RoleBinding :: V1RoleRef -> V1RoleBinding
- mkV1RoleBindingList :: [V1RoleBinding] -> V1RoleBindingList
- mkV1RoleList :: [V1Role] -> V1RoleList
- mkV1RoleRef :: Text -> Text -> Text -> V1RoleRef
- mkV1RollingUpdateDaemonSet :: V1RollingUpdateDaemonSet
- mkV1RollingUpdateDeployment :: V1RollingUpdateDeployment
- mkV1RollingUpdateStatefulSetStrategy :: V1RollingUpdateStatefulSetStrategy
- mkV1RuleWithOperations :: V1RuleWithOperations
- mkV1SELinuxOptions :: V1SELinuxOptions
- mkV1Scale :: V1Scale
- mkV1ScaleIOPersistentVolumeSource :: Text -> V1SecretReference -> Text -> V1ScaleIOPersistentVolumeSource
- mkV1ScaleIOVolumeSource :: Text -> V1LocalObjectReference -> Text -> V1ScaleIOVolumeSource
- mkV1ScaleSpec :: V1ScaleSpec
- mkV1ScaleStatus :: Int -> V1ScaleStatus
- mkV1ScopeSelector :: V1ScopeSelector
- mkV1ScopedResourceSelectorRequirement :: Text -> Text -> V1ScopedResourceSelectorRequirement
- mkV1Secret :: V1Secret
- mkV1SecretEnvSource :: V1SecretEnvSource
- mkV1SecretKeySelector :: Text -> V1SecretKeySelector
- mkV1SecretList :: [V1Secret] -> V1SecretList
- mkV1SecretProjection :: V1SecretProjection
- mkV1SecretReference :: V1SecretReference
- mkV1SecretVolumeSource :: V1SecretVolumeSource
- mkV1SecurityContext :: V1SecurityContext
- mkV1SelfSubjectAccessReview :: V1SelfSubjectAccessReviewSpec -> V1SelfSubjectAccessReview
- mkV1SelfSubjectAccessReviewSpec :: V1SelfSubjectAccessReviewSpec
- mkV1SelfSubjectRulesReview :: V1SelfSubjectRulesReviewSpec -> V1SelfSubjectRulesReview
- mkV1SelfSubjectRulesReviewSpec :: V1SelfSubjectRulesReviewSpec
- mkV1ServerAddressByClientCIDR :: Text -> Text -> V1ServerAddressByClientCIDR
- mkV1Service :: V1Service
- mkV1ServiceAccount :: V1ServiceAccount
- mkV1ServiceAccountList :: [V1ServiceAccount] -> V1ServiceAccountList
- mkV1ServiceAccountTokenProjection :: Text -> V1ServiceAccountTokenProjection
- mkV1ServiceList :: [V1Service] -> V1ServiceList
- mkV1ServicePort :: Int -> V1ServicePort
- mkV1ServiceSpec :: V1ServiceSpec
- mkV1ServiceStatus :: V1ServiceStatus
- mkV1SessionAffinityConfig :: V1SessionAffinityConfig
- mkV1StatefulSet :: V1StatefulSet
- mkV1StatefulSetCondition :: Text -> Text -> V1StatefulSetCondition
- mkV1StatefulSetList :: [V1StatefulSet] -> V1StatefulSetList
- mkV1StatefulSetSpec :: V1LabelSelector -> Text -> V1PodTemplateSpec -> V1StatefulSetSpec
- mkV1StatefulSetStatus :: Int -> V1StatefulSetStatus
- mkV1StatefulSetUpdateStrategy :: V1StatefulSetUpdateStrategy
- mkV1Status :: V1Status
- mkV1StatusCause :: V1StatusCause
- mkV1StatusDetails :: V1StatusDetails
- mkV1StorageClass :: Text -> V1StorageClass
- mkV1StorageClassList :: [V1StorageClass] -> V1StorageClassList
- mkV1StorageOSPersistentVolumeSource :: V1StorageOSPersistentVolumeSource
- mkV1StorageOSVolumeSource :: V1StorageOSVolumeSource
- mkV1Subject :: Text -> Text -> V1Subject
- mkV1SubjectAccessReview :: V1SubjectAccessReviewSpec -> V1SubjectAccessReview
- mkV1SubjectAccessReviewSpec :: V1SubjectAccessReviewSpec
- mkV1SubjectAccessReviewStatus :: Bool -> V1SubjectAccessReviewStatus
- mkV1SubjectRulesReviewStatus :: Bool -> [V1NonResourceRule] -> [V1ResourceRule] -> V1SubjectRulesReviewStatus
- mkV1Sysctl :: Text -> Text -> V1Sysctl
- mkV1TCPSocketAction :: IntOrString -> V1TCPSocketAction
- mkV1Taint :: Text -> Text -> V1Taint
- mkV1TokenRequest :: V1TokenRequestSpec -> V1TokenRequest
- mkV1TokenRequestSpec :: [Text] -> V1TokenRequestSpec
- mkV1TokenRequestStatus :: DateTime -> Text -> V1TokenRequestStatus
- mkV1TokenReview :: V1TokenReviewSpec -> V1TokenReview
- mkV1TokenReviewSpec :: V1TokenReviewSpec
- mkV1TokenReviewStatus :: V1TokenReviewStatus
- mkV1Toleration :: V1Toleration
- mkV1TopologySelectorLabelRequirement :: Text -> [Text] -> V1TopologySelectorLabelRequirement
- mkV1TopologySelectorTerm :: V1TopologySelectorTerm
- mkV1TopologySpreadConstraint :: Int -> Text -> Text -> V1TopologySpreadConstraint
- mkV1TypedLocalObjectReference :: Text -> Text -> V1TypedLocalObjectReference
- mkV1UserInfo :: V1UserInfo
- mkV1ValidatingWebhook :: [Text] -> AdmissionregistrationV1WebhookClientConfig -> Text -> Text -> V1ValidatingWebhook
- mkV1ValidatingWebhookConfiguration :: V1ValidatingWebhookConfiguration
- mkV1ValidatingWebhookConfigurationList :: [V1ValidatingWebhookConfiguration] -> V1ValidatingWebhookConfigurationList
- mkV1Volume :: Text -> V1Volume
- mkV1VolumeAttachment :: V1VolumeAttachmentSpec -> V1VolumeAttachment
- mkV1VolumeAttachmentList :: [V1VolumeAttachment] -> V1VolumeAttachmentList
- mkV1VolumeAttachmentSource :: V1VolumeAttachmentSource
- mkV1VolumeAttachmentSpec :: Text -> Text -> V1VolumeAttachmentSource -> V1VolumeAttachmentSpec
- mkV1VolumeAttachmentStatus :: Bool -> V1VolumeAttachmentStatus
- mkV1VolumeDevice :: Text -> Text -> V1VolumeDevice
- mkV1VolumeError :: V1VolumeError
- mkV1VolumeMount :: Text -> Text -> V1VolumeMount
- mkV1VolumeNodeAffinity :: V1VolumeNodeAffinity
- mkV1VolumeProjection :: V1VolumeProjection
- mkV1VsphereVirtualDiskVolumeSource :: Text -> V1VsphereVirtualDiskVolumeSource
- mkV1WatchEvent :: Value -> Text -> V1WatchEvent
- mkV1WebhookConversion :: [Text] -> V1WebhookConversion
- mkV1WeightedPodAffinityTerm :: V1PodAffinityTerm -> Int -> V1WeightedPodAffinityTerm
- mkV1WindowsSecurityContextOptions :: V1WindowsSecurityContextOptions
- mkV1alpha1AggregationRule :: V1alpha1AggregationRule
- mkV1alpha1AuditSink :: V1alpha1AuditSink
- mkV1alpha1AuditSinkList :: [V1alpha1AuditSink] -> V1alpha1AuditSinkList
- mkV1alpha1AuditSinkSpec :: V1alpha1Policy -> V1alpha1Webhook -> V1alpha1AuditSinkSpec
- mkV1alpha1ClusterRole :: V1alpha1ClusterRole
- mkV1alpha1ClusterRoleBinding :: V1alpha1RoleRef -> V1alpha1ClusterRoleBinding
- mkV1alpha1ClusterRoleBindingList :: [V1alpha1ClusterRoleBinding] -> V1alpha1ClusterRoleBindingList
- mkV1alpha1ClusterRoleList :: [V1alpha1ClusterRole] -> V1alpha1ClusterRoleList
- mkV1alpha1Endpoint :: [Text] -> V1alpha1Endpoint
- mkV1alpha1EndpointConditions :: V1alpha1EndpointConditions
- mkV1alpha1EndpointPort :: V1alpha1EndpointPort
- mkV1alpha1EndpointSlice :: [V1alpha1Endpoint] -> V1alpha1EndpointSlice
- mkV1alpha1EndpointSliceList :: [V1alpha1EndpointSlice] -> V1alpha1EndpointSliceList
- mkV1alpha1Overhead :: V1alpha1Overhead
- mkV1alpha1PodPreset :: V1alpha1PodPreset
- mkV1alpha1PodPresetList :: [V1alpha1PodPreset] -> V1alpha1PodPresetList
- mkV1alpha1PodPresetSpec :: V1alpha1PodPresetSpec
- mkV1alpha1Policy :: Text -> V1alpha1Policy
- mkV1alpha1PolicyRule :: [Text] -> V1alpha1PolicyRule
- mkV1alpha1PriorityClass :: Int -> V1alpha1PriorityClass
- mkV1alpha1PriorityClassList :: [V1alpha1PriorityClass] -> V1alpha1PriorityClassList
- mkV1alpha1Role :: V1alpha1Role
- mkV1alpha1RoleBinding :: V1alpha1RoleRef -> V1alpha1RoleBinding
- mkV1alpha1RoleBindingList :: [V1alpha1RoleBinding] -> V1alpha1RoleBindingList
- mkV1alpha1RoleList :: [V1alpha1Role] -> V1alpha1RoleList
- mkV1alpha1RoleRef :: Text -> Text -> Text -> V1alpha1RoleRef
- mkV1alpha1RuntimeClass :: V1alpha1RuntimeClassSpec -> V1alpha1RuntimeClass
- mkV1alpha1RuntimeClassList :: [V1alpha1RuntimeClass] -> V1alpha1RuntimeClassList
- mkV1alpha1RuntimeClassSpec :: Text -> V1alpha1RuntimeClassSpec
- mkV1alpha1Scheduling :: V1alpha1Scheduling
- mkV1alpha1ServiceReference :: Text -> Text -> V1alpha1ServiceReference
- mkV1alpha1Subject :: Text -> Text -> V1alpha1Subject
- mkV1alpha1VolumeAttachment :: V1alpha1VolumeAttachmentSpec -> V1alpha1VolumeAttachment
- mkV1alpha1VolumeAttachmentList :: [V1alpha1VolumeAttachment] -> V1alpha1VolumeAttachmentList
- mkV1alpha1VolumeAttachmentSource :: V1alpha1VolumeAttachmentSource
- mkV1alpha1VolumeAttachmentSpec :: Text -> Text -> V1alpha1VolumeAttachmentSource -> V1alpha1VolumeAttachmentSpec
- mkV1alpha1VolumeAttachmentStatus :: Bool -> V1alpha1VolumeAttachmentStatus
- mkV1alpha1VolumeError :: V1alpha1VolumeError
- mkV1alpha1Webhook :: V1alpha1WebhookClientConfig -> V1alpha1Webhook
- mkV1alpha1WebhookClientConfig :: V1alpha1WebhookClientConfig
- mkV1alpha1WebhookThrottleConfig :: V1alpha1WebhookThrottleConfig
- mkV1beta1APIService :: V1beta1APIService
- mkV1beta1APIServiceCondition :: Text -> Text -> V1beta1APIServiceCondition
- mkV1beta1APIServiceList :: [V1beta1APIService] -> V1beta1APIServiceList
- mkV1beta1APIServiceSpec :: Int -> ApiregistrationV1beta1ServiceReference -> Int -> V1beta1APIServiceSpec
- mkV1beta1APIServiceStatus :: V1beta1APIServiceStatus
- mkV1beta1AggregationRule :: V1beta1AggregationRule
- mkV1beta1CSIDriver :: V1beta1CSIDriverSpec -> V1beta1CSIDriver
- mkV1beta1CSIDriverList :: [V1beta1CSIDriver] -> V1beta1CSIDriverList
- mkV1beta1CSIDriverSpec :: V1beta1CSIDriverSpec
- mkV1beta1CSINode :: V1beta1CSINodeSpec -> V1beta1CSINode
- mkV1beta1CSINodeDriver :: Text -> Text -> V1beta1CSINodeDriver
- mkV1beta1CSINodeList :: [V1beta1CSINode] -> V1beta1CSINodeList
- mkV1beta1CSINodeSpec :: [V1beta1CSINodeDriver] -> V1beta1CSINodeSpec
- mkV1beta1CertificateSigningRequest :: V1beta1CertificateSigningRequest
- mkV1beta1CertificateSigningRequestCondition :: Text -> V1beta1CertificateSigningRequestCondition
- mkV1beta1CertificateSigningRequestList :: [V1beta1CertificateSigningRequest] -> V1beta1CertificateSigningRequestList
- mkV1beta1CertificateSigningRequestSpec :: ByteArray -> V1beta1CertificateSigningRequestSpec
- mkV1beta1CertificateSigningRequestStatus :: V1beta1CertificateSigningRequestStatus
- mkV1beta1ClusterRole :: V1beta1ClusterRole
- mkV1beta1ClusterRoleBinding :: V1beta1RoleRef -> V1beta1ClusterRoleBinding
- mkV1beta1ClusterRoleBindingList :: [V1beta1ClusterRoleBinding] -> V1beta1ClusterRoleBindingList
- mkV1beta1ClusterRoleList :: [V1beta1ClusterRole] -> V1beta1ClusterRoleList
- mkV1beta1ControllerRevision :: Integer -> V1beta1ControllerRevision
- mkV1beta1ControllerRevisionList :: [V1beta1ControllerRevision] -> V1beta1ControllerRevisionList
- mkV1beta1CronJob :: V1beta1CronJob
- mkV1beta1CronJobList :: [V1beta1CronJob] -> V1beta1CronJobList
- mkV1beta1CronJobSpec :: V1beta1JobTemplateSpec -> Text -> V1beta1CronJobSpec
- mkV1beta1CronJobStatus :: V1beta1CronJobStatus
- mkV1beta1CustomResourceColumnDefinition :: Text -> Text -> Text -> V1beta1CustomResourceColumnDefinition
- mkV1beta1CustomResourceConversion :: Text -> V1beta1CustomResourceConversion
- mkV1beta1CustomResourceDefinition :: V1beta1CustomResourceDefinitionSpec -> V1beta1CustomResourceDefinition
- mkV1beta1CustomResourceDefinitionCondition :: Text -> Text -> V1beta1CustomResourceDefinitionCondition
- mkV1beta1CustomResourceDefinitionList :: [V1beta1CustomResourceDefinition] -> V1beta1CustomResourceDefinitionList
- mkV1beta1CustomResourceDefinitionNames :: Text -> Text -> V1beta1CustomResourceDefinitionNames
- mkV1beta1CustomResourceDefinitionSpec :: Text -> V1beta1CustomResourceDefinitionNames -> Text -> V1beta1CustomResourceDefinitionSpec
- mkV1beta1CustomResourceDefinitionStatus :: V1beta1CustomResourceDefinitionNames -> [Text] -> V1beta1CustomResourceDefinitionStatus
- mkV1beta1CustomResourceDefinitionVersion :: Text -> Bool -> Bool -> V1beta1CustomResourceDefinitionVersion
- mkV1beta1CustomResourceSubresourceScale :: Text -> Text -> V1beta1CustomResourceSubresourceScale
- mkV1beta1CustomResourceSubresources :: V1beta1CustomResourceSubresources
- mkV1beta1CustomResourceValidation :: V1beta1CustomResourceValidation
- mkV1beta1DaemonSet :: V1beta1DaemonSet
- mkV1beta1DaemonSetCondition :: Text -> Text -> V1beta1DaemonSetCondition
- mkV1beta1DaemonSetList :: [V1beta1DaemonSet] -> V1beta1DaemonSetList
- mkV1beta1DaemonSetSpec :: V1PodTemplateSpec -> V1beta1DaemonSetSpec
- mkV1beta1DaemonSetStatus :: Int -> Int -> Int -> Int -> V1beta1DaemonSetStatus
- mkV1beta1DaemonSetUpdateStrategy :: V1beta1DaemonSetUpdateStrategy
- mkV1beta1Event :: DateTime -> V1beta1Event
- mkV1beta1EventList :: [V1beta1Event] -> V1beta1EventList
- mkV1beta1EventSeries :: Int -> DateTime -> Text -> V1beta1EventSeries
- mkV1beta1Eviction :: V1beta1Eviction
- mkV1beta1ExternalDocumentation :: V1beta1ExternalDocumentation
- mkV1beta1IPBlock :: Text -> V1beta1IPBlock
- mkV1beta1JSONSchemaProps :: V1beta1JSONSchemaProps
- mkV1beta1JobTemplateSpec :: V1beta1JobTemplateSpec
- mkV1beta1Lease :: V1beta1Lease
- mkV1beta1LeaseList :: [V1beta1Lease] -> V1beta1LeaseList
- mkV1beta1LeaseSpec :: V1beta1LeaseSpec
- mkV1beta1LocalSubjectAccessReview :: V1beta1SubjectAccessReviewSpec -> V1beta1LocalSubjectAccessReview
- mkV1beta1MutatingWebhook :: AdmissionregistrationV1beta1WebhookClientConfig -> Text -> V1beta1MutatingWebhook
- mkV1beta1MutatingWebhookConfiguration :: V1beta1MutatingWebhookConfiguration
- mkV1beta1MutatingWebhookConfigurationList :: [V1beta1MutatingWebhookConfiguration] -> V1beta1MutatingWebhookConfigurationList
- mkV1beta1NetworkPolicy :: V1beta1NetworkPolicy
- mkV1beta1NetworkPolicyEgressRule :: V1beta1NetworkPolicyEgressRule
- mkV1beta1NetworkPolicyIngressRule :: V1beta1NetworkPolicyIngressRule
- mkV1beta1NetworkPolicyList :: [V1beta1NetworkPolicy] -> V1beta1NetworkPolicyList
- mkV1beta1NetworkPolicyPeer :: V1beta1NetworkPolicyPeer
- mkV1beta1NetworkPolicyPort :: V1beta1NetworkPolicyPort
- mkV1beta1NetworkPolicySpec :: V1LabelSelector -> V1beta1NetworkPolicySpec
- mkV1beta1NonResourceAttributes :: V1beta1NonResourceAttributes
- mkV1beta1NonResourceRule :: [Text] -> V1beta1NonResourceRule
- mkV1beta1Overhead :: V1beta1Overhead
- mkV1beta1PodDisruptionBudget :: V1beta1PodDisruptionBudget
- mkV1beta1PodDisruptionBudgetList :: [V1beta1PodDisruptionBudget] -> V1beta1PodDisruptionBudgetList
- mkV1beta1PodDisruptionBudgetSpec :: V1beta1PodDisruptionBudgetSpec
- mkV1beta1PodDisruptionBudgetStatus :: Int -> Int -> Int -> Int -> V1beta1PodDisruptionBudgetStatus
- mkV1beta1PolicyRule :: [Text] -> V1beta1PolicyRule
- mkV1beta1PriorityClass :: Int -> V1beta1PriorityClass
- mkV1beta1PriorityClassList :: [V1beta1PriorityClass] -> V1beta1PriorityClassList
- mkV1beta1ReplicaSet :: V1beta1ReplicaSet
- mkV1beta1ReplicaSetCondition :: Text -> Text -> V1beta1ReplicaSetCondition
- mkV1beta1ReplicaSetList :: [V1beta1ReplicaSet] -> V1beta1ReplicaSetList
- mkV1beta1ReplicaSetSpec :: V1beta1ReplicaSetSpec
- mkV1beta1ReplicaSetStatus :: Int -> V1beta1ReplicaSetStatus
- mkV1beta1ResourceAttributes :: V1beta1ResourceAttributes
- mkV1beta1ResourceRule :: [Text] -> V1beta1ResourceRule
- mkV1beta1Role :: V1beta1Role
- mkV1beta1RoleBinding :: V1beta1RoleRef -> V1beta1RoleBinding
- mkV1beta1RoleBindingList :: [V1beta1RoleBinding] -> V1beta1RoleBindingList
- mkV1beta1RoleList :: [V1beta1Role] -> V1beta1RoleList
- mkV1beta1RoleRef :: Text -> Text -> Text -> V1beta1RoleRef
- mkV1beta1RollingUpdateDaemonSet :: V1beta1RollingUpdateDaemonSet
- mkV1beta1RollingUpdateStatefulSetStrategy :: V1beta1RollingUpdateStatefulSetStrategy
- mkV1beta1RuleWithOperations :: V1beta1RuleWithOperations
- mkV1beta1RuntimeClass :: Text -> V1beta1RuntimeClass
- mkV1beta1RuntimeClassList :: [V1beta1RuntimeClass] -> V1beta1RuntimeClassList
- mkV1beta1Scheduling :: V1beta1Scheduling
- mkV1beta1SelfSubjectAccessReview :: V1beta1SelfSubjectAccessReviewSpec -> V1beta1SelfSubjectAccessReview
- mkV1beta1SelfSubjectAccessReviewSpec :: V1beta1SelfSubjectAccessReviewSpec
- mkV1beta1SelfSubjectRulesReview :: V1beta1SelfSubjectRulesReviewSpec -> V1beta1SelfSubjectRulesReview
- mkV1beta1SelfSubjectRulesReviewSpec :: V1beta1SelfSubjectRulesReviewSpec
- mkV1beta1StatefulSet :: V1beta1StatefulSet
- mkV1beta1StatefulSetCondition :: Text -> Text -> V1beta1StatefulSetCondition
- mkV1beta1StatefulSetList :: [V1beta1StatefulSet] -> V1beta1StatefulSetList
- mkV1beta1StatefulSetSpec :: Text -> V1PodTemplateSpec -> V1beta1StatefulSetSpec
- mkV1beta1StatefulSetStatus :: Int -> V1beta1StatefulSetStatus
- mkV1beta1StatefulSetUpdateStrategy :: V1beta1StatefulSetUpdateStrategy
- mkV1beta1StorageClass :: Text -> V1beta1StorageClass
- mkV1beta1StorageClassList :: [V1beta1StorageClass] -> V1beta1StorageClassList
- mkV1beta1Subject :: Text -> Text -> V1beta1Subject
- mkV1beta1SubjectAccessReview :: V1beta1SubjectAccessReviewSpec -> V1beta1SubjectAccessReview
- mkV1beta1SubjectAccessReviewSpec :: V1beta1SubjectAccessReviewSpec
- mkV1beta1SubjectAccessReviewStatus :: Bool -> V1beta1SubjectAccessReviewStatus
- mkV1beta1SubjectRulesReviewStatus :: Bool -> [V1beta1NonResourceRule] -> [V1beta1ResourceRule] -> V1beta1SubjectRulesReviewStatus
- mkV1beta1TokenReview :: V1beta1TokenReviewSpec -> V1beta1TokenReview
- mkV1beta1TokenReviewSpec :: V1beta1TokenReviewSpec
- mkV1beta1TokenReviewStatus :: V1beta1TokenReviewStatus
- mkV1beta1UserInfo :: V1beta1UserInfo
- mkV1beta1ValidatingWebhook :: AdmissionregistrationV1beta1WebhookClientConfig -> Text -> V1beta1ValidatingWebhook
- mkV1beta1ValidatingWebhookConfiguration :: V1beta1ValidatingWebhookConfiguration
- mkV1beta1ValidatingWebhookConfigurationList :: [V1beta1ValidatingWebhookConfiguration] -> V1beta1ValidatingWebhookConfigurationList
- mkV1beta1VolumeAttachment :: V1beta1VolumeAttachmentSpec -> V1beta1VolumeAttachment
- mkV1beta1VolumeAttachmentList :: [V1beta1VolumeAttachment] -> V1beta1VolumeAttachmentList
- mkV1beta1VolumeAttachmentSource :: V1beta1VolumeAttachmentSource
- mkV1beta1VolumeAttachmentSpec :: Text -> Text -> V1beta1VolumeAttachmentSource -> V1beta1VolumeAttachmentSpec
- mkV1beta1VolumeAttachmentStatus :: Bool -> V1beta1VolumeAttachmentStatus
- mkV1beta1VolumeError :: V1beta1VolumeError
- mkV1beta1VolumeNodeResources :: V1beta1VolumeNodeResources
- mkV1beta2ControllerRevision :: Integer -> V1beta2ControllerRevision
- mkV1beta2ControllerRevisionList :: [V1beta2ControllerRevision] -> V1beta2ControllerRevisionList
- mkV1beta2DaemonSet :: V1beta2DaemonSet
- mkV1beta2DaemonSetCondition :: Text -> Text -> V1beta2DaemonSetCondition
- mkV1beta2DaemonSetList :: [V1beta2DaemonSet] -> V1beta2DaemonSetList
- mkV1beta2DaemonSetSpec :: V1LabelSelector -> V1PodTemplateSpec -> V1beta2DaemonSetSpec
- mkV1beta2DaemonSetStatus :: Int -> Int -> Int -> Int -> V1beta2DaemonSetStatus
- mkV1beta2DaemonSetUpdateStrategy :: V1beta2DaemonSetUpdateStrategy
- mkV1beta2Deployment :: V1beta2Deployment
- mkV1beta2DeploymentCondition :: Text -> Text -> V1beta2DeploymentCondition
- mkV1beta2DeploymentList :: [V1beta2Deployment] -> V1beta2DeploymentList
- mkV1beta2DeploymentSpec :: V1LabelSelector -> V1PodTemplateSpec -> V1beta2DeploymentSpec
- mkV1beta2DeploymentStatus :: V1beta2DeploymentStatus
- mkV1beta2DeploymentStrategy :: V1beta2DeploymentStrategy
- mkV1beta2ReplicaSet :: V1beta2ReplicaSet
- mkV1beta2ReplicaSetCondition :: Text -> Text -> V1beta2ReplicaSetCondition
- mkV1beta2ReplicaSetList :: [V1beta2ReplicaSet] -> V1beta2ReplicaSetList
- mkV1beta2ReplicaSetSpec :: V1LabelSelector -> V1beta2ReplicaSetSpec
- mkV1beta2ReplicaSetStatus :: Int -> V1beta2ReplicaSetStatus
- mkV1beta2RollingUpdateDaemonSet :: V1beta2RollingUpdateDaemonSet
- mkV1beta2RollingUpdateDeployment :: V1beta2RollingUpdateDeployment
- mkV1beta2RollingUpdateStatefulSetStrategy :: V1beta2RollingUpdateStatefulSetStrategy
- mkV1beta2Scale :: V1beta2Scale
- mkV1beta2ScaleSpec :: V1beta2ScaleSpec
- mkV1beta2ScaleStatus :: Int -> V1beta2ScaleStatus
- mkV1beta2StatefulSet :: V1beta2StatefulSet
- mkV1beta2StatefulSetCondition :: Text -> Text -> V1beta2StatefulSetCondition
- mkV1beta2StatefulSetList :: [V1beta2StatefulSet] -> V1beta2StatefulSetList
- mkV1beta2StatefulSetSpec :: V1LabelSelector -> Text -> V1PodTemplateSpec -> V1beta2StatefulSetSpec
- mkV1beta2StatefulSetStatus :: Int -> V1beta2StatefulSetStatus
- mkV1beta2StatefulSetUpdateStrategy :: V1beta2StatefulSetUpdateStrategy
- mkV2alpha1CronJob :: V2alpha1CronJob
- mkV2alpha1CronJobList :: [V2alpha1CronJob] -> V2alpha1CronJobList
- mkV2alpha1CronJobSpec :: V2alpha1JobTemplateSpec -> Text -> V2alpha1CronJobSpec
- mkV2alpha1CronJobStatus :: V2alpha1CronJobStatus
- mkV2alpha1JobTemplateSpec :: V2alpha1JobTemplateSpec
- mkV2beta1CrossVersionObjectReference :: Text -> Text -> V2beta1CrossVersionObjectReference
- mkV2beta1ExternalMetricSource :: Text -> V2beta1ExternalMetricSource
- mkV2beta1ExternalMetricStatus :: Quantity -> Text -> V2beta1ExternalMetricStatus
- mkV2beta1HorizontalPodAutoscaler :: V2beta1HorizontalPodAutoscaler
- mkV2beta1HorizontalPodAutoscalerCondition :: Text -> Text -> V2beta1HorizontalPodAutoscalerCondition
- mkV2beta1HorizontalPodAutoscalerList :: [V2beta1HorizontalPodAutoscaler] -> V2beta1HorizontalPodAutoscalerList
- mkV2beta1HorizontalPodAutoscalerSpec :: Int -> V2beta1CrossVersionObjectReference -> V2beta1HorizontalPodAutoscalerSpec
- mkV2beta1HorizontalPodAutoscalerStatus :: [V2beta1HorizontalPodAutoscalerCondition] -> Int -> Int -> V2beta1HorizontalPodAutoscalerStatus
- mkV2beta1MetricSpec :: Text -> V2beta1MetricSpec
- mkV2beta1MetricStatus :: Text -> V2beta1MetricStatus
- mkV2beta1ObjectMetricSource :: Text -> V2beta1CrossVersionObjectReference -> Quantity -> V2beta1ObjectMetricSource
- mkV2beta1ObjectMetricStatus :: Quantity -> Text -> V2beta1CrossVersionObjectReference -> V2beta1ObjectMetricStatus
- mkV2beta1PodsMetricSource :: Text -> Quantity -> V2beta1PodsMetricSource
- mkV2beta1PodsMetricStatus :: Quantity -> Text -> V2beta1PodsMetricStatus
- mkV2beta1ResourceMetricSource :: Text -> V2beta1ResourceMetricSource
- mkV2beta1ResourceMetricStatus :: Quantity -> Text -> V2beta1ResourceMetricStatus
- mkV2beta2CrossVersionObjectReference :: Text -> Text -> V2beta2CrossVersionObjectReference
- mkV2beta2ExternalMetricSource :: V2beta2MetricIdentifier -> V2beta2MetricTarget -> V2beta2ExternalMetricSource
- mkV2beta2ExternalMetricStatus :: V2beta2MetricValueStatus -> V2beta2MetricIdentifier -> V2beta2ExternalMetricStatus
- mkV2beta2HorizontalPodAutoscaler :: V2beta2HorizontalPodAutoscaler
- mkV2beta2HorizontalPodAutoscalerCondition :: Text -> Text -> V2beta2HorizontalPodAutoscalerCondition
- mkV2beta2HorizontalPodAutoscalerList :: [V2beta2HorizontalPodAutoscaler] -> V2beta2HorizontalPodAutoscalerList
- mkV2beta2HorizontalPodAutoscalerSpec :: Int -> V2beta2CrossVersionObjectReference -> V2beta2HorizontalPodAutoscalerSpec
- mkV2beta2HorizontalPodAutoscalerStatus :: [V2beta2HorizontalPodAutoscalerCondition] -> Int -> Int -> V2beta2HorizontalPodAutoscalerStatus
- mkV2beta2MetricIdentifier :: Text -> V2beta2MetricIdentifier
- mkV2beta2MetricSpec :: Text -> V2beta2MetricSpec
- mkV2beta2MetricStatus :: Text -> V2beta2MetricStatus
- mkV2beta2MetricTarget :: Text -> V2beta2MetricTarget
- mkV2beta2MetricValueStatus :: V2beta2MetricValueStatus
- mkV2beta2ObjectMetricSource :: V2beta2CrossVersionObjectReference -> V2beta2MetricIdentifier -> V2beta2MetricTarget -> V2beta2ObjectMetricSource
- mkV2beta2ObjectMetricStatus :: V2beta2MetricValueStatus -> V2beta2CrossVersionObjectReference -> V2beta2MetricIdentifier -> V2beta2ObjectMetricStatus
- mkV2beta2PodsMetricSource :: V2beta2MetricIdentifier -> V2beta2MetricTarget -> V2beta2PodsMetricSource
- mkV2beta2PodsMetricStatus :: V2beta2MetricValueStatus -> V2beta2MetricIdentifier -> V2beta2PodsMetricStatus
- mkV2beta2ResourceMetricSource :: Text -> V2beta2MetricTarget -> V2beta2ResourceMetricSource
- mkV2beta2ResourceMetricStatus :: V2beta2MetricValueStatus -> Text -> V2beta2ResourceMetricStatus
- mkVersionInfo :: Text -> Text -> Text -> Text -> Text -> Text -> Text -> Text -> Text -> VersionInfo
- newtype Quantity = Quantity {
- unQuantity :: Text
- data IntOrString
Documentation
data AuthApiKeyBearerToken Source #
Constructors
AuthApiKeyBearerToken Text | secret |
Instances
Eq AuthApiKeyBearerToken Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: AuthApiKeyBearerToken -> AuthApiKeyBearerToken -> Bool # (/=) :: AuthApiKeyBearerToken -> AuthApiKeyBearerToken -> Bool # | |
Show AuthApiKeyBearerToken Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AuthApiKeyBearerToken -> ShowS # show :: AuthApiKeyBearerToken -> String # showList :: [AuthApiKeyBearerToken] -> ShowS # | |
AuthMethod AuthApiKeyBearerToken Source # | |
Defined in Kubernetes.OpenAPI.Model Methods applyAuthMethod :: KubernetesClientConfig -> AuthApiKeyBearerToken -> KubernetesRequest req contentType res accept -> IO (KubernetesRequest req contentType res accept) Source # |
data VersionInfo Source #
VersionInfo Info contains versioning information. how we'll want to distribute that information.
Constructors
VersionInfo | |
Fields
|
Instances
Eq VersionInfo Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show VersionInfo Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> VersionInfo -> ShowS # show :: VersionInfo -> String # showList :: [VersionInfo] -> ShowS # | |
ToJSON VersionInfo Source # | ToJSON VersionInfo |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: VersionInfo -> Value # toEncoding :: VersionInfo -> Encoding # toJSONList :: [VersionInfo] -> Value # toEncodingList :: [VersionInfo] -> Encoding # | |
FromJSON VersionInfo Source # | FromJSON VersionInfo |
Defined in Kubernetes.OpenAPI.Model |
data V2beta2ResourceMetricStatus Source #
V2beta2ResourceMetricStatus ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
Constructors
V2beta2ResourceMetricStatus | |
Fields
|
Instances
data V2beta2ResourceMetricSource Source #
V2beta2ResourceMetricSource ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
Constructors
V2beta2ResourceMetricSource | |
Fields
|
Instances
data V2beta2PodsMetricStatus Source #
V2beta2PodsMetricStatus PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
Constructors
V2beta2PodsMetricStatus | |
Fields
|
Instances
Eq V2beta2PodsMetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta2PodsMetricStatus -> V2beta2PodsMetricStatus -> Bool # (/=) :: V2beta2PodsMetricStatus -> V2beta2PodsMetricStatus -> Bool # | |
Show V2beta2PodsMetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2PodsMetricStatus -> ShowS # show :: V2beta2PodsMetricStatus -> String # showList :: [V2beta2PodsMetricStatus] -> ShowS # | |
ToJSON V2beta2PodsMetricStatus Source # | ToJSON V2beta2PodsMetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta2PodsMetricStatus -> Value # toEncoding :: V2beta2PodsMetricStatus -> Encoding # toJSONList :: [V2beta2PodsMetricStatus] -> Value # | |
FromJSON V2beta2PodsMetricStatus Source # | FromJSON V2beta2PodsMetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2PodsMetricStatus # parseJSONList :: Value -> Parser [V2beta2PodsMetricStatus] # |
data V2beta2PodsMetricSource Source #
V2beta2PodsMetricSource PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
Constructors
V2beta2PodsMetricSource | |
Fields
|
Instances
Eq V2beta2PodsMetricSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta2PodsMetricSource -> V2beta2PodsMetricSource -> Bool # (/=) :: V2beta2PodsMetricSource -> V2beta2PodsMetricSource -> Bool # | |
Show V2beta2PodsMetricSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2PodsMetricSource -> ShowS # show :: V2beta2PodsMetricSource -> String # showList :: [V2beta2PodsMetricSource] -> ShowS # | |
ToJSON V2beta2PodsMetricSource Source # | ToJSON V2beta2PodsMetricSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta2PodsMetricSource -> Value # toEncoding :: V2beta2PodsMetricSource -> Encoding # toJSONList :: [V2beta2PodsMetricSource] -> Value # | |
FromJSON V2beta2PodsMetricSource Source # | FromJSON V2beta2PodsMetricSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2PodsMetricSource # parseJSONList :: Value -> Parser [V2beta2PodsMetricSource] # |
data V2beta2ObjectMetricStatus Source #
V2beta2ObjectMetricStatus ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
Constructors
V2beta2ObjectMetricStatus | |
Fields
|
Instances
Eq V2beta2ObjectMetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta2ObjectMetricStatus -> V2beta2ObjectMetricStatus -> Bool # (/=) :: V2beta2ObjectMetricStatus -> V2beta2ObjectMetricStatus -> Bool # | |
Show V2beta2ObjectMetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2ObjectMetricStatus -> ShowS # show :: V2beta2ObjectMetricStatus -> String # showList :: [V2beta2ObjectMetricStatus] -> ShowS # | |
ToJSON V2beta2ObjectMetricStatus Source # | ToJSON V2beta2ObjectMetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta2ObjectMetricStatus -> Value # toEncoding :: V2beta2ObjectMetricStatus -> Encoding # toJSONList :: [V2beta2ObjectMetricStatus] -> Value # | |
FromJSON V2beta2ObjectMetricStatus Source # | FromJSON V2beta2ObjectMetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2ObjectMetricStatus # parseJSONList :: Value -> Parser [V2beta2ObjectMetricStatus] # |
data V2beta2ObjectMetricSource Source #
V2beta2ObjectMetricSource ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
Constructors
V2beta2ObjectMetricSource | |
Fields
|
Instances
Eq V2beta2ObjectMetricSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta2ObjectMetricSource -> V2beta2ObjectMetricSource -> Bool # (/=) :: V2beta2ObjectMetricSource -> V2beta2ObjectMetricSource -> Bool # | |
Show V2beta2ObjectMetricSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2ObjectMetricSource -> ShowS # show :: V2beta2ObjectMetricSource -> String # showList :: [V2beta2ObjectMetricSource] -> ShowS # | |
ToJSON V2beta2ObjectMetricSource Source # | ToJSON V2beta2ObjectMetricSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta2ObjectMetricSource -> Value # toEncoding :: V2beta2ObjectMetricSource -> Encoding # toJSONList :: [V2beta2ObjectMetricSource] -> Value # | |
FromJSON V2beta2ObjectMetricSource Source # | FromJSON V2beta2ObjectMetricSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2ObjectMetricSource # parseJSONList :: Value -> Parser [V2beta2ObjectMetricSource] # |
data V2beta2MetricValueStatus Source #
V2beta2MetricValueStatus MetricValueStatus holds the current value for a metric
Constructors
V2beta2MetricValueStatus | |
Fields
|
Instances
Eq V2beta2MetricValueStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta2MetricValueStatus -> V2beta2MetricValueStatus -> Bool # (/=) :: V2beta2MetricValueStatus -> V2beta2MetricValueStatus -> Bool # | |
Show V2beta2MetricValueStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2MetricValueStatus -> ShowS # show :: V2beta2MetricValueStatus -> String # showList :: [V2beta2MetricValueStatus] -> ShowS # | |
ToJSON V2beta2MetricValueStatus Source # | ToJSON V2beta2MetricValueStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta2MetricValueStatus -> Value # toEncoding :: V2beta2MetricValueStatus -> Encoding # toJSONList :: [V2beta2MetricValueStatus] -> Value # | |
FromJSON V2beta2MetricValueStatus Source # | FromJSON V2beta2MetricValueStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2MetricValueStatus # parseJSONList :: Value -> Parser [V2beta2MetricValueStatus] # |
data V2beta2MetricTarget Source #
V2beta2MetricTarget MetricTarget defines the target value, average value, or average utilization of a specific metric
Constructors
V2beta2MetricTarget | |
Fields
|
Instances
Eq V2beta2MetricTarget Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta2MetricTarget -> V2beta2MetricTarget -> Bool # (/=) :: V2beta2MetricTarget -> V2beta2MetricTarget -> Bool # | |
Show V2beta2MetricTarget Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2MetricTarget -> ShowS # show :: V2beta2MetricTarget -> String # showList :: [V2beta2MetricTarget] -> ShowS # | |
ToJSON V2beta2MetricTarget Source # | ToJSON V2beta2MetricTarget |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta2MetricTarget -> Value # toEncoding :: V2beta2MetricTarget -> Encoding # toJSONList :: [V2beta2MetricTarget] -> Value # toEncodingList :: [V2beta2MetricTarget] -> Encoding # | |
FromJSON V2beta2MetricTarget Source # | FromJSON V2beta2MetricTarget |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2MetricTarget # parseJSONList :: Value -> Parser [V2beta2MetricTarget] # |
data V2beta2MetricStatus Source #
V2beta2MetricStatus MetricStatus describes the last-read state of a single metric.
Constructors
V2beta2MetricStatus | |
Fields
|
Instances
Eq V2beta2MetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta2MetricStatus -> V2beta2MetricStatus -> Bool # (/=) :: V2beta2MetricStatus -> V2beta2MetricStatus -> Bool # | |
Show V2beta2MetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2MetricStatus -> ShowS # show :: V2beta2MetricStatus -> String # showList :: [V2beta2MetricStatus] -> ShowS # | |
ToJSON V2beta2MetricStatus Source # | ToJSON V2beta2MetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta2MetricStatus -> Value # toEncoding :: V2beta2MetricStatus -> Encoding # toJSONList :: [V2beta2MetricStatus] -> Value # toEncodingList :: [V2beta2MetricStatus] -> Encoding # | |
FromJSON V2beta2MetricStatus Source # | FromJSON V2beta2MetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2MetricStatus # parseJSONList :: Value -> Parser [V2beta2MetricStatus] # |
data V2beta2MetricSpec Source #
V2beta2MetricSpec MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
Constructors
V2beta2MetricSpec | |
Fields
|
Instances
Eq V2beta2MetricSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta2MetricSpec -> V2beta2MetricSpec -> Bool # (/=) :: V2beta2MetricSpec -> V2beta2MetricSpec -> Bool # | |
Show V2beta2MetricSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2MetricSpec -> ShowS # show :: V2beta2MetricSpec -> String # showList :: [V2beta2MetricSpec] -> ShowS # | |
ToJSON V2beta2MetricSpec Source # | ToJSON V2beta2MetricSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta2MetricSpec -> Value # toEncoding :: V2beta2MetricSpec -> Encoding # toJSONList :: [V2beta2MetricSpec] -> Value # toEncodingList :: [V2beta2MetricSpec] -> Encoding # | |
FromJSON V2beta2MetricSpec Source # | FromJSON V2beta2MetricSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2MetricSpec # parseJSONList :: Value -> Parser [V2beta2MetricSpec] # |
data V2beta2MetricIdentifier Source #
V2beta2MetricIdentifier MetricIdentifier defines the name and optionally selector for a metric
Constructors
V2beta2MetricIdentifier | |
Fields
|
Instances
Eq V2beta2MetricIdentifier Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta2MetricIdentifier -> V2beta2MetricIdentifier -> Bool # (/=) :: V2beta2MetricIdentifier -> V2beta2MetricIdentifier -> Bool # | |
Show V2beta2MetricIdentifier Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2MetricIdentifier -> ShowS # show :: V2beta2MetricIdentifier -> String # showList :: [V2beta2MetricIdentifier] -> ShowS # | |
ToJSON V2beta2MetricIdentifier Source # | ToJSON V2beta2MetricIdentifier |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta2MetricIdentifier -> Value # toEncoding :: V2beta2MetricIdentifier -> Encoding # toJSONList :: [V2beta2MetricIdentifier] -> Value # | |
FromJSON V2beta2MetricIdentifier Source # | FromJSON V2beta2MetricIdentifier |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2MetricIdentifier # parseJSONList :: Value -> Parser [V2beta2MetricIdentifier] # |
data V2beta2HorizontalPodAutoscalerStatus Source #
V2beta2HorizontalPodAutoscalerStatus HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
Constructors
V2beta2HorizontalPodAutoscalerStatus | |
Fields
|
Instances
Eq V2beta2HorizontalPodAutoscalerStatus Source # | |
Show V2beta2HorizontalPodAutoscalerStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2HorizontalPodAutoscalerStatus -> ShowS # show :: V2beta2HorizontalPodAutoscalerStatus -> String # showList :: [V2beta2HorizontalPodAutoscalerStatus] -> ShowS # | |
ToJSON V2beta2HorizontalPodAutoscalerStatus Source # | ToJSON V2beta2HorizontalPodAutoscalerStatus |
FromJSON V2beta2HorizontalPodAutoscalerStatus Source # | FromJSON V2beta2HorizontalPodAutoscalerStatus |
Defined in Kubernetes.OpenAPI.Model |
data V2beta2HorizontalPodAutoscalerSpec Source #
V2beta2HorizontalPodAutoscalerSpec HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
Constructors
V2beta2HorizontalPodAutoscalerSpec | |
Fields
|
Instances
Eq V2beta2HorizontalPodAutoscalerSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V2beta2HorizontalPodAutoscalerSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2HorizontalPodAutoscalerSpec -> ShowS # | |
ToJSON V2beta2HorizontalPodAutoscalerSpec Source # | ToJSON V2beta2HorizontalPodAutoscalerSpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V2beta2HorizontalPodAutoscalerSpec Source # | FromJSON V2beta2HorizontalPodAutoscalerSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2HorizontalPodAutoscalerSpec # parseJSONList :: Value -> Parser [V2beta2HorizontalPodAutoscalerSpec] # |
data V2beta2HorizontalPodAutoscalerList Source #
V2beta2HorizontalPodAutoscalerList HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects.
Constructors
V2beta2HorizontalPodAutoscalerList | |
Fields
|
Instances
Eq V2beta2HorizontalPodAutoscalerList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V2beta2HorizontalPodAutoscalerList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2HorizontalPodAutoscalerList -> ShowS # | |
ToJSON V2beta2HorizontalPodAutoscalerList Source # | ToJSON V2beta2HorizontalPodAutoscalerList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V2beta2HorizontalPodAutoscalerList Source # | FromJSON V2beta2HorizontalPodAutoscalerList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2HorizontalPodAutoscalerList # parseJSONList :: Value -> Parser [V2beta2HorizontalPodAutoscalerList] # |
data V2beta2HorizontalPodAutoscalerCondition Source #
V2beta2HorizontalPodAutoscalerCondition HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
Constructors
V2beta2HorizontalPodAutoscalerCondition | |
Fields
|
Instances
Eq V2beta2HorizontalPodAutoscalerCondition Source # | |
Show V2beta2HorizontalPodAutoscalerCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2HorizontalPodAutoscalerCondition -> ShowS # show :: V2beta2HorizontalPodAutoscalerCondition -> String # showList :: [V2beta2HorizontalPodAutoscalerCondition] -> ShowS # | |
ToJSON V2beta2HorizontalPodAutoscalerCondition Source # | ToJSON V2beta2HorizontalPodAutoscalerCondition |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V2beta2HorizontalPodAutoscalerCondition Source # | FromJSON V2beta2HorizontalPodAutoscalerCondition |
Defined in Kubernetes.OpenAPI.Model |
data V2beta2HorizontalPodAutoscaler Source #
V2beta2HorizontalPodAutoscaler HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
Constructors
Instances
data V2beta2ExternalMetricStatus Source #
V2beta2ExternalMetricStatus ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
Constructors
V2beta2ExternalMetricStatus | |
Fields
|
Instances
data V2beta2ExternalMetricSource Source #
V2beta2ExternalMetricSource ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
Constructors
V2beta2ExternalMetricSource | |
Fields
|
Instances
data V2beta2CrossVersionObjectReference Source #
V2beta2CrossVersionObjectReference CrossVersionObjectReference contains enough information to let you identify the referred resource.
Constructors
V2beta2CrossVersionObjectReference | |
Fields
|
Instances
Eq V2beta2CrossVersionObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V2beta2CrossVersionObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta2CrossVersionObjectReference -> ShowS # | |
ToJSON V2beta2CrossVersionObjectReference Source # | ToJSON V2beta2CrossVersionObjectReference |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V2beta2CrossVersionObjectReference Source # | FromJSON V2beta2CrossVersionObjectReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta2CrossVersionObjectReference # parseJSONList :: Value -> Parser [V2beta2CrossVersionObjectReference] # |
data V2beta1ResourceMetricStatus Source #
V2beta1ResourceMetricStatus ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
Constructors
V2beta1ResourceMetricStatus | |
Fields
|
Instances
data V2beta1ResourceMetricSource Source #
V2beta1ResourceMetricSource ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
Constructors
V2beta1ResourceMetricSource | |
Fields
|
Instances
data V2beta1PodsMetricStatus Source #
V2beta1PodsMetricStatus PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
Constructors
V2beta1PodsMetricStatus | |
Fields
|
Instances
Eq V2beta1PodsMetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta1PodsMetricStatus -> V2beta1PodsMetricStatus -> Bool # (/=) :: V2beta1PodsMetricStatus -> V2beta1PodsMetricStatus -> Bool # | |
Show V2beta1PodsMetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1PodsMetricStatus -> ShowS # show :: V2beta1PodsMetricStatus -> String # showList :: [V2beta1PodsMetricStatus] -> ShowS # | |
ToJSON V2beta1PodsMetricStatus Source # | ToJSON V2beta1PodsMetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta1PodsMetricStatus -> Value # toEncoding :: V2beta1PodsMetricStatus -> Encoding # toJSONList :: [V2beta1PodsMetricStatus] -> Value # | |
FromJSON V2beta1PodsMetricStatus Source # | FromJSON V2beta1PodsMetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta1PodsMetricStatus # parseJSONList :: Value -> Parser [V2beta1PodsMetricStatus] # |
data V2beta1PodsMetricSource Source #
V2beta1PodsMetricSource PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
Constructors
V2beta1PodsMetricSource | |
Fields
|
Instances
Eq V2beta1PodsMetricSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta1PodsMetricSource -> V2beta1PodsMetricSource -> Bool # (/=) :: V2beta1PodsMetricSource -> V2beta1PodsMetricSource -> Bool # | |
Show V2beta1PodsMetricSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1PodsMetricSource -> ShowS # show :: V2beta1PodsMetricSource -> String # showList :: [V2beta1PodsMetricSource] -> ShowS # | |
ToJSON V2beta1PodsMetricSource Source # | ToJSON V2beta1PodsMetricSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta1PodsMetricSource -> Value # toEncoding :: V2beta1PodsMetricSource -> Encoding # toJSONList :: [V2beta1PodsMetricSource] -> Value # | |
FromJSON V2beta1PodsMetricSource Source # | FromJSON V2beta1PodsMetricSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta1PodsMetricSource # parseJSONList :: Value -> Parser [V2beta1PodsMetricSource] # |
data V2beta1ObjectMetricStatus Source #
V2beta1ObjectMetricStatus ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
Constructors
V2beta1ObjectMetricStatus | |
Fields
|
Instances
Eq V2beta1ObjectMetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta1ObjectMetricStatus -> V2beta1ObjectMetricStatus -> Bool # (/=) :: V2beta1ObjectMetricStatus -> V2beta1ObjectMetricStatus -> Bool # | |
Show V2beta1ObjectMetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1ObjectMetricStatus -> ShowS # show :: V2beta1ObjectMetricStatus -> String # showList :: [V2beta1ObjectMetricStatus] -> ShowS # | |
ToJSON V2beta1ObjectMetricStatus Source # | ToJSON V2beta1ObjectMetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta1ObjectMetricStatus -> Value # toEncoding :: V2beta1ObjectMetricStatus -> Encoding # toJSONList :: [V2beta1ObjectMetricStatus] -> Value # | |
FromJSON V2beta1ObjectMetricStatus Source # | FromJSON V2beta1ObjectMetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta1ObjectMetricStatus # parseJSONList :: Value -> Parser [V2beta1ObjectMetricStatus] # |
data V2beta1ObjectMetricSource Source #
V2beta1ObjectMetricSource ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
Constructors
V2beta1ObjectMetricSource | |
Fields
|
Instances
Eq V2beta1ObjectMetricSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta1ObjectMetricSource -> V2beta1ObjectMetricSource -> Bool # (/=) :: V2beta1ObjectMetricSource -> V2beta1ObjectMetricSource -> Bool # | |
Show V2beta1ObjectMetricSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1ObjectMetricSource -> ShowS # show :: V2beta1ObjectMetricSource -> String # showList :: [V2beta1ObjectMetricSource] -> ShowS # | |
ToJSON V2beta1ObjectMetricSource Source # | ToJSON V2beta1ObjectMetricSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta1ObjectMetricSource -> Value # toEncoding :: V2beta1ObjectMetricSource -> Encoding # toJSONList :: [V2beta1ObjectMetricSource] -> Value # | |
FromJSON V2beta1ObjectMetricSource Source # | FromJSON V2beta1ObjectMetricSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta1ObjectMetricSource # parseJSONList :: Value -> Parser [V2beta1ObjectMetricSource] # |
data V2beta1MetricStatus Source #
V2beta1MetricStatus MetricStatus describes the last-read state of a single metric.
Constructors
V2beta1MetricStatus | |
Fields
|
Instances
Eq V2beta1MetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta1MetricStatus -> V2beta1MetricStatus -> Bool # (/=) :: V2beta1MetricStatus -> V2beta1MetricStatus -> Bool # | |
Show V2beta1MetricStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1MetricStatus -> ShowS # show :: V2beta1MetricStatus -> String # showList :: [V2beta1MetricStatus] -> ShowS # | |
ToJSON V2beta1MetricStatus Source # | ToJSON V2beta1MetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta1MetricStatus -> Value # toEncoding :: V2beta1MetricStatus -> Encoding # toJSONList :: [V2beta1MetricStatus] -> Value # toEncodingList :: [V2beta1MetricStatus] -> Encoding # | |
FromJSON V2beta1MetricStatus Source # | FromJSON V2beta1MetricStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta1MetricStatus # parseJSONList :: Value -> Parser [V2beta1MetricStatus] # |
data V2beta1MetricSpec Source #
V2beta1MetricSpec MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
Constructors
V2beta1MetricSpec | |
Fields
|
Instances
Eq V2beta1MetricSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2beta1MetricSpec -> V2beta1MetricSpec -> Bool # (/=) :: V2beta1MetricSpec -> V2beta1MetricSpec -> Bool # | |
Show V2beta1MetricSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1MetricSpec -> ShowS # show :: V2beta1MetricSpec -> String # showList :: [V2beta1MetricSpec] -> ShowS # | |
ToJSON V2beta1MetricSpec Source # | ToJSON V2beta1MetricSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2beta1MetricSpec -> Value # toEncoding :: V2beta1MetricSpec -> Encoding # toJSONList :: [V2beta1MetricSpec] -> Value # toEncodingList :: [V2beta1MetricSpec] -> Encoding # | |
FromJSON V2beta1MetricSpec Source # | FromJSON V2beta1MetricSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta1MetricSpec # parseJSONList :: Value -> Parser [V2beta1MetricSpec] # |
data V2beta1HorizontalPodAutoscalerStatus Source #
V2beta1HorizontalPodAutoscalerStatus HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
Constructors
V2beta1HorizontalPodAutoscalerStatus | |
Fields
|
Instances
Eq V2beta1HorizontalPodAutoscalerStatus Source # | |
Show V2beta1HorizontalPodAutoscalerStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1HorizontalPodAutoscalerStatus -> ShowS # show :: V2beta1HorizontalPodAutoscalerStatus -> String # showList :: [V2beta1HorizontalPodAutoscalerStatus] -> ShowS # | |
ToJSON V2beta1HorizontalPodAutoscalerStatus Source # | ToJSON V2beta1HorizontalPodAutoscalerStatus |
FromJSON V2beta1HorizontalPodAutoscalerStatus Source # | FromJSON V2beta1HorizontalPodAutoscalerStatus |
Defined in Kubernetes.OpenAPI.Model |
data V2beta1HorizontalPodAutoscalerSpec Source #
V2beta1HorizontalPodAutoscalerSpec HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
Constructors
V2beta1HorizontalPodAutoscalerSpec | |
Fields
|
Instances
Eq V2beta1HorizontalPodAutoscalerSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V2beta1HorizontalPodAutoscalerSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1HorizontalPodAutoscalerSpec -> ShowS # | |
ToJSON V2beta1HorizontalPodAutoscalerSpec Source # | ToJSON V2beta1HorizontalPodAutoscalerSpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V2beta1HorizontalPodAutoscalerSpec Source # | FromJSON V2beta1HorizontalPodAutoscalerSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta1HorizontalPodAutoscalerSpec # parseJSONList :: Value -> Parser [V2beta1HorizontalPodAutoscalerSpec] # |
data V2beta1HorizontalPodAutoscalerList Source #
V2beta1HorizontalPodAutoscalerList HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.
Constructors
V2beta1HorizontalPodAutoscalerList | |
Fields
|
Instances
Eq V2beta1HorizontalPodAutoscalerList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V2beta1HorizontalPodAutoscalerList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1HorizontalPodAutoscalerList -> ShowS # | |
ToJSON V2beta1HorizontalPodAutoscalerList Source # | ToJSON V2beta1HorizontalPodAutoscalerList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V2beta1HorizontalPodAutoscalerList Source # | FromJSON V2beta1HorizontalPodAutoscalerList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta1HorizontalPodAutoscalerList # parseJSONList :: Value -> Parser [V2beta1HorizontalPodAutoscalerList] # |
data V2beta1HorizontalPodAutoscalerCondition Source #
V2beta1HorizontalPodAutoscalerCondition HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
Constructors
V2beta1HorizontalPodAutoscalerCondition | |
Fields
|
Instances
Eq V2beta1HorizontalPodAutoscalerCondition Source # | |
Show V2beta1HorizontalPodAutoscalerCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1HorizontalPodAutoscalerCondition -> ShowS # show :: V2beta1HorizontalPodAutoscalerCondition -> String # showList :: [V2beta1HorizontalPodAutoscalerCondition] -> ShowS # | |
ToJSON V2beta1HorizontalPodAutoscalerCondition Source # | ToJSON V2beta1HorizontalPodAutoscalerCondition |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V2beta1HorizontalPodAutoscalerCondition Source # | FromJSON V2beta1HorizontalPodAutoscalerCondition |
Defined in Kubernetes.OpenAPI.Model |
data V2beta1HorizontalPodAutoscaler Source #
V2beta1HorizontalPodAutoscaler HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
Constructors
Instances
data V2beta1ExternalMetricStatus Source #
V2beta1ExternalMetricStatus ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
Constructors
V2beta1ExternalMetricStatus | |
Fields
|
Instances
data V2beta1ExternalMetricSource Source #
V2beta1ExternalMetricSource ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one "target" type should be set.
Constructors
V2beta1ExternalMetricSource | |
Fields
|
Instances
data V2beta1CrossVersionObjectReference Source #
V2beta1CrossVersionObjectReference CrossVersionObjectReference contains enough information to let you identify the referred resource.
Constructors
V2beta1CrossVersionObjectReference | |
Fields
|
Instances
Eq V2beta1CrossVersionObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V2beta1CrossVersionObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2beta1CrossVersionObjectReference -> ShowS # | |
ToJSON V2beta1CrossVersionObjectReference Source # | ToJSON V2beta1CrossVersionObjectReference |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V2beta1CrossVersionObjectReference Source # | FromJSON V2beta1CrossVersionObjectReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2beta1CrossVersionObjectReference # parseJSONList :: Value -> Parser [V2beta1CrossVersionObjectReference] # |
data V2alpha1JobTemplateSpec Source #
V2alpha1JobTemplateSpec JobTemplateSpec describes the data a Job should have when created from a template
Constructors
V2alpha1JobTemplateSpec | |
Fields
|
Instances
Eq V2alpha1JobTemplateSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2alpha1JobTemplateSpec -> V2alpha1JobTemplateSpec -> Bool # (/=) :: V2alpha1JobTemplateSpec -> V2alpha1JobTemplateSpec -> Bool # | |
Show V2alpha1JobTemplateSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2alpha1JobTemplateSpec -> ShowS # show :: V2alpha1JobTemplateSpec -> String # showList :: [V2alpha1JobTemplateSpec] -> ShowS # | |
ToJSON V2alpha1JobTemplateSpec Source # | ToJSON V2alpha1JobTemplateSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2alpha1JobTemplateSpec -> Value # toEncoding :: V2alpha1JobTemplateSpec -> Encoding # toJSONList :: [V2alpha1JobTemplateSpec] -> Value # | |
FromJSON V2alpha1JobTemplateSpec Source # | FromJSON V2alpha1JobTemplateSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2alpha1JobTemplateSpec # parseJSONList :: Value -> Parser [V2alpha1JobTemplateSpec] # |
data V2alpha1CronJobStatus Source #
V2alpha1CronJobStatus CronJobStatus represents the current state of a cron job.
Constructors
V2alpha1CronJobStatus | |
Fields
|
Instances
Eq V2alpha1CronJobStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2alpha1CronJobStatus -> V2alpha1CronJobStatus -> Bool # (/=) :: V2alpha1CronJobStatus -> V2alpha1CronJobStatus -> Bool # | |
Show V2alpha1CronJobStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2alpha1CronJobStatus -> ShowS # show :: V2alpha1CronJobStatus -> String # showList :: [V2alpha1CronJobStatus] -> ShowS # | |
ToJSON V2alpha1CronJobStatus Source # | ToJSON V2alpha1CronJobStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2alpha1CronJobStatus -> Value # toEncoding :: V2alpha1CronJobStatus -> Encoding # toJSONList :: [V2alpha1CronJobStatus] -> Value # toEncodingList :: [V2alpha1CronJobStatus] -> Encoding # | |
FromJSON V2alpha1CronJobStatus Source # | FromJSON V2alpha1CronJobStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2alpha1CronJobStatus # parseJSONList :: Value -> Parser [V2alpha1CronJobStatus] # |
data V2alpha1CronJobSpec Source #
V2alpha1CronJobSpec CronJobSpec describes how the job execution will look like and when it will actually run.
Constructors
V2alpha1CronJobSpec | |
Fields
|
Instances
Eq V2alpha1CronJobSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2alpha1CronJobSpec -> V2alpha1CronJobSpec -> Bool # (/=) :: V2alpha1CronJobSpec -> V2alpha1CronJobSpec -> Bool # | |
Show V2alpha1CronJobSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2alpha1CronJobSpec -> ShowS # show :: V2alpha1CronJobSpec -> String # showList :: [V2alpha1CronJobSpec] -> ShowS # | |
ToJSON V2alpha1CronJobSpec Source # | ToJSON V2alpha1CronJobSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2alpha1CronJobSpec -> Value # toEncoding :: V2alpha1CronJobSpec -> Encoding # toJSONList :: [V2alpha1CronJobSpec] -> Value # toEncodingList :: [V2alpha1CronJobSpec] -> Encoding # | |
FromJSON V2alpha1CronJobSpec Source # | FromJSON V2alpha1CronJobSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2alpha1CronJobSpec # parseJSONList :: Value -> Parser [V2alpha1CronJobSpec] # |
data V2alpha1CronJobList Source #
V2alpha1CronJobList CronJobList is a collection of cron jobs.
Constructors
V2alpha1CronJobList | |
Fields
|
Instances
Eq V2alpha1CronJobList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V2alpha1CronJobList -> V2alpha1CronJobList -> Bool # (/=) :: V2alpha1CronJobList -> V2alpha1CronJobList -> Bool # | |
Show V2alpha1CronJobList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V2alpha1CronJobList -> ShowS # show :: V2alpha1CronJobList -> String # showList :: [V2alpha1CronJobList] -> ShowS # | |
ToJSON V2alpha1CronJobList Source # | ToJSON V2alpha1CronJobList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V2alpha1CronJobList -> Value # toEncoding :: V2alpha1CronJobList -> Encoding # toJSONList :: [V2alpha1CronJobList] -> Value # toEncodingList :: [V2alpha1CronJobList] -> Encoding # | |
FromJSON V2alpha1CronJobList Source # | FromJSON V2alpha1CronJobList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V2alpha1CronJobList # parseJSONList :: Value -> Parser [V2alpha1CronJobList] # |
data V2alpha1CronJob Source #
V2alpha1CronJob CronJob represents the configuration of a single cron job.
Constructors
V2alpha1CronJob | |
Fields
|
Instances
data V1beta2StatefulSetUpdateStrategy Source #
V1beta2StatefulSetUpdateStrategy StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
Constructors
V1beta2StatefulSetUpdateStrategy | |
Fields
|
Instances
Eq V1beta2StatefulSetUpdateStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta2StatefulSetUpdateStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2StatefulSetUpdateStrategy -> ShowS # | |
ToJSON V1beta2StatefulSetUpdateStrategy Source # | ToJSON V1beta2StatefulSetUpdateStrategy |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta2StatefulSetUpdateStrategy Source # | FromJSON V1beta2StatefulSetUpdateStrategy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2StatefulSetUpdateStrategy # parseJSONList :: Value -> Parser [V1beta2StatefulSetUpdateStrategy] # |
data V1beta2StatefulSetStatus Source #
V1beta2StatefulSetStatus StatefulSetStatus represents the current state of a StatefulSet.
Constructors
V1beta2StatefulSetStatus | |
Fields
|
Instances
Eq V1beta2StatefulSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2StatefulSetStatus -> V1beta2StatefulSetStatus -> Bool # (/=) :: V1beta2StatefulSetStatus -> V1beta2StatefulSetStatus -> Bool # | |
Show V1beta2StatefulSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2StatefulSetStatus -> ShowS # show :: V1beta2StatefulSetStatus -> String # showList :: [V1beta2StatefulSetStatus] -> ShowS # | |
ToJSON V1beta2StatefulSetStatus Source # | ToJSON V1beta2StatefulSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2StatefulSetStatus -> Value # toEncoding :: V1beta2StatefulSetStatus -> Encoding # toJSONList :: [V1beta2StatefulSetStatus] -> Value # | |
FromJSON V1beta2StatefulSetStatus Source # | FromJSON V1beta2StatefulSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2StatefulSetStatus # parseJSONList :: Value -> Parser [V1beta2StatefulSetStatus] # |
data V1beta2StatefulSetSpec Source #
V1beta2StatefulSetSpec A StatefulSetSpec is the specification of a StatefulSet.
Constructors
V1beta2StatefulSetSpec | |
Fields
|
Instances
Eq V1beta2StatefulSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2StatefulSetSpec -> V1beta2StatefulSetSpec -> Bool # (/=) :: V1beta2StatefulSetSpec -> V1beta2StatefulSetSpec -> Bool # | |
Show V1beta2StatefulSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2StatefulSetSpec -> ShowS # show :: V1beta2StatefulSetSpec -> String # showList :: [V1beta2StatefulSetSpec] -> ShowS # | |
ToJSON V1beta2StatefulSetSpec Source # | ToJSON V1beta2StatefulSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2StatefulSetSpec -> Value # toEncoding :: V1beta2StatefulSetSpec -> Encoding # toJSONList :: [V1beta2StatefulSetSpec] -> Value # | |
FromJSON V1beta2StatefulSetSpec Source # | FromJSON V1beta2StatefulSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2StatefulSetSpec # parseJSONList :: Value -> Parser [V1beta2StatefulSetSpec] # |
data V1beta2StatefulSetList Source #
V1beta2StatefulSetList StatefulSetList is a collection of StatefulSets.
Constructors
V1beta2StatefulSetList | |
Fields
|
Instances
Eq V1beta2StatefulSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2StatefulSetList -> V1beta2StatefulSetList -> Bool # (/=) :: V1beta2StatefulSetList -> V1beta2StatefulSetList -> Bool # | |
Show V1beta2StatefulSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2StatefulSetList -> ShowS # show :: V1beta2StatefulSetList -> String # showList :: [V1beta2StatefulSetList] -> ShowS # | |
ToJSON V1beta2StatefulSetList Source # | ToJSON V1beta2StatefulSetList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2StatefulSetList -> Value # toEncoding :: V1beta2StatefulSetList -> Encoding # toJSONList :: [V1beta2StatefulSetList] -> Value # | |
FromJSON V1beta2StatefulSetList Source # | FromJSON V1beta2StatefulSetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2StatefulSetList # parseJSONList :: Value -> Parser [V1beta2StatefulSetList] # |
data V1beta2StatefulSetCondition Source #
V1beta2StatefulSetCondition StatefulSetCondition describes the state of a statefulset at a certain point.
Constructors
V1beta2StatefulSetCondition | |
Fields
|
Instances
data V1beta2StatefulSet Source #
V1beta2StatefulSet DEPRECATED - This group version of StatefulSet is deprecated by appsv1StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.
Constructors
V1beta2StatefulSet | |
Fields
|
Instances
data V1beta2ScaleStatus Source #
V1beta2ScaleStatus ScaleStatus represents the current status of a scale subresource.
Constructors
V1beta2ScaleStatus | |
Fields
|
Instances
Eq V1beta2ScaleStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2ScaleStatus -> V1beta2ScaleStatus -> Bool # (/=) :: V1beta2ScaleStatus -> V1beta2ScaleStatus -> Bool # | |
Show V1beta2ScaleStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2ScaleStatus -> ShowS # show :: V1beta2ScaleStatus -> String # showList :: [V1beta2ScaleStatus] -> ShowS # | |
ToJSON V1beta2ScaleStatus Source # | ToJSON V1beta2ScaleStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2ScaleStatus -> Value # toEncoding :: V1beta2ScaleStatus -> Encoding # toJSONList :: [V1beta2ScaleStatus] -> Value # toEncodingList :: [V1beta2ScaleStatus] -> Encoding # | |
FromJSON V1beta2ScaleStatus Source # | FromJSON V1beta2ScaleStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2ScaleStatus # parseJSONList :: Value -> Parser [V1beta2ScaleStatus] # |
data V1beta2ScaleSpec Source #
V1beta2ScaleSpec ScaleSpec describes the attributes of a scale subresource
Constructors
V1beta2ScaleSpec | |
Fields
|
Instances
Eq V1beta2ScaleSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2ScaleSpec -> V1beta2ScaleSpec -> Bool # (/=) :: V1beta2ScaleSpec -> V1beta2ScaleSpec -> Bool # | |
Show V1beta2ScaleSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2ScaleSpec -> ShowS # show :: V1beta2ScaleSpec -> String # showList :: [V1beta2ScaleSpec] -> ShowS # | |
ToJSON V1beta2ScaleSpec Source # | ToJSON V1beta2ScaleSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2ScaleSpec -> Value # toEncoding :: V1beta2ScaleSpec -> Encoding # toJSONList :: [V1beta2ScaleSpec] -> Value # toEncodingList :: [V1beta2ScaleSpec] -> Encoding # | |
FromJSON V1beta2ScaleSpec Source # | FromJSON V1beta2ScaleSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2ScaleSpec # parseJSONList :: Value -> Parser [V1beta2ScaleSpec] # |
data V1beta2Scale Source #
V1beta2Scale Scale represents a scaling request for a resource.
Constructors
V1beta2Scale | |
Fields
|
Instances
data V1beta2RollingUpdateStatefulSetStrategy Source #
V1beta2RollingUpdateStatefulSetStrategy RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
Constructors
V1beta2RollingUpdateStatefulSetStrategy | |
Fields
|
Instances
Eq V1beta2RollingUpdateStatefulSetStrategy Source # | |
Show V1beta2RollingUpdateStatefulSetStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2RollingUpdateStatefulSetStrategy -> ShowS # show :: V1beta2RollingUpdateStatefulSetStrategy -> String # showList :: [V1beta2RollingUpdateStatefulSetStrategy] -> ShowS # | |
ToJSON V1beta2RollingUpdateStatefulSetStrategy Source # | ToJSON V1beta2RollingUpdateStatefulSetStrategy |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta2RollingUpdateStatefulSetStrategy Source # | FromJSON V1beta2RollingUpdateStatefulSetStrategy |
Defined in Kubernetes.OpenAPI.Model |
data V1beta2RollingUpdateDeployment Source #
V1beta2RollingUpdateDeployment Spec to control the desired behavior of rolling update.
Constructors
V1beta2RollingUpdateDeployment | |
Fields
|
Instances
Eq V1beta2RollingUpdateDeployment Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta2RollingUpdateDeployment Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2RollingUpdateDeployment -> ShowS # show :: V1beta2RollingUpdateDeployment -> String # showList :: [V1beta2RollingUpdateDeployment] -> ShowS # | |
ToJSON V1beta2RollingUpdateDeployment Source # | ToJSON V1beta2RollingUpdateDeployment |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta2RollingUpdateDeployment Source # | FromJSON V1beta2RollingUpdateDeployment |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2RollingUpdateDeployment # parseJSONList :: Value -> Parser [V1beta2RollingUpdateDeployment] # |
data V1beta2RollingUpdateDaemonSet Source #
V1beta2RollingUpdateDaemonSet Spec to control the desired behavior of daemon set rolling update.
Constructors
V1beta2RollingUpdateDaemonSet | |
Fields
|
Instances
Eq V1beta2RollingUpdateDaemonSet Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta2RollingUpdateDaemonSet Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2RollingUpdateDaemonSet -> ShowS # show :: V1beta2RollingUpdateDaemonSet -> String # showList :: [V1beta2RollingUpdateDaemonSet] -> ShowS # | |
ToJSON V1beta2RollingUpdateDaemonSet Source # | ToJSON V1beta2RollingUpdateDaemonSet |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2RollingUpdateDaemonSet -> Value # toEncoding :: V1beta2RollingUpdateDaemonSet -> Encoding # toJSONList :: [V1beta2RollingUpdateDaemonSet] -> Value # toEncodingList :: [V1beta2RollingUpdateDaemonSet] -> Encoding # | |
FromJSON V1beta2RollingUpdateDaemonSet Source # | FromJSON V1beta2RollingUpdateDaemonSet |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2RollingUpdateDaemonSet # parseJSONList :: Value -> Parser [V1beta2RollingUpdateDaemonSet] # |
data V1beta2ReplicaSetStatus Source #
V1beta2ReplicaSetStatus ReplicaSetStatus represents the current status of a ReplicaSet.
Constructors
V1beta2ReplicaSetStatus | |
Fields
|
Instances
Eq V1beta2ReplicaSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2ReplicaSetStatus -> V1beta2ReplicaSetStatus -> Bool # (/=) :: V1beta2ReplicaSetStatus -> V1beta2ReplicaSetStatus -> Bool # | |
Show V1beta2ReplicaSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2ReplicaSetStatus -> ShowS # show :: V1beta2ReplicaSetStatus -> String # showList :: [V1beta2ReplicaSetStatus] -> ShowS # | |
ToJSON V1beta2ReplicaSetStatus Source # | ToJSON V1beta2ReplicaSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2ReplicaSetStatus -> Value # toEncoding :: V1beta2ReplicaSetStatus -> Encoding # toJSONList :: [V1beta2ReplicaSetStatus] -> Value # | |
FromJSON V1beta2ReplicaSetStatus Source # | FromJSON V1beta2ReplicaSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2ReplicaSetStatus # parseJSONList :: Value -> Parser [V1beta2ReplicaSetStatus] # |
data V1beta2ReplicaSetSpec Source #
V1beta2ReplicaSetSpec ReplicaSetSpec is the specification of a ReplicaSet.
Constructors
V1beta2ReplicaSetSpec | |
Fields
|
Instances
Eq V1beta2ReplicaSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2ReplicaSetSpec -> V1beta2ReplicaSetSpec -> Bool # (/=) :: V1beta2ReplicaSetSpec -> V1beta2ReplicaSetSpec -> Bool # | |
Show V1beta2ReplicaSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2ReplicaSetSpec -> ShowS # show :: V1beta2ReplicaSetSpec -> String # showList :: [V1beta2ReplicaSetSpec] -> ShowS # | |
ToJSON V1beta2ReplicaSetSpec Source # | ToJSON V1beta2ReplicaSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2ReplicaSetSpec -> Value # toEncoding :: V1beta2ReplicaSetSpec -> Encoding # toJSONList :: [V1beta2ReplicaSetSpec] -> Value # toEncodingList :: [V1beta2ReplicaSetSpec] -> Encoding # | |
FromJSON V1beta2ReplicaSetSpec Source # | FromJSON V1beta2ReplicaSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2ReplicaSetSpec # parseJSONList :: Value -> Parser [V1beta2ReplicaSetSpec] # |
data V1beta2ReplicaSetList Source #
V1beta2ReplicaSetList ReplicaSetList is a collection of ReplicaSets.
Constructors
V1beta2ReplicaSetList | |
Fields
|
Instances
Eq V1beta2ReplicaSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2ReplicaSetList -> V1beta2ReplicaSetList -> Bool # (/=) :: V1beta2ReplicaSetList -> V1beta2ReplicaSetList -> Bool # | |
Show V1beta2ReplicaSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2ReplicaSetList -> ShowS # show :: V1beta2ReplicaSetList -> String # showList :: [V1beta2ReplicaSetList] -> ShowS # | |
ToJSON V1beta2ReplicaSetList Source # | ToJSON V1beta2ReplicaSetList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2ReplicaSetList -> Value # toEncoding :: V1beta2ReplicaSetList -> Encoding # toJSONList :: [V1beta2ReplicaSetList] -> Value # toEncodingList :: [V1beta2ReplicaSetList] -> Encoding # | |
FromJSON V1beta2ReplicaSetList Source # | FromJSON V1beta2ReplicaSetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2ReplicaSetList # parseJSONList :: Value -> Parser [V1beta2ReplicaSetList] # |
data V1beta2ReplicaSetCondition Source #
V1beta2ReplicaSetCondition ReplicaSetCondition describes the state of a replica set at a certain point.
Constructors
V1beta2ReplicaSetCondition | |
Fields
|
Instances
data V1beta2ReplicaSet Source #
V1beta2ReplicaSet DEPRECATED - This group version of ReplicaSet is deprecated by appsv1ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.
Constructors
V1beta2ReplicaSet | |
Fields
|
Instances
data V1beta2DeploymentStrategy Source #
V1beta2DeploymentStrategy DeploymentStrategy describes how to replace existing pods with new ones.
Constructors
V1beta2DeploymentStrategy | |
Fields
|
Instances
Eq V1beta2DeploymentStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2DeploymentStrategy -> V1beta2DeploymentStrategy -> Bool # (/=) :: V1beta2DeploymentStrategy -> V1beta2DeploymentStrategy -> Bool # | |
Show V1beta2DeploymentStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2DeploymentStrategy -> ShowS # show :: V1beta2DeploymentStrategy -> String # showList :: [V1beta2DeploymentStrategy] -> ShowS # | |
ToJSON V1beta2DeploymentStrategy Source # | ToJSON V1beta2DeploymentStrategy |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2DeploymentStrategy -> Value # toEncoding :: V1beta2DeploymentStrategy -> Encoding # toJSONList :: [V1beta2DeploymentStrategy] -> Value # | |
FromJSON V1beta2DeploymentStrategy Source # | FromJSON V1beta2DeploymentStrategy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2DeploymentStrategy # parseJSONList :: Value -> Parser [V1beta2DeploymentStrategy] # |
data V1beta2DeploymentStatus Source #
V1beta2DeploymentStatus DeploymentStatus is the most recently observed status of the Deployment.
Constructors
V1beta2DeploymentStatus | |
Fields
|
Instances
Eq V1beta2DeploymentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2DeploymentStatus -> V1beta2DeploymentStatus -> Bool # (/=) :: V1beta2DeploymentStatus -> V1beta2DeploymentStatus -> Bool # | |
Show V1beta2DeploymentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2DeploymentStatus -> ShowS # show :: V1beta2DeploymentStatus -> String # showList :: [V1beta2DeploymentStatus] -> ShowS # | |
ToJSON V1beta2DeploymentStatus Source # | ToJSON V1beta2DeploymentStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2DeploymentStatus -> Value # toEncoding :: V1beta2DeploymentStatus -> Encoding # toJSONList :: [V1beta2DeploymentStatus] -> Value # | |
FromJSON V1beta2DeploymentStatus Source # | FromJSON V1beta2DeploymentStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2DeploymentStatus # parseJSONList :: Value -> Parser [V1beta2DeploymentStatus] # |
data V1beta2DeploymentSpec Source #
V1beta2DeploymentSpec DeploymentSpec is the specification of the desired behavior of the Deployment.
Constructors
V1beta2DeploymentSpec | |
Fields
|
Instances
Eq V1beta2DeploymentSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2DeploymentSpec -> V1beta2DeploymentSpec -> Bool # (/=) :: V1beta2DeploymentSpec -> V1beta2DeploymentSpec -> Bool # | |
Show V1beta2DeploymentSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2DeploymentSpec -> ShowS # show :: V1beta2DeploymentSpec -> String # showList :: [V1beta2DeploymentSpec] -> ShowS # | |
ToJSON V1beta2DeploymentSpec Source # | ToJSON V1beta2DeploymentSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2DeploymentSpec -> Value # toEncoding :: V1beta2DeploymentSpec -> Encoding # toJSONList :: [V1beta2DeploymentSpec] -> Value # toEncodingList :: [V1beta2DeploymentSpec] -> Encoding # | |
FromJSON V1beta2DeploymentSpec Source # | FromJSON V1beta2DeploymentSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2DeploymentSpec # parseJSONList :: Value -> Parser [V1beta2DeploymentSpec] # |
data V1beta2DeploymentList Source #
V1beta2DeploymentList DeploymentList is a list of Deployments.
Constructors
V1beta2DeploymentList | |
Fields
|
Instances
Eq V1beta2DeploymentList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2DeploymentList -> V1beta2DeploymentList -> Bool # (/=) :: V1beta2DeploymentList -> V1beta2DeploymentList -> Bool # | |
Show V1beta2DeploymentList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2DeploymentList -> ShowS # show :: V1beta2DeploymentList -> String # showList :: [V1beta2DeploymentList] -> ShowS # | |
ToJSON V1beta2DeploymentList Source # | ToJSON V1beta2DeploymentList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2DeploymentList -> Value # toEncoding :: V1beta2DeploymentList -> Encoding # toJSONList :: [V1beta2DeploymentList] -> Value # toEncodingList :: [V1beta2DeploymentList] -> Encoding # | |
FromJSON V1beta2DeploymentList Source # | FromJSON V1beta2DeploymentList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2DeploymentList # parseJSONList :: Value -> Parser [V1beta2DeploymentList] # |
data V1beta2DeploymentCondition Source #
V1beta2DeploymentCondition DeploymentCondition describes the state of a deployment at a certain point.
Constructors
V1beta2DeploymentCondition | |
Fields
|
Instances
data V1beta2Deployment Source #
V1beta2Deployment DEPRECATED - This group version of Deployment is deprecated by appsv1Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.
Constructors
V1beta2Deployment | |
Fields
|
Instances
data V1beta2DaemonSetUpdateStrategy Source #
V1beta2DaemonSetUpdateStrategy DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
Constructors
V1beta2DaemonSetUpdateStrategy | |
Fields
|
Instances
Eq V1beta2DaemonSetUpdateStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta2DaemonSetUpdateStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2DaemonSetUpdateStrategy -> ShowS # show :: V1beta2DaemonSetUpdateStrategy -> String # showList :: [V1beta2DaemonSetUpdateStrategy] -> ShowS # | |
ToJSON V1beta2DaemonSetUpdateStrategy Source # | ToJSON V1beta2DaemonSetUpdateStrategy |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta2DaemonSetUpdateStrategy Source # | FromJSON V1beta2DaemonSetUpdateStrategy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2DaemonSetUpdateStrategy # parseJSONList :: Value -> Parser [V1beta2DaemonSetUpdateStrategy] # |
data V1beta2DaemonSetStatus Source #
V1beta2DaemonSetStatus DaemonSetStatus represents the current status of a daemon set.
Constructors
V1beta2DaemonSetStatus | |
Fields
|
Instances
Eq V1beta2DaemonSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2DaemonSetStatus -> V1beta2DaemonSetStatus -> Bool # (/=) :: V1beta2DaemonSetStatus -> V1beta2DaemonSetStatus -> Bool # | |
Show V1beta2DaemonSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2DaemonSetStatus -> ShowS # show :: V1beta2DaemonSetStatus -> String # showList :: [V1beta2DaemonSetStatus] -> ShowS # | |
ToJSON V1beta2DaemonSetStatus Source # | ToJSON V1beta2DaemonSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2DaemonSetStatus -> Value # toEncoding :: V1beta2DaemonSetStatus -> Encoding # toJSONList :: [V1beta2DaemonSetStatus] -> Value # | |
FromJSON V1beta2DaemonSetStatus Source # | FromJSON V1beta2DaemonSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2DaemonSetStatus # parseJSONList :: Value -> Parser [V1beta2DaemonSetStatus] # |
data V1beta2DaemonSetSpec Source #
V1beta2DaemonSetSpec DaemonSetSpec is the specification of a daemon set.
Constructors
V1beta2DaemonSetSpec | |
Fields
|
Instances
Eq V1beta2DaemonSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2DaemonSetSpec -> V1beta2DaemonSetSpec -> Bool # (/=) :: V1beta2DaemonSetSpec -> V1beta2DaemonSetSpec -> Bool # | |
Show V1beta2DaemonSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2DaemonSetSpec -> ShowS # show :: V1beta2DaemonSetSpec -> String # showList :: [V1beta2DaemonSetSpec] -> ShowS # | |
ToJSON V1beta2DaemonSetSpec Source # | ToJSON V1beta2DaemonSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2DaemonSetSpec -> Value # toEncoding :: V1beta2DaemonSetSpec -> Encoding # toJSONList :: [V1beta2DaemonSetSpec] -> Value # toEncodingList :: [V1beta2DaemonSetSpec] -> Encoding # | |
FromJSON V1beta2DaemonSetSpec Source # | FromJSON V1beta2DaemonSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2DaemonSetSpec # parseJSONList :: Value -> Parser [V1beta2DaemonSetSpec] # |
data V1beta2DaemonSetList Source #
V1beta2DaemonSetList DaemonSetList is a collection of daemon sets.
Constructors
V1beta2DaemonSetList | |
Fields
|
Instances
Eq V1beta2DaemonSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2DaemonSetList -> V1beta2DaemonSetList -> Bool # (/=) :: V1beta2DaemonSetList -> V1beta2DaemonSetList -> Bool # | |
Show V1beta2DaemonSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2DaemonSetList -> ShowS # show :: V1beta2DaemonSetList -> String # showList :: [V1beta2DaemonSetList] -> ShowS # | |
ToJSON V1beta2DaemonSetList Source # | ToJSON V1beta2DaemonSetList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2DaemonSetList -> Value # toEncoding :: V1beta2DaemonSetList -> Encoding # toJSONList :: [V1beta2DaemonSetList] -> Value # toEncodingList :: [V1beta2DaemonSetList] -> Encoding # | |
FromJSON V1beta2DaemonSetList Source # | FromJSON V1beta2DaemonSetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2DaemonSetList # parseJSONList :: Value -> Parser [V1beta2DaemonSetList] # |
data V1beta2DaemonSetCondition Source #
V1beta2DaemonSetCondition DaemonSetCondition describes the state of a DaemonSet at a certain point.
Constructors
V1beta2DaemonSetCondition | |
Fields
|
Instances
Eq V1beta2DaemonSetCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta2DaemonSetCondition -> V1beta2DaemonSetCondition -> Bool # (/=) :: V1beta2DaemonSetCondition -> V1beta2DaemonSetCondition -> Bool # | |
Show V1beta2DaemonSetCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2DaemonSetCondition -> ShowS # show :: V1beta2DaemonSetCondition -> String # showList :: [V1beta2DaemonSetCondition] -> ShowS # | |
ToJSON V1beta2DaemonSetCondition Source # | ToJSON V1beta2DaemonSetCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2DaemonSetCondition -> Value # toEncoding :: V1beta2DaemonSetCondition -> Encoding # toJSONList :: [V1beta2DaemonSetCondition] -> Value # | |
FromJSON V1beta2DaemonSetCondition Source # | FromJSON V1beta2DaemonSetCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2DaemonSetCondition # parseJSONList :: Value -> Parser [V1beta2DaemonSetCondition] # |
data V1beta2DaemonSet Source #
V1beta2DaemonSet DEPRECATED - This group version of DaemonSet is deprecated by appsv1DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.
Constructors
V1beta2DaemonSet | |
Fields
|
Instances
data V1beta2ControllerRevisionList Source #
V1beta2ControllerRevisionList ControllerRevisionList is a resource containing a list of ControllerRevision objects.
Constructors
V1beta2ControllerRevisionList | |
Fields
|
Instances
Eq V1beta2ControllerRevisionList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta2ControllerRevisionList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta2ControllerRevisionList -> ShowS # show :: V1beta2ControllerRevisionList -> String # showList :: [V1beta2ControllerRevisionList] -> ShowS # | |
ToJSON V1beta2ControllerRevisionList Source # | ToJSON V1beta2ControllerRevisionList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta2ControllerRevisionList -> Value # toEncoding :: V1beta2ControllerRevisionList -> Encoding # toJSONList :: [V1beta2ControllerRevisionList] -> Value # toEncodingList :: [V1beta2ControllerRevisionList] -> Encoding # | |
FromJSON V1beta2ControllerRevisionList Source # | FromJSON V1beta2ControllerRevisionList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta2ControllerRevisionList # parseJSONList :: Value -> Parser [V1beta2ControllerRevisionList] # |
data V1beta2ControllerRevision Source #
V1beta2ControllerRevision DEPRECATED - This group version of ControllerRevision is deprecated by appsv1ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
Constructors
V1beta2ControllerRevision | |
Fields
|
Instances
data V1beta1VolumeNodeResources Source #
V1beta1VolumeNodeResources VolumeNodeResources is a set of resource limits for scheduling of volumes.
Constructors
V1beta1VolumeNodeResources | |
Fields
|
Instances
data V1beta1VolumeError Source #
V1beta1VolumeError VolumeError captures an error encountered during a volume operation.
Constructors
V1beta1VolumeError | |
Fields
|
Instances
Eq V1beta1VolumeError Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1VolumeError -> V1beta1VolumeError -> Bool # (/=) :: V1beta1VolumeError -> V1beta1VolumeError -> Bool # | |
Show V1beta1VolumeError Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1VolumeError -> ShowS # show :: V1beta1VolumeError -> String # showList :: [V1beta1VolumeError] -> ShowS # | |
ToJSON V1beta1VolumeError Source # | ToJSON V1beta1VolumeError |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1VolumeError -> Value # toEncoding :: V1beta1VolumeError -> Encoding # toJSONList :: [V1beta1VolumeError] -> Value # toEncodingList :: [V1beta1VolumeError] -> Encoding # | |
FromJSON V1beta1VolumeError Source # | FromJSON V1beta1VolumeError |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1VolumeError # parseJSONList :: Value -> Parser [V1beta1VolumeError] # |
data V1beta1VolumeAttachmentStatus Source #
V1beta1VolumeAttachmentStatus VolumeAttachmentStatus is the status of a VolumeAttachment request.
Constructors
V1beta1VolumeAttachmentStatus | |
Fields
|
Instances
Eq V1beta1VolumeAttachmentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1VolumeAttachmentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1VolumeAttachmentStatus -> ShowS # show :: V1beta1VolumeAttachmentStatus -> String # showList :: [V1beta1VolumeAttachmentStatus] -> ShowS # | |
ToJSON V1beta1VolumeAttachmentStatus Source # | ToJSON V1beta1VolumeAttachmentStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1VolumeAttachmentStatus -> Value # toEncoding :: V1beta1VolumeAttachmentStatus -> Encoding # toJSONList :: [V1beta1VolumeAttachmentStatus] -> Value # toEncodingList :: [V1beta1VolumeAttachmentStatus] -> Encoding # | |
FromJSON V1beta1VolumeAttachmentStatus Source # | FromJSON V1beta1VolumeAttachmentStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1VolumeAttachmentStatus # parseJSONList :: Value -> Parser [V1beta1VolumeAttachmentStatus] # |
data V1beta1VolumeAttachmentSpec Source #
V1beta1VolumeAttachmentSpec VolumeAttachmentSpec is the specification of a VolumeAttachment request.
Constructors
V1beta1VolumeAttachmentSpec | |
Fields
|
Instances
data V1beta1VolumeAttachmentSource Source #
V1beta1VolumeAttachmentSource VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
Constructors
V1beta1VolumeAttachmentSource | |
Fields
|
Instances
Eq V1beta1VolumeAttachmentSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1VolumeAttachmentSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1VolumeAttachmentSource -> ShowS # show :: V1beta1VolumeAttachmentSource -> String # showList :: [V1beta1VolumeAttachmentSource] -> ShowS # | |
ToJSON V1beta1VolumeAttachmentSource Source # | ToJSON V1beta1VolumeAttachmentSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1VolumeAttachmentSource -> Value # toEncoding :: V1beta1VolumeAttachmentSource -> Encoding # toJSONList :: [V1beta1VolumeAttachmentSource] -> Value # toEncodingList :: [V1beta1VolumeAttachmentSource] -> Encoding # | |
FromJSON V1beta1VolumeAttachmentSource Source # | FromJSON V1beta1VolumeAttachmentSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1VolumeAttachmentSource # parseJSONList :: Value -> Parser [V1beta1VolumeAttachmentSource] # |
data V1beta1VolumeAttachmentList Source #
V1beta1VolumeAttachmentList VolumeAttachmentList is a collection of VolumeAttachment objects.
Constructors
V1beta1VolumeAttachmentList | |
Fields
|
Instances
data V1beta1VolumeAttachment Source #
V1beta1VolumeAttachment VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.
Constructors
V1beta1VolumeAttachment | |
Fields
|
Instances
data V1beta1ValidatingWebhookConfigurationList Source #
V1beta1ValidatingWebhookConfigurationList ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.
Constructors
V1beta1ValidatingWebhookConfigurationList | |
Fields
|
Instances
Eq V1beta1ValidatingWebhookConfigurationList Source # | |
Show V1beta1ValidatingWebhookConfigurationList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON V1beta1ValidatingWebhookConfigurationList Source # | ToJSON V1beta1ValidatingWebhookConfigurationList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1ValidatingWebhookConfigurationList Source # | FromJSON V1beta1ValidatingWebhookConfigurationList |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1ValidatingWebhookConfiguration Source #
V1beta1ValidatingWebhookConfiguration ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead.
Constructors
V1beta1ValidatingWebhookConfiguration | |
Fields
|
Instances
data V1beta1ValidatingWebhook Source #
V1beta1ValidatingWebhook ValidatingWebhook describes an admission webhook and the resources and operations it applies to.
Constructors
V1beta1ValidatingWebhook | |
Fields
|
Instances
Eq V1beta1ValidatingWebhook Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1ValidatingWebhook -> V1beta1ValidatingWebhook -> Bool # (/=) :: V1beta1ValidatingWebhook -> V1beta1ValidatingWebhook -> Bool # | |
Show V1beta1ValidatingWebhook Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1ValidatingWebhook -> ShowS # show :: V1beta1ValidatingWebhook -> String # showList :: [V1beta1ValidatingWebhook] -> ShowS # | |
ToJSON V1beta1ValidatingWebhook Source # | ToJSON V1beta1ValidatingWebhook |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1ValidatingWebhook -> Value # toEncoding :: V1beta1ValidatingWebhook -> Encoding # toJSONList :: [V1beta1ValidatingWebhook] -> Value # | |
FromJSON V1beta1ValidatingWebhook Source # | FromJSON V1beta1ValidatingWebhook |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1ValidatingWebhook # parseJSONList :: Value -> Parser [V1beta1ValidatingWebhook] # |
data V1beta1UserInfo Source #
V1beta1UserInfo UserInfo holds the information about the user needed to implement the user.Info interface.
Constructors
V1beta1UserInfo | |
Fields
|
Instances
Eq V1beta1UserInfo Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1UserInfo -> V1beta1UserInfo -> Bool # (/=) :: V1beta1UserInfo -> V1beta1UserInfo -> Bool # | |
Show V1beta1UserInfo Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1UserInfo -> ShowS # show :: V1beta1UserInfo -> String # showList :: [V1beta1UserInfo] -> ShowS # | |
ToJSON V1beta1UserInfo Source # | ToJSON V1beta1UserInfo |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1UserInfo -> Value # toEncoding :: V1beta1UserInfo -> Encoding # toJSONList :: [V1beta1UserInfo] -> Value # toEncodingList :: [V1beta1UserInfo] -> Encoding # | |
FromJSON V1beta1UserInfo Source # | FromJSON V1beta1UserInfo |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1UserInfo # parseJSONList :: Value -> Parser [V1beta1UserInfo] # |
data V1beta1TokenReviewStatus Source #
V1beta1TokenReviewStatus TokenReviewStatus is the result of the token authentication request.
Constructors
V1beta1TokenReviewStatus | |
Fields
|
Instances
Eq V1beta1TokenReviewStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1TokenReviewStatus -> V1beta1TokenReviewStatus -> Bool # (/=) :: V1beta1TokenReviewStatus -> V1beta1TokenReviewStatus -> Bool # | |
Show V1beta1TokenReviewStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1TokenReviewStatus -> ShowS # show :: V1beta1TokenReviewStatus -> String # showList :: [V1beta1TokenReviewStatus] -> ShowS # | |
ToJSON V1beta1TokenReviewStatus Source # | ToJSON V1beta1TokenReviewStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1TokenReviewStatus -> Value # toEncoding :: V1beta1TokenReviewStatus -> Encoding # toJSONList :: [V1beta1TokenReviewStatus] -> Value # | |
FromJSON V1beta1TokenReviewStatus Source # | FromJSON V1beta1TokenReviewStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1TokenReviewStatus # parseJSONList :: Value -> Parser [V1beta1TokenReviewStatus] # |
data V1beta1TokenReviewSpec Source #
V1beta1TokenReviewSpec TokenReviewSpec is a description of the token authentication request.
Constructors
V1beta1TokenReviewSpec | |
Fields
|
Instances
Eq V1beta1TokenReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1TokenReviewSpec -> V1beta1TokenReviewSpec -> Bool # (/=) :: V1beta1TokenReviewSpec -> V1beta1TokenReviewSpec -> Bool # | |
Show V1beta1TokenReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1TokenReviewSpec -> ShowS # show :: V1beta1TokenReviewSpec -> String # showList :: [V1beta1TokenReviewSpec] -> ShowS # | |
ToJSON V1beta1TokenReviewSpec Source # | ToJSON V1beta1TokenReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1TokenReviewSpec -> Value # toEncoding :: V1beta1TokenReviewSpec -> Encoding # toJSONList :: [V1beta1TokenReviewSpec] -> Value # | |
FromJSON V1beta1TokenReviewSpec Source # | FromJSON V1beta1TokenReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1TokenReviewSpec # parseJSONList :: Value -> Parser [V1beta1TokenReviewSpec] # |
data V1beta1TokenReview Source #
V1beta1TokenReview TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.
Constructors
V1beta1TokenReview | |
Fields
|
Instances
data V1beta1SubjectRulesReviewStatus Source #
V1beta1SubjectRulesReviewStatus SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.
Constructors
V1beta1SubjectRulesReviewStatus | |
Fields
|
Instances
Eq V1beta1SubjectRulesReviewStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1SubjectRulesReviewStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1SubjectRulesReviewStatus -> ShowS # | |
ToJSON V1beta1SubjectRulesReviewStatus Source # | ToJSON V1beta1SubjectRulesReviewStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1SubjectRulesReviewStatus Source # | FromJSON V1beta1SubjectRulesReviewStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1SubjectRulesReviewStatus # parseJSONList :: Value -> Parser [V1beta1SubjectRulesReviewStatus] # |
data V1beta1SubjectAccessReviewStatus Source #
V1beta1SubjectAccessReviewStatus SubjectAccessReviewStatus
Constructors
V1beta1SubjectAccessReviewStatus | |
Fields
|
Instances
Eq V1beta1SubjectAccessReviewStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1SubjectAccessReviewStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1SubjectAccessReviewStatus -> ShowS # | |
ToJSON V1beta1SubjectAccessReviewStatus Source # | ToJSON V1beta1SubjectAccessReviewStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1SubjectAccessReviewStatus Source # | FromJSON V1beta1SubjectAccessReviewStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1SubjectAccessReviewStatus # parseJSONList :: Value -> Parser [V1beta1SubjectAccessReviewStatus] # |
data V1beta1SubjectAccessReviewSpec Source #
V1beta1SubjectAccessReviewSpec SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
Constructors
V1beta1SubjectAccessReviewSpec | |
Fields
|
Instances
Eq V1beta1SubjectAccessReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1SubjectAccessReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1SubjectAccessReviewSpec -> ShowS # show :: V1beta1SubjectAccessReviewSpec -> String # showList :: [V1beta1SubjectAccessReviewSpec] -> ShowS # | |
ToJSON V1beta1SubjectAccessReviewSpec Source # | ToJSON V1beta1SubjectAccessReviewSpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1SubjectAccessReviewSpec Source # | FromJSON V1beta1SubjectAccessReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1SubjectAccessReviewSpec # parseJSONList :: Value -> Parser [V1beta1SubjectAccessReviewSpec] # |
data V1beta1SubjectAccessReview Source #
V1beta1SubjectAccessReview SubjectAccessReview checks whether or not a user or group can perform an action.
Constructors
V1beta1SubjectAccessReview | |
Fields
|
Instances
data V1beta1Subject Source #
V1beta1Subject Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.
Constructors
V1beta1Subject | |
Fields
|
Instances
Eq V1beta1Subject Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1Subject -> V1beta1Subject -> Bool # (/=) :: V1beta1Subject -> V1beta1Subject -> Bool # | |
Show V1beta1Subject Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1Subject -> ShowS # show :: V1beta1Subject -> String # showList :: [V1beta1Subject] -> ShowS # | |
ToJSON V1beta1Subject Source # | ToJSON V1beta1Subject |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1Subject -> Value # toEncoding :: V1beta1Subject -> Encoding # toJSONList :: [V1beta1Subject] -> Value # toEncodingList :: [V1beta1Subject] -> Encoding # | |
FromJSON V1beta1Subject Source # | FromJSON V1beta1Subject |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1Subject # parseJSONList :: Value -> Parser [V1beta1Subject] # |
data V1beta1StorageClassList Source #
V1beta1StorageClassList StorageClassList is a collection of storage classes.
Constructors
V1beta1StorageClassList | |
Fields
|
Instances
Eq V1beta1StorageClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1StorageClassList -> V1beta1StorageClassList -> Bool # (/=) :: V1beta1StorageClassList -> V1beta1StorageClassList -> Bool # | |
Show V1beta1StorageClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1StorageClassList -> ShowS # show :: V1beta1StorageClassList -> String # showList :: [V1beta1StorageClassList] -> ShowS # | |
ToJSON V1beta1StorageClassList Source # | ToJSON V1beta1StorageClassList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1StorageClassList -> Value # toEncoding :: V1beta1StorageClassList -> Encoding # toJSONList :: [V1beta1StorageClassList] -> Value # | |
FromJSON V1beta1StorageClassList Source # | FromJSON V1beta1StorageClassList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1StorageClassList # parseJSONList :: Value -> Parser [V1beta1StorageClassList] # |
data V1beta1StorageClass Source #
V1beta1StorageClass StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
Constructors
V1beta1StorageClass | |
Fields
|
Instances
data V1beta1StatefulSetUpdateStrategy Source #
V1beta1StatefulSetUpdateStrategy StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
Constructors
V1beta1StatefulSetUpdateStrategy | |
Fields
|
Instances
Eq V1beta1StatefulSetUpdateStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1StatefulSetUpdateStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1StatefulSetUpdateStrategy -> ShowS # | |
ToJSON V1beta1StatefulSetUpdateStrategy Source # | ToJSON V1beta1StatefulSetUpdateStrategy |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1StatefulSetUpdateStrategy Source # | FromJSON V1beta1StatefulSetUpdateStrategy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1StatefulSetUpdateStrategy # parseJSONList :: Value -> Parser [V1beta1StatefulSetUpdateStrategy] # |
data V1beta1StatefulSetStatus Source #
V1beta1StatefulSetStatus StatefulSetStatus represents the current state of a StatefulSet.
Constructors
V1beta1StatefulSetStatus | |
Fields
|
Instances
Eq V1beta1StatefulSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1StatefulSetStatus -> V1beta1StatefulSetStatus -> Bool # (/=) :: V1beta1StatefulSetStatus -> V1beta1StatefulSetStatus -> Bool # | |
Show V1beta1StatefulSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1StatefulSetStatus -> ShowS # show :: V1beta1StatefulSetStatus -> String # showList :: [V1beta1StatefulSetStatus] -> ShowS # | |
ToJSON V1beta1StatefulSetStatus Source # | ToJSON V1beta1StatefulSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1StatefulSetStatus -> Value # toEncoding :: V1beta1StatefulSetStatus -> Encoding # toJSONList :: [V1beta1StatefulSetStatus] -> Value # | |
FromJSON V1beta1StatefulSetStatus Source # | FromJSON V1beta1StatefulSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1StatefulSetStatus # parseJSONList :: Value -> Parser [V1beta1StatefulSetStatus] # |
data V1beta1StatefulSetSpec Source #
V1beta1StatefulSetSpec A StatefulSetSpec is the specification of a StatefulSet.
Constructors
V1beta1StatefulSetSpec | |
Fields
|
Instances
Eq V1beta1StatefulSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1StatefulSetSpec -> V1beta1StatefulSetSpec -> Bool # (/=) :: V1beta1StatefulSetSpec -> V1beta1StatefulSetSpec -> Bool # | |
Show V1beta1StatefulSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1StatefulSetSpec -> ShowS # show :: V1beta1StatefulSetSpec -> String # showList :: [V1beta1StatefulSetSpec] -> ShowS # | |
ToJSON V1beta1StatefulSetSpec Source # | ToJSON V1beta1StatefulSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1StatefulSetSpec -> Value # toEncoding :: V1beta1StatefulSetSpec -> Encoding # toJSONList :: [V1beta1StatefulSetSpec] -> Value # | |
FromJSON V1beta1StatefulSetSpec Source # | FromJSON V1beta1StatefulSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1StatefulSetSpec # parseJSONList :: Value -> Parser [V1beta1StatefulSetSpec] # |
data V1beta1StatefulSetList Source #
V1beta1StatefulSetList StatefulSetList is a collection of StatefulSets.
Constructors
V1beta1StatefulSetList | |
Fields
|
Instances
Eq V1beta1StatefulSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1StatefulSetList -> V1beta1StatefulSetList -> Bool # (/=) :: V1beta1StatefulSetList -> V1beta1StatefulSetList -> Bool # | |
Show V1beta1StatefulSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1StatefulSetList -> ShowS # show :: V1beta1StatefulSetList -> String # showList :: [V1beta1StatefulSetList] -> ShowS # | |
ToJSON V1beta1StatefulSetList Source # | ToJSON V1beta1StatefulSetList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1StatefulSetList -> Value # toEncoding :: V1beta1StatefulSetList -> Encoding # toJSONList :: [V1beta1StatefulSetList] -> Value # | |
FromJSON V1beta1StatefulSetList Source # | FromJSON V1beta1StatefulSetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1StatefulSetList # parseJSONList :: Value -> Parser [V1beta1StatefulSetList] # |
data V1beta1StatefulSetCondition Source #
V1beta1StatefulSetCondition StatefulSetCondition describes the state of a statefulset at a certain point.
Constructors
V1beta1StatefulSetCondition | |
Fields
|
Instances
data V1beta1StatefulSet Source #
V1beta1StatefulSet DEPRECATED - This group version of StatefulSet is deprecated by appsv1beta2StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.
Constructors
V1beta1StatefulSet | |
Fields
|
Instances
data V1beta1SelfSubjectRulesReviewSpec Source #
V1beta1SelfSubjectRulesReviewSpec
Constructors
V1beta1SelfSubjectRulesReviewSpec | |
Fields
|
Instances
Eq V1beta1SelfSubjectRulesReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1SelfSubjectRulesReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1SelfSubjectRulesReviewSpec -> ShowS # | |
ToJSON V1beta1SelfSubjectRulesReviewSpec Source # | ToJSON V1beta1SelfSubjectRulesReviewSpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1SelfSubjectRulesReviewSpec Source # | FromJSON V1beta1SelfSubjectRulesReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1SelfSubjectRulesReviewSpec # parseJSONList :: Value -> Parser [V1beta1SelfSubjectRulesReviewSpec] # |
data V1beta1SelfSubjectRulesReview Source #
V1beta1SelfSubjectRulesReview SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to showhide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetimerevocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.
Constructors
V1beta1SelfSubjectRulesReview | |
Fields
|
Instances
data V1beta1SelfSubjectAccessReviewSpec Source #
V1beta1SelfSubjectAccessReviewSpec SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
Constructors
V1beta1SelfSubjectAccessReviewSpec | |
Fields
|
Instances
Eq V1beta1SelfSubjectAccessReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1SelfSubjectAccessReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1SelfSubjectAccessReviewSpec -> ShowS # | |
ToJSON V1beta1SelfSubjectAccessReviewSpec Source # | ToJSON V1beta1SelfSubjectAccessReviewSpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1SelfSubjectAccessReviewSpec Source # | FromJSON V1beta1SelfSubjectAccessReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1SelfSubjectAccessReviewSpec # parseJSONList :: Value -> Parser [V1beta1SelfSubjectAccessReviewSpec] # |
data V1beta1SelfSubjectAccessReview Source #
V1beta1SelfSubjectAccessReview SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action
Constructors
V1beta1SelfSubjectAccessReview | |
Fields
|
Instances
data V1beta1Scheduling Source #
V1beta1Scheduling Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.
Constructors
V1beta1Scheduling | |
Fields
|
Instances
Eq V1beta1Scheduling Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1Scheduling -> V1beta1Scheduling -> Bool # (/=) :: V1beta1Scheduling -> V1beta1Scheduling -> Bool # | |
Show V1beta1Scheduling Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1Scheduling -> ShowS # show :: V1beta1Scheduling -> String # showList :: [V1beta1Scheduling] -> ShowS # | |
ToJSON V1beta1Scheduling Source # | ToJSON V1beta1Scheduling |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1Scheduling -> Value # toEncoding :: V1beta1Scheduling -> Encoding # toJSONList :: [V1beta1Scheduling] -> Value # toEncodingList :: [V1beta1Scheduling] -> Encoding # | |
FromJSON V1beta1Scheduling Source # | FromJSON V1beta1Scheduling |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1Scheduling # parseJSONList :: Value -> Parser [V1beta1Scheduling] # |
data V1beta1RuntimeClassList Source #
V1beta1RuntimeClassList RuntimeClassList is a list of RuntimeClass objects.
Constructors
V1beta1RuntimeClassList | |
Fields
|
Instances
Eq V1beta1RuntimeClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1RuntimeClassList -> V1beta1RuntimeClassList -> Bool # (/=) :: V1beta1RuntimeClassList -> V1beta1RuntimeClassList -> Bool # | |
Show V1beta1RuntimeClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1RuntimeClassList -> ShowS # show :: V1beta1RuntimeClassList -> String # showList :: [V1beta1RuntimeClassList] -> ShowS # | |
ToJSON V1beta1RuntimeClassList Source # | ToJSON V1beta1RuntimeClassList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1RuntimeClassList -> Value # toEncoding :: V1beta1RuntimeClassList -> Encoding # toJSONList :: [V1beta1RuntimeClassList] -> Value # | |
FromJSON V1beta1RuntimeClassList Source # | FromJSON V1beta1RuntimeClassList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1RuntimeClassList # parseJSONList :: Value -> Parser [V1beta1RuntimeClassList] # |
data V1beta1RuntimeClass Source #
V1beta1RuntimeClass RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md
Constructors
V1beta1RuntimeClass | |
Fields
|
Instances
data V1beta1RuleWithOperations Source #
V1beta1RuleWithOperations RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.
Constructors
V1beta1RuleWithOperations | |
Fields
|
Instances
Eq V1beta1RuleWithOperations Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1RuleWithOperations -> V1beta1RuleWithOperations -> Bool # (/=) :: V1beta1RuleWithOperations -> V1beta1RuleWithOperations -> Bool # | |
Show V1beta1RuleWithOperations Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1RuleWithOperations -> ShowS # show :: V1beta1RuleWithOperations -> String # showList :: [V1beta1RuleWithOperations] -> ShowS # | |
ToJSON V1beta1RuleWithOperations Source # | ToJSON V1beta1RuleWithOperations |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1RuleWithOperations -> Value # toEncoding :: V1beta1RuleWithOperations -> Encoding # toJSONList :: [V1beta1RuleWithOperations] -> Value # | |
FromJSON V1beta1RuleWithOperations Source # | FromJSON V1beta1RuleWithOperations |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1RuleWithOperations # parseJSONList :: Value -> Parser [V1beta1RuleWithOperations] # |
data V1beta1RollingUpdateStatefulSetStrategy Source #
V1beta1RollingUpdateStatefulSetStrategy RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
Constructors
V1beta1RollingUpdateStatefulSetStrategy | |
Fields
|
Instances
Eq V1beta1RollingUpdateStatefulSetStrategy Source # | |
Show V1beta1RollingUpdateStatefulSetStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1RollingUpdateStatefulSetStrategy -> ShowS # show :: V1beta1RollingUpdateStatefulSetStrategy -> String # showList :: [V1beta1RollingUpdateStatefulSetStrategy] -> ShowS # | |
ToJSON V1beta1RollingUpdateStatefulSetStrategy Source # | ToJSON V1beta1RollingUpdateStatefulSetStrategy |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1RollingUpdateStatefulSetStrategy Source # | FromJSON V1beta1RollingUpdateStatefulSetStrategy |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1RollingUpdateDaemonSet Source #
V1beta1RollingUpdateDaemonSet Spec to control the desired behavior of daemon set rolling update.
Constructors
V1beta1RollingUpdateDaemonSet | |
Fields
|
Instances
Eq V1beta1RollingUpdateDaemonSet Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1RollingUpdateDaemonSet Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1RollingUpdateDaemonSet -> ShowS # show :: V1beta1RollingUpdateDaemonSet -> String # showList :: [V1beta1RollingUpdateDaemonSet] -> ShowS # | |
ToJSON V1beta1RollingUpdateDaemonSet Source # | ToJSON V1beta1RollingUpdateDaemonSet |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1RollingUpdateDaemonSet -> Value # toEncoding :: V1beta1RollingUpdateDaemonSet -> Encoding # toJSONList :: [V1beta1RollingUpdateDaemonSet] -> Value # toEncodingList :: [V1beta1RollingUpdateDaemonSet] -> Encoding # | |
FromJSON V1beta1RollingUpdateDaemonSet Source # | FromJSON V1beta1RollingUpdateDaemonSet |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1RollingUpdateDaemonSet # parseJSONList :: Value -> Parser [V1beta1RollingUpdateDaemonSet] # |
data V1beta1RoleRef Source #
V1beta1RoleRef RoleRef contains information that points to the role being used
Constructors
V1beta1RoleRef | |
Fields
|
Instances
Eq V1beta1RoleRef Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1RoleRef -> V1beta1RoleRef -> Bool # (/=) :: V1beta1RoleRef -> V1beta1RoleRef -> Bool # | |
Show V1beta1RoleRef Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1RoleRef -> ShowS # show :: V1beta1RoleRef -> String # showList :: [V1beta1RoleRef] -> ShowS # | |
ToJSON V1beta1RoleRef Source # | ToJSON V1beta1RoleRef |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1RoleRef -> Value # toEncoding :: V1beta1RoleRef -> Encoding # toJSONList :: [V1beta1RoleRef] -> Value # toEncodingList :: [V1beta1RoleRef] -> Encoding # | |
FromJSON V1beta1RoleRef Source # | FromJSON V1beta1RoleRef |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1RoleRef # parseJSONList :: Value -> Parser [V1beta1RoleRef] # |
data V1beta1RoleList Source #
V1beta1RoleList RoleList is a collection of Roles
Constructors
V1beta1RoleList | |
Fields
|
Instances
Eq V1beta1RoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1RoleList -> V1beta1RoleList -> Bool # (/=) :: V1beta1RoleList -> V1beta1RoleList -> Bool # | |
Show V1beta1RoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1RoleList -> ShowS # show :: V1beta1RoleList -> String # showList :: [V1beta1RoleList] -> ShowS # | |
ToJSON V1beta1RoleList Source # | ToJSON V1beta1RoleList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1RoleList -> Value # toEncoding :: V1beta1RoleList -> Encoding # toJSONList :: [V1beta1RoleList] -> Value # toEncodingList :: [V1beta1RoleList] -> Encoding # | |
FromJSON V1beta1RoleList Source # | FromJSON V1beta1RoleList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1RoleList # parseJSONList :: Value -> Parser [V1beta1RoleList] # |
data V1beta1RoleBindingList Source #
V1beta1RoleBindingList RoleBindingList is a collection of RoleBindings
Constructors
V1beta1RoleBindingList | |
Fields
|
Instances
Eq V1beta1RoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1RoleBindingList -> V1beta1RoleBindingList -> Bool # (/=) :: V1beta1RoleBindingList -> V1beta1RoleBindingList -> Bool # | |
Show V1beta1RoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1RoleBindingList -> ShowS # show :: V1beta1RoleBindingList -> String # showList :: [V1beta1RoleBindingList] -> ShowS # | |
ToJSON V1beta1RoleBindingList Source # | ToJSON V1beta1RoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1RoleBindingList -> Value # toEncoding :: V1beta1RoleBindingList -> Encoding # toJSONList :: [V1beta1RoleBindingList] -> Value # | |
FromJSON V1beta1RoleBindingList Source # | FromJSON V1beta1RoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1RoleBindingList # parseJSONList :: Value -> Parser [V1beta1RoleBindingList] # |
data V1beta1RoleBinding Source #
V1beta1RoleBinding RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.
Constructors
V1beta1RoleBinding | |
Fields
|
Instances
data V1beta1Role Source #
V1beta1Role Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
Constructors
V1beta1Role | |
Fields
|
Instances
data V1beta1ResourceRule Source #
V1beta1ResourceRule ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
Constructors
V1beta1ResourceRule | |
Fields
|
Instances
Eq V1beta1ResourceRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1ResourceRule -> V1beta1ResourceRule -> Bool # (/=) :: V1beta1ResourceRule -> V1beta1ResourceRule -> Bool # | |
Show V1beta1ResourceRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1ResourceRule -> ShowS # show :: V1beta1ResourceRule -> String # showList :: [V1beta1ResourceRule] -> ShowS # | |
ToJSON V1beta1ResourceRule Source # | ToJSON V1beta1ResourceRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1ResourceRule -> Value # toEncoding :: V1beta1ResourceRule -> Encoding # toJSONList :: [V1beta1ResourceRule] -> Value # toEncodingList :: [V1beta1ResourceRule] -> Encoding # | |
FromJSON V1beta1ResourceRule Source # | FromJSON V1beta1ResourceRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1ResourceRule # parseJSONList :: Value -> Parser [V1beta1ResourceRule] # |
data V1beta1ResourceAttributes Source #
V1beta1ResourceAttributes ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
Constructors
V1beta1ResourceAttributes | |
Fields
|
Instances
Eq V1beta1ResourceAttributes Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1ResourceAttributes -> V1beta1ResourceAttributes -> Bool # (/=) :: V1beta1ResourceAttributes -> V1beta1ResourceAttributes -> Bool # | |
Show V1beta1ResourceAttributes Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1ResourceAttributes -> ShowS # show :: V1beta1ResourceAttributes -> String # showList :: [V1beta1ResourceAttributes] -> ShowS # | |
ToJSON V1beta1ResourceAttributes Source # | ToJSON V1beta1ResourceAttributes |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1ResourceAttributes -> Value # toEncoding :: V1beta1ResourceAttributes -> Encoding # toJSONList :: [V1beta1ResourceAttributes] -> Value # | |
FromJSON V1beta1ResourceAttributes Source # | FromJSON V1beta1ResourceAttributes |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1ResourceAttributes # parseJSONList :: Value -> Parser [V1beta1ResourceAttributes] # |
data V1beta1ReplicaSetStatus Source #
V1beta1ReplicaSetStatus ReplicaSetStatus represents the current status of a ReplicaSet.
Constructors
V1beta1ReplicaSetStatus | |
Fields
|
Instances
Eq V1beta1ReplicaSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1ReplicaSetStatus -> V1beta1ReplicaSetStatus -> Bool # (/=) :: V1beta1ReplicaSetStatus -> V1beta1ReplicaSetStatus -> Bool # | |
Show V1beta1ReplicaSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1ReplicaSetStatus -> ShowS # show :: V1beta1ReplicaSetStatus -> String # showList :: [V1beta1ReplicaSetStatus] -> ShowS # | |
ToJSON V1beta1ReplicaSetStatus Source # | ToJSON V1beta1ReplicaSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1ReplicaSetStatus -> Value # toEncoding :: V1beta1ReplicaSetStatus -> Encoding # toJSONList :: [V1beta1ReplicaSetStatus] -> Value # | |
FromJSON V1beta1ReplicaSetStatus Source # | FromJSON V1beta1ReplicaSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1ReplicaSetStatus # parseJSONList :: Value -> Parser [V1beta1ReplicaSetStatus] # |
data V1beta1ReplicaSetSpec Source #
V1beta1ReplicaSetSpec ReplicaSetSpec is the specification of a ReplicaSet.
Constructors
V1beta1ReplicaSetSpec | |
Fields
|
Instances
Eq V1beta1ReplicaSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1ReplicaSetSpec -> V1beta1ReplicaSetSpec -> Bool # (/=) :: V1beta1ReplicaSetSpec -> V1beta1ReplicaSetSpec -> Bool # | |
Show V1beta1ReplicaSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1ReplicaSetSpec -> ShowS # show :: V1beta1ReplicaSetSpec -> String # showList :: [V1beta1ReplicaSetSpec] -> ShowS # | |
ToJSON V1beta1ReplicaSetSpec Source # | ToJSON V1beta1ReplicaSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1ReplicaSetSpec -> Value # toEncoding :: V1beta1ReplicaSetSpec -> Encoding # toJSONList :: [V1beta1ReplicaSetSpec] -> Value # toEncodingList :: [V1beta1ReplicaSetSpec] -> Encoding # | |
FromJSON V1beta1ReplicaSetSpec Source # | FromJSON V1beta1ReplicaSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1ReplicaSetSpec # parseJSONList :: Value -> Parser [V1beta1ReplicaSetSpec] # |
data V1beta1ReplicaSetList Source #
V1beta1ReplicaSetList ReplicaSetList is a collection of ReplicaSets.
Constructors
V1beta1ReplicaSetList | |
Fields
|
Instances
Eq V1beta1ReplicaSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1ReplicaSetList -> V1beta1ReplicaSetList -> Bool # (/=) :: V1beta1ReplicaSetList -> V1beta1ReplicaSetList -> Bool # | |
Show V1beta1ReplicaSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1ReplicaSetList -> ShowS # show :: V1beta1ReplicaSetList -> String # showList :: [V1beta1ReplicaSetList] -> ShowS # | |
ToJSON V1beta1ReplicaSetList Source # | ToJSON V1beta1ReplicaSetList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1ReplicaSetList -> Value # toEncoding :: V1beta1ReplicaSetList -> Encoding # toJSONList :: [V1beta1ReplicaSetList] -> Value # toEncodingList :: [V1beta1ReplicaSetList] -> Encoding # | |
FromJSON V1beta1ReplicaSetList Source # | FromJSON V1beta1ReplicaSetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1ReplicaSetList # parseJSONList :: Value -> Parser [V1beta1ReplicaSetList] # |
data V1beta1ReplicaSetCondition Source #
V1beta1ReplicaSetCondition ReplicaSetCondition describes the state of a replica set at a certain point.
Constructors
V1beta1ReplicaSetCondition | |
Fields
|
Instances
data V1beta1ReplicaSet Source #
V1beta1ReplicaSet DEPRECATED - This group version of ReplicaSet is deprecated by appsv1beta2ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.
Constructors
V1beta1ReplicaSet | |
Fields
|
Instances
data V1beta1PriorityClassList Source #
V1beta1PriorityClassList PriorityClassList is a collection of priority classes.
Constructors
V1beta1PriorityClassList | |
Fields
|
Instances
Eq V1beta1PriorityClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1PriorityClassList -> V1beta1PriorityClassList -> Bool # (/=) :: V1beta1PriorityClassList -> V1beta1PriorityClassList -> Bool # | |
Show V1beta1PriorityClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1PriorityClassList -> ShowS # show :: V1beta1PriorityClassList -> String # showList :: [V1beta1PriorityClassList] -> ShowS # | |
ToJSON V1beta1PriorityClassList Source # | ToJSON V1beta1PriorityClassList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1PriorityClassList -> Value # toEncoding :: V1beta1PriorityClassList -> Encoding # toJSONList :: [V1beta1PriorityClassList] -> Value # | |
FromJSON V1beta1PriorityClassList Source # | FromJSON V1beta1PriorityClassList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1PriorityClassList # parseJSONList :: Value -> Parser [V1beta1PriorityClassList] # |
data V1beta1PriorityClass Source #
V1beta1PriorityClass DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.iov1PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.
Constructors
V1beta1PriorityClass | |
Fields
|
Instances
data V1beta1PolicyRule Source #
V1beta1PolicyRule PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.
Constructors
V1beta1PolicyRule | |
Fields
|
Instances
Eq V1beta1PolicyRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1PolicyRule -> V1beta1PolicyRule -> Bool # (/=) :: V1beta1PolicyRule -> V1beta1PolicyRule -> Bool # | |
Show V1beta1PolicyRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1PolicyRule -> ShowS # show :: V1beta1PolicyRule -> String # showList :: [V1beta1PolicyRule] -> ShowS # | |
ToJSON V1beta1PolicyRule Source # | ToJSON V1beta1PolicyRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1PolicyRule -> Value # toEncoding :: V1beta1PolicyRule -> Encoding # toJSONList :: [V1beta1PolicyRule] -> Value # toEncodingList :: [V1beta1PolicyRule] -> Encoding # | |
FromJSON V1beta1PolicyRule Source # | FromJSON V1beta1PolicyRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1PolicyRule # parseJSONList :: Value -> Parser [V1beta1PolicyRule] # |
data V1beta1PodDisruptionBudgetStatus Source #
V1beta1PodDisruptionBudgetStatus PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
Constructors
V1beta1PodDisruptionBudgetStatus | |
Fields
|
Instances
Eq V1beta1PodDisruptionBudgetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1PodDisruptionBudgetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1PodDisruptionBudgetStatus -> ShowS # | |
ToJSON V1beta1PodDisruptionBudgetStatus Source # | ToJSON V1beta1PodDisruptionBudgetStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1PodDisruptionBudgetStatus Source # | FromJSON V1beta1PodDisruptionBudgetStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1PodDisruptionBudgetStatus # parseJSONList :: Value -> Parser [V1beta1PodDisruptionBudgetStatus] # |
data V1beta1PodDisruptionBudgetSpec Source #
V1beta1PodDisruptionBudgetSpec PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
Constructors
V1beta1PodDisruptionBudgetSpec | |
Fields
|
Instances
Eq V1beta1PodDisruptionBudgetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1PodDisruptionBudgetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1PodDisruptionBudgetSpec -> ShowS # show :: V1beta1PodDisruptionBudgetSpec -> String # showList :: [V1beta1PodDisruptionBudgetSpec] -> ShowS # | |
ToJSON V1beta1PodDisruptionBudgetSpec Source # | ToJSON V1beta1PodDisruptionBudgetSpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1PodDisruptionBudgetSpec Source # | FromJSON V1beta1PodDisruptionBudgetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1PodDisruptionBudgetSpec # parseJSONList :: Value -> Parser [V1beta1PodDisruptionBudgetSpec] # |
data V1beta1PodDisruptionBudgetList Source #
V1beta1PodDisruptionBudgetList PodDisruptionBudgetList is a collection of PodDisruptionBudgets.
Constructors
V1beta1PodDisruptionBudgetList | |
Fields
|
Instances
Eq V1beta1PodDisruptionBudgetList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1PodDisruptionBudgetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1PodDisruptionBudgetList -> ShowS # show :: V1beta1PodDisruptionBudgetList -> String # showList :: [V1beta1PodDisruptionBudgetList] -> ShowS # | |
ToJSON V1beta1PodDisruptionBudgetList Source # | ToJSON V1beta1PodDisruptionBudgetList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1PodDisruptionBudgetList Source # | FromJSON V1beta1PodDisruptionBudgetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1PodDisruptionBudgetList # parseJSONList :: Value -> Parser [V1beta1PodDisruptionBudgetList] # |
data V1beta1PodDisruptionBudget Source #
V1beta1PodDisruptionBudget PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods
Constructors
V1beta1PodDisruptionBudget | |
Fields
|
Instances
data V1beta1Overhead Source #
V1beta1Overhead Overhead structure represents the resource overhead associated with running a pod.
Constructors
V1beta1Overhead | |
Fields
|
Instances
Eq V1beta1Overhead Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1Overhead -> V1beta1Overhead -> Bool # (/=) :: V1beta1Overhead -> V1beta1Overhead -> Bool # | |
Show V1beta1Overhead Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1Overhead -> ShowS # show :: V1beta1Overhead -> String # showList :: [V1beta1Overhead] -> ShowS # | |
ToJSON V1beta1Overhead Source # | ToJSON V1beta1Overhead |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1Overhead -> Value # toEncoding :: V1beta1Overhead -> Encoding # toJSONList :: [V1beta1Overhead] -> Value # toEncodingList :: [V1beta1Overhead] -> Encoding # | |
FromJSON V1beta1Overhead Source # | FromJSON V1beta1Overhead |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1Overhead # parseJSONList :: Value -> Parser [V1beta1Overhead] # |
data V1beta1NonResourceRule Source #
V1beta1NonResourceRule NonResourceRule holds information that describes a rule for the non-resource
Constructors
V1beta1NonResourceRule | |
Fields
|
Instances
Eq V1beta1NonResourceRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1NonResourceRule -> V1beta1NonResourceRule -> Bool # (/=) :: V1beta1NonResourceRule -> V1beta1NonResourceRule -> Bool # | |
Show V1beta1NonResourceRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1NonResourceRule -> ShowS # show :: V1beta1NonResourceRule -> String # showList :: [V1beta1NonResourceRule] -> ShowS # | |
ToJSON V1beta1NonResourceRule Source # | ToJSON V1beta1NonResourceRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1NonResourceRule -> Value # toEncoding :: V1beta1NonResourceRule -> Encoding # toJSONList :: [V1beta1NonResourceRule] -> Value # | |
FromJSON V1beta1NonResourceRule Source # | FromJSON V1beta1NonResourceRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1NonResourceRule # parseJSONList :: Value -> Parser [V1beta1NonResourceRule] # |
data V1beta1NonResourceAttributes Source #
V1beta1NonResourceAttributes NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
Constructors
V1beta1NonResourceAttributes | |
Fields
|
Instances
data V1beta1NetworkPolicySpec Source #
V1beta1NetworkPolicySpec DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networkingv1NetworkPolicySpec.
Constructors
V1beta1NetworkPolicySpec | |
Fields
|
Instances
Eq V1beta1NetworkPolicySpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1NetworkPolicySpec -> V1beta1NetworkPolicySpec -> Bool # (/=) :: V1beta1NetworkPolicySpec -> V1beta1NetworkPolicySpec -> Bool # | |
Show V1beta1NetworkPolicySpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1NetworkPolicySpec -> ShowS # show :: V1beta1NetworkPolicySpec -> String # showList :: [V1beta1NetworkPolicySpec] -> ShowS # | |
ToJSON V1beta1NetworkPolicySpec Source # | ToJSON V1beta1NetworkPolicySpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1NetworkPolicySpec -> Value # toEncoding :: V1beta1NetworkPolicySpec -> Encoding # toJSONList :: [V1beta1NetworkPolicySpec] -> Value # | |
FromJSON V1beta1NetworkPolicySpec Source # | FromJSON V1beta1NetworkPolicySpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1NetworkPolicySpec # parseJSONList :: Value -> Parser [V1beta1NetworkPolicySpec] # |
data V1beta1NetworkPolicyPort Source #
V1beta1NetworkPolicyPort DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networkingv1NetworkPolicyPort.
Constructors
V1beta1NetworkPolicyPort | |
Fields
|
Instances
Eq V1beta1NetworkPolicyPort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1NetworkPolicyPort -> V1beta1NetworkPolicyPort -> Bool # (/=) :: V1beta1NetworkPolicyPort -> V1beta1NetworkPolicyPort -> Bool # | |
Show V1beta1NetworkPolicyPort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1NetworkPolicyPort -> ShowS # show :: V1beta1NetworkPolicyPort -> String # showList :: [V1beta1NetworkPolicyPort] -> ShowS # | |
ToJSON V1beta1NetworkPolicyPort Source # | ToJSON V1beta1NetworkPolicyPort |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1NetworkPolicyPort -> Value # toEncoding :: V1beta1NetworkPolicyPort -> Encoding # toJSONList :: [V1beta1NetworkPolicyPort] -> Value # | |
FromJSON V1beta1NetworkPolicyPort Source # | FromJSON V1beta1NetworkPolicyPort |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1NetworkPolicyPort # parseJSONList :: Value -> Parser [V1beta1NetworkPolicyPort] # |
data V1beta1NetworkPolicyPeer Source #
V1beta1NetworkPolicyPeer DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networkingv1NetworkPolicyPeer.
Constructors
V1beta1NetworkPolicyPeer | |
Fields
|
Instances
Eq V1beta1NetworkPolicyPeer Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1NetworkPolicyPeer -> V1beta1NetworkPolicyPeer -> Bool # (/=) :: V1beta1NetworkPolicyPeer -> V1beta1NetworkPolicyPeer -> Bool # | |
Show V1beta1NetworkPolicyPeer Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1NetworkPolicyPeer -> ShowS # show :: V1beta1NetworkPolicyPeer -> String # showList :: [V1beta1NetworkPolicyPeer] -> ShowS # | |
ToJSON V1beta1NetworkPolicyPeer Source # | ToJSON V1beta1NetworkPolicyPeer |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1NetworkPolicyPeer -> Value # toEncoding :: V1beta1NetworkPolicyPeer -> Encoding # toJSONList :: [V1beta1NetworkPolicyPeer] -> Value # | |
FromJSON V1beta1NetworkPolicyPeer Source # | FromJSON V1beta1NetworkPolicyPeer |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1NetworkPolicyPeer # parseJSONList :: Value -> Parser [V1beta1NetworkPolicyPeer] # |
data V1beta1NetworkPolicyList Source #
V1beta1NetworkPolicyList DEPRECATED 1.9 - This group version of NetworkPolicyList is deprecated by networkingv1NetworkPolicyList. Network Policy List is a list of NetworkPolicy objects.
Constructors
V1beta1NetworkPolicyList | |
Fields
|
Instances
Eq V1beta1NetworkPolicyList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1NetworkPolicyList -> V1beta1NetworkPolicyList -> Bool # (/=) :: V1beta1NetworkPolicyList -> V1beta1NetworkPolicyList -> Bool # | |
Show V1beta1NetworkPolicyList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1NetworkPolicyList -> ShowS # show :: V1beta1NetworkPolicyList -> String # showList :: [V1beta1NetworkPolicyList] -> ShowS # | |
ToJSON V1beta1NetworkPolicyList Source # | ToJSON V1beta1NetworkPolicyList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1NetworkPolicyList -> Value # toEncoding :: V1beta1NetworkPolicyList -> Encoding # toJSONList :: [V1beta1NetworkPolicyList] -> Value # | |
FromJSON V1beta1NetworkPolicyList Source # | FromJSON V1beta1NetworkPolicyList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1NetworkPolicyList # parseJSONList :: Value -> Parser [V1beta1NetworkPolicyList] # |
data V1beta1NetworkPolicyIngressRule Source #
V1beta1NetworkPolicyIngressRule DEPRECATED 1.9 - This group version of NetworkPolicyIngressRule is deprecated by networkingv1NetworkPolicyIngressRule. This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.
Constructors
V1beta1NetworkPolicyIngressRule | |
Fields
|
Instances
Eq V1beta1NetworkPolicyIngressRule Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1NetworkPolicyIngressRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1NetworkPolicyIngressRule -> ShowS # | |
ToJSON V1beta1NetworkPolicyIngressRule Source # | ToJSON V1beta1NetworkPolicyIngressRule |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1NetworkPolicyIngressRule Source # | FromJSON V1beta1NetworkPolicyIngressRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1NetworkPolicyIngressRule # parseJSONList :: Value -> Parser [V1beta1NetworkPolicyIngressRule] # |
data V1beta1NetworkPolicyEgressRule Source #
V1beta1NetworkPolicyEgressRule DEPRECATED 1.9 - This group version of NetworkPolicyEgressRule is deprecated by networkingv1NetworkPolicyEgressRule. NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8
Constructors
V1beta1NetworkPolicyEgressRule | |
Fields
|
Instances
Eq V1beta1NetworkPolicyEgressRule Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1NetworkPolicyEgressRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1NetworkPolicyEgressRule -> ShowS # show :: V1beta1NetworkPolicyEgressRule -> String # showList :: [V1beta1NetworkPolicyEgressRule] -> ShowS # | |
ToJSON V1beta1NetworkPolicyEgressRule Source # | ToJSON V1beta1NetworkPolicyEgressRule |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1NetworkPolicyEgressRule Source # | FromJSON V1beta1NetworkPolicyEgressRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1NetworkPolicyEgressRule # parseJSONList :: Value -> Parser [V1beta1NetworkPolicyEgressRule] # |
data V1beta1NetworkPolicy Source #
V1beta1NetworkPolicy DEPRECATED 1.9 - This group version of NetworkPolicy is deprecated by networkingv1NetworkPolicy. NetworkPolicy describes what network traffic is allowed for a set of Pods
Constructors
V1beta1NetworkPolicy | |
Fields
|
Instances
data V1beta1MutatingWebhookConfigurationList Source #
V1beta1MutatingWebhookConfigurationList MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.
Constructors
V1beta1MutatingWebhookConfigurationList | |
Fields
|
Instances
Eq V1beta1MutatingWebhookConfigurationList Source # | |
Show V1beta1MutatingWebhookConfigurationList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1MutatingWebhookConfigurationList -> ShowS # show :: V1beta1MutatingWebhookConfigurationList -> String # showList :: [V1beta1MutatingWebhookConfigurationList] -> ShowS # | |
ToJSON V1beta1MutatingWebhookConfigurationList Source # | ToJSON V1beta1MutatingWebhookConfigurationList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1MutatingWebhookConfigurationList Source # | FromJSON V1beta1MutatingWebhookConfigurationList |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1MutatingWebhookConfiguration Source #
V1beta1MutatingWebhookConfiguration MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead.
Constructors
V1beta1MutatingWebhookConfiguration | |
Fields
|
Instances
data V1beta1MutatingWebhook Source #
V1beta1MutatingWebhook MutatingWebhook describes an admission webhook and the resources and operations it applies to.
Constructors
V1beta1MutatingWebhook | |
Fields
|
Instances
Eq V1beta1MutatingWebhook Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1MutatingWebhook -> V1beta1MutatingWebhook -> Bool # (/=) :: V1beta1MutatingWebhook -> V1beta1MutatingWebhook -> Bool # | |
Show V1beta1MutatingWebhook Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1MutatingWebhook -> ShowS # show :: V1beta1MutatingWebhook -> String # showList :: [V1beta1MutatingWebhook] -> ShowS # | |
ToJSON V1beta1MutatingWebhook Source # | ToJSON V1beta1MutatingWebhook |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1MutatingWebhook -> Value # toEncoding :: V1beta1MutatingWebhook -> Encoding # toJSONList :: [V1beta1MutatingWebhook] -> Value # | |
FromJSON V1beta1MutatingWebhook Source # | FromJSON V1beta1MutatingWebhook |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1MutatingWebhook # parseJSONList :: Value -> Parser [V1beta1MutatingWebhook] # |
data V1beta1LocalSubjectAccessReview Source #
V1beta1LocalSubjectAccessReview LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.
Constructors
Instances
data V1beta1LeaseSpec Source #
V1beta1LeaseSpec LeaseSpec is a specification of a Lease.
Constructors
V1beta1LeaseSpec | |
Fields
|
Instances
Eq V1beta1LeaseSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1LeaseSpec -> V1beta1LeaseSpec -> Bool # (/=) :: V1beta1LeaseSpec -> V1beta1LeaseSpec -> Bool # | |
Show V1beta1LeaseSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1LeaseSpec -> ShowS # show :: V1beta1LeaseSpec -> String # showList :: [V1beta1LeaseSpec] -> ShowS # | |
ToJSON V1beta1LeaseSpec Source # | ToJSON V1beta1LeaseSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1LeaseSpec -> Value # toEncoding :: V1beta1LeaseSpec -> Encoding # toJSONList :: [V1beta1LeaseSpec] -> Value # toEncodingList :: [V1beta1LeaseSpec] -> Encoding # | |
FromJSON V1beta1LeaseSpec Source # | FromJSON V1beta1LeaseSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1LeaseSpec # parseJSONList :: Value -> Parser [V1beta1LeaseSpec] # |
data V1beta1LeaseList Source #
V1beta1LeaseList LeaseList is a list of Lease objects.
Constructors
V1beta1LeaseList | |
Fields
|
Instances
Eq V1beta1LeaseList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1LeaseList -> V1beta1LeaseList -> Bool # (/=) :: V1beta1LeaseList -> V1beta1LeaseList -> Bool # | |
Show V1beta1LeaseList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1LeaseList -> ShowS # show :: V1beta1LeaseList -> String # showList :: [V1beta1LeaseList] -> ShowS # | |
ToJSON V1beta1LeaseList Source # | ToJSON V1beta1LeaseList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1LeaseList -> Value # toEncoding :: V1beta1LeaseList -> Encoding # toJSONList :: [V1beta1LeaseList] -> Value # toEncodingList :: [V1beta1LeaseList] -> Encoding # | |
FromJSON V1beta1LeaseList Source # | FromJSON V1beta1LeaseList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1LeaseList # parseJSONList :: Value -> Parser [V1beta1LeaseList] # |
data V1beta1Lease Source #
V1beta1Lease Lease defines a lease concept.
Constructors
V1beta1Lease | |
Fields
|
Instances
data V1beta1JobTemplateSpec Source #
V1beta1JobTemplateSpec JobTemplateSpec describes the data a Job should have when created from a template
Constructors
V1beta1JobTemplateSpec | |
Fields
|
Instances
Eq V1beta1JobTemplateSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1JobTemplateSpec -> V1beta1JobTemplateSpec -> Bool # (/=) :: V1beta1JobTemplateSpec -> V1beta1JobTemplateSpec -> Bool # | |
Show V1beta1JobTemplateSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1JobTemplateSpec -> ShowS # show :: V1beta1JobTemplateSpec -> String # showList :: [V1beta1JobTemplateSpec] -> ShowS # | |
ToJSON V1beta1JobTemplateSpec Source # | ToJSON V1beta1JobTemplateSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1JobTemplateSpec -> Value # toEncoding :: V1beta1JobTemplateSpec -> Encoding # toJSONList :: [V1beta1JobTemplateSpec] -> Value # | |
FromJSON V1beta1JobTemplateSpec Source # | FromJSON V1beta1JobTemplateSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1JobTemplateSpec # parseJSONList :: Value -> Parser [V1beta1JobTemplateSpec] # |
data V1beta1JSONSchemaProps Source #
V1beta1JSONSchemaProps JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http:/json-schema.org).
Constructors
V1beta1JSONSchemaProps | |
Fields
|
Instances
Eq V1beta1JSONSchemaProps Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1JSONSchemaProps -> V1beta1JSONSchemaProps -> Bool # (/=) :: V1beta1JSONSchemaProps -> V1beta1JSONSchemaProps -> Bool # | |
Show V1beta1JSONSchemaProps Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1JSONSchemaProps -> ShowS # show :: V1beta1JSONSchemaProps -> String # showList :: [V1beta1JSONSchemaProps] -> ShowS # | |
ToJSON V1beta1JSONSchemaProps Source # | ToJSON V1beta1JSONSchemaProps |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1JSONSchemaProps -> Value # toEncoding :: V1beta1JSONSchemaProps -> Encoding # toJSONList :: [V1beta1JSONSchemaProps] -> Value # | |
FromJSON V1beta1JSONSchemaProps Source # | FromJSON V1beta1JSONSchemaProps |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1JSONSchemaProps # parseJSONList :: Value -> Parser [V1beta1JSONSchemaProps] # |
data V1beta1IPBlock Source #
V1beta1IPBlock DEPRECATED 1.9 - This group version of IPBlock is deprecated by networkingv1IPBlock. IPBlock describes a particular CIDR (Ex. "192.168.1.1/24") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
Constructors
V1beta1IPBlock | |
Fields
|
Instances
Eq V1beta1IPBlock Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1IPBlock -> V1beta1IPBlock -> Bool # (/=) :: V1beta1IPBlock -> V1beta1IPBlock -> Bool # | |
Show V1beta1IPBlock Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1IPBlock -> ShowS # show :: V1beta1IPBlock -> String # showList :: [V1beta1IPBlock] -> ShowS # | |
ToJSON V1beta1IPBlock Source # | ToJSON V1beta1IPBlock |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1IPBlock -> Value # toEncoding :: V1beta1IPBlock -> Encoding # toJSONList :: [V1beta1IPBlock] -> Value # toEncodingList :: [V1beta1IPBlock] -> Encoding # | |
FromJSON V1beta1IPBlock Source # | FromJSON V1beta1IPBlock |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1IPBlock # parseJSONList :: Value -> Parser [V1beta1IPBlock] # |
data V1beta1ExternalDocumentation Source #
V1beta1ExternalDocumentation ExternalDocumentation allows referencing an external resource for extended documentation.
Constructors
V1beta1ExternalDocumentation | |
Fields
|
Instances
data V1beta1Eviction Source #
V1beta1Eviction Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to ...podsname/evictions.
Constructors
V1beta1Eviction | |
Fields
|
Instances
data V1beta1EventSeries Source #
V1beta1EventSeries EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
Constructors
V1beta1EventSeries | |
Fields
|
Instances
Eq V1beta1EventSeries Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1EventSeries -> V1beta1EventSeries -> Bool # (/=) :: V1beta1EventSeries -> V1beta1EventSeries -> Bool # | |
Show V1beta1EventSeries Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1EventSeries -> ShowS # show :: V1beta1EventSeries -> String # showList :: [V1beta1EventSeries] -> ShowS # | |
ToJSON V1beta1EventSeries Source # | ToJSON V1beta1EventSeries |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1EventSeries -> Value # toEncoding :: V1beta1EventSeries -> Encoding # toJSONList :: [V1beta1EventSeries] -> Value # toEncodingList :: [V1beta1EventSeries] -> Encoding # | |
FromJSON V1beta1EventSeries Source # | FromJSON V1beta1EventSeries |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1EventSeries # parseJSONList :: Value -> Parser [V1beta1EventSeries] # |
data V1beta1EventList Source #
V1beta1EventList EventList is a list of Event objects.
Constructors
V1beta1EventList | |
Fields
|
Instances
Eq V1beta1EventList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1EventList -> V1beta1EventList -> Bool # (/=) :: V1beta1EventList -> V1beta1EventList -> Bool # | |
Show V1beta1EventList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1EventList -> ShowS # show :: V1beta1EventList -> String # showList :: [V1beta1EventList] -> ShowS # | |
ToJSON V1beta1EventList Source # | ToJSON V1beta1EventList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1EventList -> Value # toEncoding :: V1beta1EventList -> Encoding # toJSONList :: [V1beta1EventList] -> Value # toEncodingList :: [V1beta1EventList] -> Encoding # | |
FromJSON V1beta1EventList Source # | FromJSON V1beta1EventList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1EventList # parseJSONList :: Value -> Parser [V1beta1EventList] # |
data V1beta1Event Source #
V1beta1Event Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system.
Constructors
V1beta1Event | |
Fields
|
Instances
data V1beta1DaemonSetUpdateStrategy Source #
V1beta1DaemonSetUpdateStrategy
Constructors
V1beta1DaemonSetUpdateStrategy | |
Fields
|
Instances
Eq V1beta1DaemonSetUpdateStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1DaemonSetUpdateStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1DaemonSetUpdateStrategy -> ShowS # show :: V1beta1DaemonSetUpdateStrategy -> String # showList :: [V1beta1DaemonSetUpdateStrategy] -> ShowS # | |
ToJSON V1beta1DaemonSetUpdateStrategy Source # | ToJSON V1beta1DaemonSetUpdateStrategy |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1DaemonSetUpdateStrategy Source # | FromJSON V1beta1DaemonSetUpdateStrategy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1DaemonSetUpdateStrategy # parseJSONList :: Value -> Parser [V1beta1DaemonSetUpdateStrategy] # |
data V1beta1DaemonSetStatus Source #
V1beta1DaemonSetStatus DaemonSetStatus represents the current status of a daemon set.
Constructors
V1beta1DaemonSetStatus | |
Fields
|
Instances
Eq V1beta1DaemonSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1DaemonSetStatus -> V1beta1DaemonSetStatus -> Bool # (/=) :: V1beta1DaemonSetStatus -> V1beta1DaemonSetStatus -> Bool # | |
Show V1beta1DaemonSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1DaemonSetStatus -> ShowS # show :: V1beta1DaemonSetStatus -> String # showList :: [V1beta1DaemonSetStatus] -> ShowS # | |
ToJSON V1beta1DaemonSetStatus Source # | ToJSON V1beta1DaemonSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1DaemonSetStatus -> Value # toEncoding :: V1beta1DaemonSetStatus -> Encoding # toJSONList :: [V1beta1DaemonSetStatus] -> Value # | |
FromJSON V1beta1DaemonSetStatus Source # | FromJSON V1beta1DaemonSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1DaemonSetStatus # parseJSONList :: Value -> Parser [V1beta1DaemonSetStatus] # |
data V1beta1DaemonSetSpec Source #
V1beta1DaemonSetSpec DaemonSetSpec is the specification of a daemon set.
Constructors
V1beta1DaemonSetSpec | |
Fields
|
Instances
Eq V1beta1DaemonSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1DaemonSetSpec -> V1beta1DaemonSetSpec -> Bool # (/=) :: V1beta1DaemonSetSpec -> V1beta1DaemonSetSpec -> Bool # | |
Show V1beta1DaemonSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1DaemonSetSpec -> ShowS # show :: V1beta1DaemonSetSpec -> String # showList :: [V1beta1DaemonSetSpec] -> ShowS # | |
ToJSON V1beta1DaemonSetSpec Source # | ToJSON V1beta1DaemonSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1DaemonSetSpec -> Value # toEncoding :: V1beta1DaemonSetSpec -> Encoding # toJSONList :: [V1beta1DaemonSetSpec] -> Value # toEncodingList :: [V1beta1DaemonSetSpec] -> Encoding # | |
FromJSON V1beta1DaemonSetSpec Source # | FromJSON V1beta1DaemonSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1DaemonSetSpec # parseJSONList :: Value -> Parser [V1beta1DaemonSetSpec] # |
data V1beta1DaemonSetList Source #
V1beta1DaemonSetList DaemonSetList is a collection of daemon sets.
Constructors
V1beta1DaemonSetList | |
Fields
|
Instances
Eq V1beta1DaemonSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1DaemonSetList -> V1beta1DaemonSetList -> Bool # (/=) :: V1beta1DaemonSetList -> V1beta1DaemonSetList -> Bool # | |
Show V1beta1DaemonSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1DaemonSetList -> ShowS # show :: V1beta1DaemonSetList -> String # showList :: [V1beta1DaemonSetList] -> ShowS # | |
ToJSON V1beta1DaemonSetList Source # | ToJSON V1beta1DaemonSetList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1DaemonSetList -> Value # toEncoding :: V1beta1DaemonSetList -> Encoding # toJSONList :: [V1beta1DaemonSetList] -> Value # toEncodingList :: [V1beta1DaemonSetList] -> Encoding # | |
FromJSON V1beta1DaemonSetList Source # | FromJSON V1beta1DaemonSetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1DaemonSetList # parseJSONList :: Value -> Parser [V1beta1DaemonSetList] # |
data V1beta1DaemonSetCondition Source #
V1beta1DaemonSetCondition DaemonSetCondition describes the state of a DaemonSet at a certain point.
Constructors
V1beta1DaemonSetCondition | |
Fields
|
Instances
Eq V1beta1DaemonSetCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1DaemonSetCondition -> V1beta1DaemonSetCondition -> Bool # (/=) :: V1beta1DaemonSetCondition -> V1beta1DaemonSetCondition -> Bool # | |
Show V1beta1DaemonSetCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1DaemonSetCondition -> ShowS # show :: V1beta1DaemonSetCondition -> String # showList :: [V1beta1DaemonSetCondition] -> ShowS # | |
ToJSON V1beta1DaemonSetCondition Source # | ToJSON V1beta1DaemonSetCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1DaemonSetCondition -> Value # toEncoding :: V1beta1DaemonSetCondition -> Encoding # toJSONList :: [V1beta1DaemonSetCondition] -> Value # | |
FromJSON V1beta1DaemonSetCondition Source # | FromJSON V1beta1DaemonSetCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1DaemonSetCondition # parseJSONList :: Value -> Parser [V1beta1DaemonSetCondition] # |
data V1beta1DaemonSet Source #
V1beta1DaemonSet DEPRECATED - This group version of DaemonSet is deprecated by appsv1beta2DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.
Constructors
V1beta1DaemonSet | |
Fields
|
Instances
data V1beta1CustomResourceValidation Source #
V1beta1CustomResourceValidation CustomResourceValidation is a list of validation methods for CustomResources.
Constructors
V1beta1CustomResourceValidation | |
Fields
|
Instances
Eq V1beta1CustomResourceValidation Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1CustomResourceValidation Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CustomResourceValidation -> ShowS # | |
ToJSON V1beta1CustomResourceValidation Source # | ToJSON V1beta1CustomResourceValidation |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CustomResourceValidation Source # | FromJSON V1beta1CustomResourceValidation |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CustomResourceValidation # parseJSONList :: Value -> Parser [V1beta1CustomResourceValidation] # |
data V1beta1CustomResourceSubresources Source #
V1beta1CustomResourceSubresources CustomResourceSubresources defines the status and scale subresources for CustomResources.
Constructors
V1beta1CustomResourceSubresources | |
Fields
|
Instances
Eq V1beta1CustomResourceSubresources Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1CustomResourceSubresources Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CustomResourceSubresources -> ShowS # | |
ToJSON V1beta1CustomResourceSubresources Source # | ToJSON V1beta1CustomResourceSubresources |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CustomResourceSubresources Source # | FromJSON V1beta1CustomResourceSubresources |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CustomResourceSubresources # parseJSONList :: Value -> Parser [V1beta1CustomResourceSubresources] # |
data V1beta1CustomResourceSubresourceScale Source #
V1beta1CustomResourceSubresourceScale CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
Constructors
V1beta1CustomResourceSubresourceScale | |
Fields
|
Instances
Eq V1beta1CustomResourceSubresourceScale Source # | |
Show V1beta1CustomResourceSubresourceScale Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CustomResourceSubresourceScale -> ShowS # show :: V1beta1CustomResourceSubresourceScale -> String # showList :: [V1beta1CustomResourceSubresourceScale] -> ShowS # | |
ToJSON V1beta1CustomResourceSubresourceScale Source # | ToJSON V1beta1CustomResourceSubresourceScale |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CustomResourceSubresourceScale Source # | FromJSON V1beta1CustomResourceSubresourceScale |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1CustomResourceDefinitionVersion Source #
V1beta1CustomResourceDefinitionVersion CustomResourceDefinitionVersion describes a version for CRD.
Constructors
V1beta1CustomResourceDefinitionVersion | |
Fields
|
Instances
Eq V1beta1CustomResourceDefinitionVersion Source # | |
Show V1beta1CustomResourceDefinitionVersion Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CustomResourceDefinitionVersion -> ShowS # show :: V1beta1CustomResourceDefinitionVersion -> String # showList :: [V1beta1CustomResourceDefinitionVersion] -> ShowS # | |
ToJSON V1beta1CustomResourceDefinitionVersion Source # | ToJSON V1beta1CustomResourceDefinitionVersion |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CustomResourceDefinitionVersion Source # | FromJSON V1beta1CustomResourceDefinitionVersion |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1CustomResourceDefinitionStatus Source #
V1beta1CustomResourceDefinitionStatus CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
Constructors
V1beta1CustomResourceDefinitionStatus | |
Fields
|
Instances
Eq V1beta1CustomResourceDefinitionStatus Source # | |
Show V1beta1CustomResourceDefinitionStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CustomResourceDefinitionStatus -> ShowS # show :: V1beta1CustomResourceDefinitionStatus -> String # showList :: [V1beta1CustomResourceDefinitionStatus] -> ShowS # | |
ToJSON V1beta1CustomResourceDefinitionStatus Source # | ToJSON V1beta1CustomResourceDefinitionStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CustomResourceDefinitionStatus Source # | FromJSON V1beta1CustomResourceDefinitionStatus |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1CustomResourceDefinitionSpec Source #
V1beta1CustomResourceDefinitionSpec CustomResourceDefinitionSpec describes how a user wants their resource to appear
Constructors
V1beta1CustomResourceDefinitionSpec | |
Fields
|
Instances
Eq V1beta1CustomResourceDefinitionSpec Source # | |
Show V1beta1CustomResourceDefinitionSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CustomResourceDefinitionSpec -> ShowS # show :: V1beta1CustomResourceDefinitionSpec -> String # showList :: [V1beta1CustomResourceDefinitionSpec] -> ShowS # | |
ToJSON V1beta1CustomResourceDefinitionSpec Source # | ToJSON V1beta1CustomResourceDefinitionSpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CustomResourceDefinitionSpec Source # | FromJSON V1beta1CustomResourceDefinitionSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CustomResourceDefinitionSpec # parseJSONList :: Value -> Parser [V1beta1CustomResourceDefinitionSpec] # |
data V1beta1CustomResourceDefinitionNames Source #
V1beta1CustomResourceDefinitionNames CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
Constructors
V1beta1CustomResourceDefinitionNames | |
Fields
|
Instances
Eq V1beta1CustomResourceDefinitionNames Source # | |
Show V1beta1CustomResourceDefinitionNames Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CustomResourceDefinitionNames -> ShowS # show :: V1beta1CustomResourceDefinitionNames -> String # showList :: [V1beta1CustomResourceDefinitionNames] -> ShowS # | |
ToJSON V1beta1CustomResourceDefinitionNames Source # | ToJSON V1beta1CustomResourceDefinitionNames |
FromJSON V1beta1CustomResourceDefinitionNames Source # | FromJSON V1beta1CustomResourceDefinitionNames |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1CustomResourceDefinitionList Source #
V1beta1CustomResourceDefinitionList CustomResourceDefinitionList is a list of CustomResourceDefinition objects.
Constructors
V1beta1CustomResourceDefinitionList | |
Fields
|
Instances
Eq V1beta1CustomResourceDefinitionList Source # | |
Show V1beta1CustomResourceDefinitionList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CustomResourceDefinitionList -> ShowS # show :: V1beta1CustomResourceDefinitionList -> String # showList :: [V1beta1CustomResourceDefinitionList] -> ShowS # | |
ToJSON V1beta1CustomResourceDefinitionList Source # | ToJSON V1beta1CustomResourceDefinitionList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CustomResourceDefinitionList Source # | FromJSON V1beta1CustomResourceDefinitionList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CustomResourceDefinitionList # parseJSONList :: Value -> Parser [V1beta1CustomResourceDefinitionList] # |
data V1beta1CustomResourceDefinitionCondition Source #
V1beta1CustomResourceDefinitionCondition CustomResourceDefinitionCondition contains details for the current condition of this pod.
Constructors
V1beta1CustomResourceDefinitionCondition | |
Fields
|
Instances
Eq V1beta1CustomResourceDefinitionCondition Source # | |
Show V1beta1CustomResourceDefinitionCondition Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON V1beta1CustomResourceDefinitionCondition Source # | ToJSON V1beta1CustomResourceDefinitionCondition |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CustomResourceDefinitionCondition Source # | FromJSON V1beta1CustomResourceDefinitionCondition |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1CustomResourceDefinition Source #
V1beta1CustomResourceDefinition CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format .spec.name..spec.group. Deprecated in v1.16, planned for removal in v1.19. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead.
Constructors
Instances
data V1beta1CustomResourceConversion Source #
V1beta1CustomResourceConversion CustomResourceConversion describes how to convert different versions of a CR.
Constructors
V1beta1CustomResourceConversion | |
Fields
|
Instances
Eq V1beta1CustomResourceConversion Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1CustomResourceConversion Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CustomResourceConversion -> ShowS # | |
ToJSON V1beta1CustomResourceConversion Source # | ToJSON V1beta1CustomResourceConversion |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CustomResourceConversion Source # | FromJSON V1beta1CustomResourceConversion |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CustomResourceConversion # parseJSONList :: Value -> Parser [V1beta1CustomResourceConversion] # |
data V1beta1CustomResourceColumnDefinition Source #
V1beta1CustomResourceColumnDefinition CustomResourceColumnDefinition specifies a column for server side printing.
Constructors
V1beta1CustomResourceColumnDefinition | |
Fields
|
Instances
Eq V1beta1CustomResourceColumnDefinition Source # | |
Show V1beta1CustomResourceColumnDefinition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CustomResourceColumnDefinition -> ShowS # show :: V1beta1CustomResourceColumnDefinition -> String # showList :: [V1beta1CustomResourceColumnDefinition] -> ShowS # | |
ToJSON V1beta1CustomResourceColumnDefinition Source # | ToJSON V1beta1CustomResourceColumnDefinition |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CustomResourceColumnDefinition Source # | FromJSON V1beta1CustomResourceColumnDefinition |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1CronJobStatus Source #
V1beta1CronJobStatus CronJobStatus represents the current state of a cron job.
Constructors
V1beta1CronJobStatus | |
Fields
|
Instances
Eq V1beta1CronJobStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1CronJobStatus -> V1beta1CronJobStatus -> Bool # (/=) :: V1beta1CronJobStatus -> V1beta1CronJobStatus -> Bool # | |
Show V1beta1CronJobStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CronJobStatus -> ShowS # show :: V1beta1CronJobStatus -> String # showList :: [V1beta1CronJobStatus] -> ShowS # | |
ToJSON V1beta1CronJobStatus Source # | ToJSON V1beta1CronJobStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1CronJobStatus -> Value # toEncoding :: V1beta1CronJobStatus -> Encoding # toJSONList :: [V1beta1CronJobStatus] -> Value # toEncodingList :: [V1beta1CronJobStatus] -> Encoding # | |
FromJSON V1beta1CronJobStatus Source # | FromJSON V1beta1CronJobStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CronJobStatus # parseJSONList :: Value -> Parser [V1beta1CronJobStatus] # |
data V1beta1CronJobSpec Source #
V1beta1CronJobSpec CronJobSpec describes how the job execution will look like and when it will actually run.
Constructors
V1beta1CronJobSpec | |
Fields
|
Instances
Eq V1beta1CronJobSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1CronJobSpec -> V1beta1CronJobSpec -> Bool # (/=) :: V1beta1CronJobSpec -> V1beta1CronJobSpec -> Bool # | |
Show V1beta1CronJobSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CronJobSpec -> ShowS # show :: V1beta1CronJobSpec -> String # showList :: [V1beta1CronJobSpec] -> ShowS # | |
ToJSON V1beta1CronJobSpec Source # | ToJSON V1beta1CronJobSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1CronJobSpec -> Value # toEncoding :: V1beta1CronJobSpec -> Encoding # toJSONList :: [V1beta1CronJobSpec] -> Value # toEncodingList :: [V1beta1CronJobSpec] -> Encoding # | |
FromJSON V1beta1CronJobSpec Source # | FromJSON V1beta1CronJobSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CronJobSpec # parseJSONList :: Value -> Parser [V1beta1CronJobSpec] # |
data V1beta1CronJobList Source #
V1beta1CronJobList CronJobList is a collection of cron jobs.
Constructors
V1beta1CronJobList | |
Fields
|
Instances
Eq V1beta1CronJobList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1CronJobList -> V1beta1CronJobList -> Bool # (/=) :: V1beta1CronJobList -> V1beta1CronJobList -> Bool # | |
Show V1beta1CronJobList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CronJobList -> ShowS # show :: V1beta1CronJobList -> String # showList :: [V1beta1CronJobList] -> ShowS # | |
ToJSON V1beta1CronJobList Source # | ToJSON V1beta1CronJobList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1CronJobList -> Value # toEncoding :: V1beta1CronJobList -> Encoding # toJSONList :: [V1beta1CronJobList] -> Value # toEncodingList :: [V1beta1CronJobList] -> Encoding # | |
FromJSON V1beta1CronJobList Source # | FromJSON V1beta1CronJobList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CronJobList # parseJSONList :: Value -> Parser [V1beta1CronJobList] # |
data V1beta1CronJob Source #
V1beta1CronJob CronJob represents the configuration of a single cron job.
Constructors
V1beta1CronJob | |
Fields
|
Instances
data V1beta1ControllerRevisionList Source #
V1beta1ControllerRevisionList ControllerRevisionList is a resource containing a list of ControllerRevision objects.
Constructors
V1beta1ControllerRevisionList | |
Fields
|
Instances
Eq V1beta1ControllerRevisionList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1ControllerRevisionList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1ControllerRevisionList -> ShowS # show :: V1beta1ControllerRevisionList -> String # showList :: [V1beta1ControllerRevisionList] -> ShowS # | |
ToJSON V1beta1ControllerRevisionList Source # | ToJSON V1beta1ControllerRevisionList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1ControllerRevisionList -> Value # toEncoding :: V1beta1ControllerRevisionList -> Encoding # toJSONList :: [V1beta1ControllerRevisionList] -> Value # toEncodingList :: [V1beta1ControllerRevisionList] -> Encoding # | |
FromJSON V1beta1ControllerRevisionList Source # | FromJSON V1beta1ControllerRevisionList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1ControllerRevisionList # parseJSONList :: Value -> Parser [V1beta1ControllerRevisionList] # |
data V1beta1ControllerRevision Source #
V1beta1ControllerRevision DEPRECATED - This group version of ControllerRevision is deprecated by appsv1beta2ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
Constructors
V1beta1ControllerRevision | |
Fields
|
Instances
data V1beta1ClusterRoleList Source #
V1beta1ClusterRoleList ClusterRoleList is a collection of ClusterRoles
Constructors
V1beta1ClusterRoleList | |
Fields
|
Instances
Eq V1beta1ClusterRoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1ClusterRoleList -> V1beta1ClusterRoleList -> Bool # (/=) :: V1beta1ClusterRoleList -> V1beta1ClusterRoleList -> Bool # | |
Show V1beta1ClusterRoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1ClusterRoleList -> ShowS # show :: V1beta1ClusterRoleList -> String # showList :: [V1beta1ClusterRoleList] -> ShowS # | |
ToJSON V1beta1ClusterRoleList Source # | ToJSON V1beta1ClusterRoleList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1ClusterRoleList -> Value # toEncoding :: V1beta1ClusterRoleList -> Encoding # toJSONList :: [V1beta1ClusterRoleList] -> Value # | |
FromJSON V1beta1ClusterRoleList Source # | FromJSON V1beta1ClusterRoleList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1ClusterRoleList # parseJSONList :: Value -> Parser [V1beta1ClusterRoleList] # |
data V1beta1ClusterRoleBindingList Source #
V1beta1ClusterRoleBindingList ClusterRoleBindingList is a collection of ClusterRoleBindings
Constructors
V1beta1ClusterRoleBindingList | |
Fields
|
Instances
Eq V1beta1ClusterRoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1beta1ClusterRoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1ClusterRoleBindingList -> ShowS # show :: V1beta1ClusterRoleBindingList -> String # showList :: [V1beta1ClusterRoleBindingList] -> ShowS # | |
ToJSON V1beta1ClusterRoleBindingList Source # | ToJSON V1beta1ClusterRoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1ClusterRoleBindingList -> Value # toEncoding :: V1beta1ClusterRoleBindingList -> Encoding # toJSONList :: [V1beta1ClusterRoleBindingList] -> Value # toEncodingList :: [V1beta1ClusterRoleBindingList] -> Encoding # | |
FromJSON V1beta1ClusterRoleBindingList Source # | FromJSON V1beta1ClusterRoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1ClusterRoleBindingList # parseJSONList :: Value -> Parser [V1beta1ClusterRoleBindingList] # |
data V1beta1ClusterRoleBinding Source #
V1beta1ClusterRoleBinding ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.
Constructors
V1beta1ClusterRoleBinding | |
Fields
|
Instances
data V1beta1ClusterRole Source #
V1beta1ClusterRole ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
Constructors
V1beta1ClusterRole | |
Fields
|
Instances
data V1beta1CertificateSigningRequestStatus Source #
V1beta1CertificateSigningRequestStatus
Constructors
V1beta1CertificateSigningRequestStatus | |
Fields
|
Instances
Eq V1beta1CertificateSigningRequestStatus Source # | |
Show V1beta1CertificateSigningRequestStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CertificateSigningRequestStatus -> ShowS # show :: V1beta1CertificateSigningRequestStatus -> String # showList :: [V1beta1CertificateSigningRequestStatus] -> ShowS # | |
ToJSON V1beta1CertificateSigningRequestStatus Source # | ToJSON V1beta1CertificateSigningRequestStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CertificateSigningRequestStatus Source # | FromJSON V1beta1CertificateSigningRequestStatus |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1CertificateSigningRequestSpec Source #
V1beta1CertificateSigningRequestSpec This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.
Constructors
V1beta1CertificateSigningRequestSpec | |
Fields
|
Instances
Eq V1beta1CertificateSigningRequestSpec Source # | |
Show V1beta1CertificateSigningRequestSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CertificateSigningRequestSpec -> ShowS # show :: V1beta1CertificateSigningRequestSpec -> String # showList :: [V1beta1CertificateSigningRequestSpec] -> ShowS # | |
ToJSON V1beta1CertificateSigningRequestSpec Source # | ToJSON V1beta1CertificateSigningRequestSpec |
FromJSON V1beta1CertificateSigningRequestSpec Source # | FromJSON V1beta1CertificateSigningRequestSpec |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1CertificateSigningRequestList Source #
V1beta1CertificateSigningRequestList
Constructors
V1beta1CertificateSigningRequestList | |
Fields
|
Instances
Eq V1beta1CertificateSigningRequestList Source # | |
Show V1beta1CertificateSigningRequestList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CertificateSigningRequestList -> ShowS # show :: V1beta1CertificateSigningRequestList -> String # showList :: [V1beta1CertificateSigningRequestList] -> ShowS # | |
ToJSON V1beta1CertificateSigningRequestList Source # | ToJSON V1beta1CertificateSigningRequestList |
FromJSON V1beta1CertificateSigningRequestList Source # | FromJSON V1beta1CertificateSigningRequestList |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1CertificateSigningRequestCondition Source #
V1beta1CertificateSigningRequestCondition
Constructors
V1beta1CertificateSigningRequestCondition | |
Fields
|
Instances
Eq V1beta1CertificateSigningRequestCondition Source # | |
Show V1beta1CertificateSigningRequestCondition Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON V1beta1CertificateSigningRequestCondition Source # | ToJSON V1beta1CertificateSigningRequestCondition |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1beta1CertificateSigningRequestCondition Source # | FromJSON V1beta1CertificateSigningRequestCondition |
Defined in Kubernetes.OpenAPI.Model |
data V1beta1CertificateSigningRequest Source #
V1beta1CertificateSigningRequest Describes a certificate signing request
Constructors
Instances
data V1beta1CSINodeSpec Source #
V1beta1CSINodeSpec CSINodeSpec holds information about the specification of all CSI drivers installed on a node
Constructors
V1beta1CSINodeSpec | |
Fields
|
Instances
Eq V1beta1CSINodeSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1CSINodeSpec -> V1beta1CSINodeSpec -> Bool # (/=) :: V1beta1CSINodeSpec -> V1beta1CSINodeSpec -> Bool # | |
Show V1beta1CSINodeSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CSINodeSpec -> ShowS # show :: V1beta1CSINodeSpec -> String # showList :: [V1beta1CSINodeSpec] -> ShowS # | |
ToJSON V1beta1CSINodeSpec Source # | ToJSON V1beta1CSINodeSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1CSINodeSpec -> Value # toEncoding :: V1beta1CSINodeSpec -> Encoding # toJSONList :: [V1beta1CSINodeSpec] -> Value # toEncodingList :: [V1beta1CSINodeSpec] -> Encoding # | |
FromJSON V1beta1CSINodeSpec Source # | FromJSON V1beta1CSINodeSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CSINodeSpec # parseJSONList :: Value -> Parser [V1beta1CSINodeSpec] # |
data V1beta1CSINodeList Source #
V1beta1CSINodeList CSINodeList is a collection of CSINode objects.
Constructors
V1beta1CSINodeList | |
Fields
|
Instances
Eq V1beta1CSINodeList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1CSINodeList -> V1beta1CSINodeList -> Bool # (/=) :: V1beta1CSINodeList -> V1beta1CSINodeList -> Bool # | |
Show V1beta1CSINodeList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CSINodeList -> ShowS # show :: V1beta1CSINodeList -> String # showList :: [V1beta1CSINodeList] -> ShowS # | |
ToJSON V1beta1CSINodeList Source # | ToJSON V1beta1CSINodeList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1CSINodeList -> Value # toEncoding :: V1beta1CSINodeList -> Encoding # toJSONList :: [V1beta1CSINodeList] -> Value # toEncodingList :: [V1beta1CSINodeList] -> Encoding # | |
FromJSON V1beta1CSINodeList Source # | FromJSON V1beta1CSINodeList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CSINodeList # parseJSONList :: Value -> Parser [V1beta1CSINodeList] # |
data V1beta1CSINodeDriver Source #
V1beta1CSINodeDriver CSINodeDriver holds information about the specification of one CSI driver installed on a node
Constructors
V1beta1CSINodeDriver | |
Fields
|
Instances
Eq V1beta1CSINodeDriver Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1CSINodeDriver -> V1beta1CSINodeDriver -> Bool # (/=) :: V1beta1CSINodeDriver -> V1beta1CSINodeDriver -> Bool # | |
Show V1beta1CSINodeDriver Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CSINodeDriver -> ShowS # show :: V1beta1CSINodeDriver -> String # showList :: [V1beta1CSINodeDriver] -> ShowS # | |
ToJSON V1beta1CSINodeDriver Source # | ToJSON V1beta1CSINodeDriver |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1CSINodeDriver -> Value # toEncoding :: V1beta1CSINodeDriver -> Encoding # toJSONList :: [V1beta1CSINodeDriver] -> Value # toEncodingList :: [V1beta1CSINodeDriver] -> Encoding # | |
FromJSON V1beta1CSINodeDriver Source # | FromJSON V1beta1CSINodeDriver |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CSINodeDriver # parseJSONList :: Value -> Parser [V1beta1CSINodeDriver] # |
data V1beta1CSINode Source #
V1beta1CSINode CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.
Constructors
V1beta1CSINode | |
Fields
|
Instances
data V1beta1CSIDriverSpec Source #
V1beta1CSIDriverSpec CSIDriverSpec is the specification of a CSIDriver.
Constructors
V1beta1CSIDriverSpec | |
Fields
|
Instances
Eq V1beta1CSIDriverSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1CSIDriverSpec -> V1beta1CSIDriverSpec -> Bool # (/=) :: V1beta1CSIDriverSpec -> V1beta1CSIDriverSpec -> Bool # | |
Show V1beta1CSIDriverSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CSIDriverSpec -> ShowS # show :: V1beta1CSIDriverSpec -> String # showList :: [V1beta1CSIDriverSpec] -> ShowS # | |
ToJSON V1beta1CSIDriverSpec Source # | ToJSON V1beta1CSIDriverSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1CSIDriverSpec -> Value # toEncoding :: V1beta1CSIDriverSpec -> Encoding # toJSONList :: [V1beta1CSIDriverSpec] -> Value # toEncodingList :: [V1beta1CSIDriverSpec] -> Encoding # | |
FromJSON V1beta1CSIDriverSpec Source # | FromJSON V1beta1CSIDriverSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CSIDriverSpec # parseJSONList :: Value -> Parser [V1beta1CSIDriverSpec] # |
data V1beta1CSIDriverList Source #
V1beta1CSIDriverList CSIDriverList is a collection of CSIDriver objects.
Constructors
V1beta1CSIDriverList | |
Fields
|
Instances
Eq V1beta1CSIDriverList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1CSIDriverList -> V1beta1CSIDriverList -> Bool # (/=) :: V1beta1CSIDriverList -> V1beta1CSIDriverList -> Bool # | |
Show V1beta1CSIDriverList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1CSIDriverList -> ShowS # show :: V1beta1CSIDriverList -> String # showList :: [V1beta1CSIDriverList] -> ShowS # | |
ToJSON V1beta1CSIDriverList Source # | ToJSON V1beta1CSIDriverList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1CSIDriverList -> Value # toEncoding :: V1beta1CSIDriverList -> Encoding # toJSONList :: [V1beta1CSIDriverList] -> Value # toEncodingList :: [V1beta1CSIDriverList] -> Encoding # | |
FromJSON V1beta1CSIDriverList Source # | FromJSON V1beta1CSIDriverList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1CSIDriverList # parseJSONList :: Value -> Parser [V1beta1CSIDriverList] # |
data V1beta1CSIDriver Source #
V1beta1CSIDriver CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.
Constructors
V1beta1CSIDriver | |
Fields
|
Instances
data V1beta1AggregationRule Source #
V1beta1AggregationRule AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
Constructors
V1beta1AggregationRule | |
Fields
|
Instances
Eq V1beta1AggregationRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1AggregationRule -> V1beta1AggregationRule -> Bool # (/=) :: V1beta1AggregationRule -> V1beta1AggregationRule -> Bool # | |
Show V1beta1AggregationRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1AggregationRule -> ShowS # show :: V1beta1AggregationRule -> String # showList :: [V1beta1AggregationRule] -> ShowS # | |
ToJSON V1beta1AggregationRule Source # | ToJSON V1beta1AggregationRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1AggregationRule -> Value # toEncoding :: V1beta1AggregationRule -> Encoding # toJSONList :: [V1beta1AggregationRule] -> Value # | |
FromJSON V1beta1AggregationRule Source # | FromJSON V1beta1AggregationRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1AggregationRule # parseJSONList :: Value -> Parser [V1beta1AggregationRule] # |
data V1beta1APIServiceStatus Source #
V1beta1APIServiceStatus APIServiceStatus contains derived information about an API server
Constructors
V1beta1APIServiceStatus | |
Fields
|
Instances
Eq V1beta1APIServiceStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1APIServiceStatus -> V1beta1APIServiceStatus -> Bool # (/=) :: V1beta1APIServiceStatus -> V1beta1APIServiceStatus -> Bool # | |
Show V1beta1APIServiceStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1APIServiceStatus -> ShowS # show :: V1beta1APIServiceStatus -> String # showList :: [V1beta1APIServiceStatus] -> ShowS # | |
ToJSON V1beta1APIServiceStatus Source # | ToJSON V1beta1APIServiceStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1APIServiceStatus -> Value # toEncoding :: V1beta1APIServiceStatus -> Encoding # toJSONList :: [V1beta1APIServiceStatus] -> Value # | |
FromJSON V1beta1APIServiceStatus Source # | FromJSON V1beta1APIServiceStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1APIServiceStatus # parseJSONList :: Value -> Parser [V1beta1APIServiceStatus] # |
data V1beta1APIServiceSpec Source #
V1beta1APIServiceSpec APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.
Constructors
V1beta1APIServiceSpec | |
Fields
|
Instances
Eq V1beta1APIServiceSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1APIServiceSpec -> V1beta1APIServiceSpec -> Bool # (/=) :: V1beta1APIServiceSpec -> V1beta1APIServiceSpec -> Bool # | |
Show V1beta1APIServiceSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1APIServiceSpec -> ShowS # show :: V1beta1APIServiceSpec -> String # showList :: [V1beta1APIServiceSpec] -> ShowS # | |
ToJSON V1beta1APIServiceSpec Source # | ToJSON V1beta1APIServiceSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1APIServiceSpec -> Value # toEncoding :: V1beta1APIServiceSpec -> Encoding # toJSONList :: [V1beta1APIServiceSpec] -> Value # toEncodingList :: [V1beta1APIServiceSpec] -> Encoding # | |
FromJSON V1beta1APIServiceSpec Source # | FromJSON V1beta1APIServiceSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1APIServiceSpec # parseJSONList :: Value -> Parser [V1beta1APIServiceSpec] # |
data V1beta1APIServiceList Source #
V1beta1APIServiceList APIServiceList is a list of APIService objects.
Constructors
V1beta1APIServiceList | |
Fields
|
Instances
Eq V1beta1APIServiceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1beta1APIServiceList -> V1beta1APIServiceList -> Bool # (/=) :: V1beta1APIServiceList -> V1beta1APIServiceList -> Bool # | |
Show V1beta1APIServiceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1beta1APIServiceList -> ShowS # show :: V1beta1APIServiceList -> String # showList :: [V1beta1APIServiceList] -> ShowS # | |
ToJSON V1beta1APIServiceList Source # | ToJSON V1beta1APIServiceList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1beta1APIServiceList -> Value # toEncoding :: V1beta1APIServiceList -> Encoding # toJSONList :: [V1beta1APIServiceList] -> Value # toEncodingList :: [V1beta1APIServiceList] -> Encoding # | |
FromJSON V1beta1APIServiceList Source # | FromJSON V1beta1APIServiceList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1beta1APIServiceList # parseJSONList :: Value -> Parser [V1beta1APIServiceList] # |
data V1beta1APIServiceCondition Source #
V1beta1APIServiceCondition APIServiceCondition describes the state of an APIService at a particular point
Constructors
V1beta1APIServiceCondition | |
Fields
|
Instances
data V1beta1APIService Source #
V1beta1APIService APIService represents a server for a particular GroupVersion. Name must be "version.group".
Constructors
V1beta1APIService | |
Fields
|
Instances
data V1alpha1WebhookThrottleConfig Source #
V1alpha1WebhookThrottleConfig WebhookThrottleConfig holds the configuration for throttling events
Constructors
V1alpha1WebhookThrottleConfig | |
Fields
|
Instances
Eq V1alpha1WebhookThrottleConfig Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1alpha1WebhookThrottleConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1WebhookThrottleConfig -> ShowS # show :: V1alpha1WebhookThrottleConfig -> String # showList :: [V1alpha1WebhookThrottleConfig] -> ShowS # | |
ToJSON V1alpha1WebhookThrottleConfig Source # | ToJSON V1alpha1WebhookThrottleConfig |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1WebhookThrottleConfig -> Value # toEncoding :: V1alpha1WebhookThrottleConfig -> Encoding # toJSONList :: [V1alpha1WebhookThrottleConfig] -> Value # toEncodingList :: [V1alpha1WebhookThrottleConfig] -> Encoding # | |
FromJSON V1alpha1WebhookThrottleConfig Source # | FromJSON V1alpha1WebhookThrottleConfig |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1WebhookThrottleConfig # parseJSONList :: Value -> Parser [V1alpha1WebhookThrottleConfig] # |
data V1alpha1WebhookClientConfig Source #
V1alpha1WebhookClientConfig WebhookClientConfig contains the information to make a connection with the webhook
Constructors
V1alpha1WebhookClientConfig | |
Fields
|
Instances
data V1alpha1Webhook Source #
V1alpha1Webhook Webhook holds the configuration of the webhook
Constructors
V1alpha1Webhook | |
Fields
|
Instances
Eq V1alpha1Webhook Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1Webhook -> V1alpha1Webhook -> Bool # (/=) :: V1alpha1Webhook -> V1alpha1Webhook -> Bool # | |
Show V1alpha1Webhook Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1Webhook -> ShowS # show :: V1alpha1Webhook -> String # showList :: [V1alpha1Webhook] -> ShowS # | |
ToJSON V1alpha1Webhook Source # | ToJSON V1alpha1Webhook |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1Webhook -> Value # toEncoding :: V1alpha1Webhook -> Encoding # toJSONList :: [V1alpha1Webhook] -> Value # toEncodingList :: [V1alpha1Webhook] -> Encoding # | |
FromJSON V1alpha1Webhook Source # | FromJSON V1alpha1Webhook |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1Webhook # parseJSONList :: Value -> Parser [V1alpha1Webhook] # |
data V1alpha1VolumeError Source #
V1alpha1VolumeError VolumeError captures an error encountered during a volume operation.
Constructors
V1alpha1VolumeError | |
Fields
|
Instances
Eq V1alpha1VolumeError Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1VolumeError -> V1alpha1VolumeError -> Bool # (/=) :: V1alpha1VolumeError -> V1alpha1VolumeError -> Bool # | |
Show V1alpha1VolumeError Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1VolumeError -> ShowS # show :: V1alpha1VolumeError -> String # showList :: [V1alpha1VolumeError] -> ShowS # | |
ToJSON V1alpha1VolumeError Source # | ToJSON V1alpha1VolumeError |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1VolumeError -> Value # toEncoding :: V1alpha1VolumeError -> Encoding # toJSONList :: [V1alpha1VolumeError] -> Value # toEncodingList :: [V1alpha1VolumeError] -> Encoding # | |
FromJSON V1alpha1VolumeError Source # | FromJSON V1alpha1VolumeError |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1VolumeError # parseJSONList :: Value -> Parser [V1alpha1VolumeError] # |
data V1alpha1VolumeAttachmentStatus Source #
V1alpha1VolumeAttachmentStatus VolumeAttachmentStatus is the status of a VolumeAttachment request.
Constructors
V1alpha1VolumeAttachmentStatus | |
Fields
|
Instances
Eq V1alpha1VolumeAttachmentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1alpha1VolumeAttachmentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1VolumeAttachmentStatus -> ShowS # show :: V1alpha1VolumeAttachmentStatus -> String # showList :: [V1alpha1VolumeAttachmentStatus] -> ShowS # | |
ToJSON V1alpha1VolumeAttachmentStatus Source # | ToJSON V1alpha1VolumeAttachmentStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1alpha1VolumeAttachmentStatus Source # | FromJSON V1alpha1VolumeAttachmentStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1VolumeAttachmentStatus # parseJSONList :: Value -> Parser [V1alpha1VolumeAttachmentStatus] # |
data V1alpha1VolumeAttachmentSpec Source #
V1alpha1VolumeAttachmentSpec VolumeAttachmentSpec is the specification of a VolumeAttachment request.
Constructors
V1alpha1VolumeAttachmentSpec | |
Fields
|
Instances
data V1alpha1VolumeAttachmentSource Source #
V1alpha1VolumeAttachmentSource VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
Constructors
V1alpha1VolumeAttachmentSource | |
Fields
|
Instances
Eq V1alpha1VolumeAttachmentSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1alpha1VolumeAttachmentSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1VolumeAttachmentSource -> ShowS # show :: V1alpha1VolumeAttachmentSource -> String # showList :: [V1alpha1VolumeAttachmentSource] -> ShowS # | |
ToJSON V1alpha1VolumeAttachmentSource Source # | ToJSON V1alpha1VolumeAttachmentSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1alpha1VolumeAttachmentSource Source # | FromJSON V1alpha1VolumeAttachmentSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1VolumeAttachmentSource # parseJSONList :: Value -> Parser [V1alpha1VolumeAttachmentSource] # |
data V1alpha1VolumeAttachmentList Source #
V1alpha1VolumeAttachmentList VolumeAttachmentList is a collection of VolumeAttachment objects.
Constructors
V1alpha1VolumeAttachmentList | |
Fields
|
Instances
data V1alpha1VolumeAttachment Source #
V1alpha1VolumeAttachment VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.
Constructors
V1alpha1VolumeAttachment | |
Fields
|
Instances
data V1alpha1Subject Source #
V1alpha1Subject Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.
Constructors
V1alpha1Subject | |
Fields
|
Instances
Eq V1alpha1Subject Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1Subject -> V1alpha1Subject -> Bool # (/=) :: V1alpha1Subject -> V1alpha1Subject -> Bool # | |
Show V1alpha1Subject Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1Subject -> ShowS # show :: V1alpha1Subject -> String # showList :: [V1alpha1Subject] -> ShowS # | |
ToJSON V1alpha1Subject Source # | ToJSON V1alpha1Subject |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1Subject -> Value # toEncoding :: V1alpha1Subject -> Encoding # toJSONList :: [V1alpha1Subject] -> Value # toEncodingList :: [V1alpha1Subject] -> Encoding # | |
FromJSON V1alpha1Subject Source # | FromJSON V1alpha1Subject |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1Subject # parseJSONList :: Value -> Parser [V1alpha1Subject] # |
data V1alpha1ServiceReference Source #
V1alpha1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io
Constructors
V1alpha1ServiceReference | |
Fields
|
Instances
Eq V1alpha1ServiceReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1ServiceReference -> V1alpha1ServiceReference -> Bool # (/=) :: V1alpha1ServiceReference -> V1alpha1ServiceReference -> Bool # | |
Show V1alpha1ServiceReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1ServiceReference -> ShowS # show :: V1alpha1ServiceReference -> String # showList :: [V1alpha1ServiceReference] -> ShowS # | |
ToJSON V1alpha1ServiceReference Source # | ToJSON V1alpha1ServiceReference |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1ServiceReference -> Value # toEncoding :: V1alpha1ServiceReference -> Encoding # toJSONList :: [V1alpha1ServiceReference] -> Value # | |
FromJSON V1alpha1ServiceReference Source # | FromJSON V1alpha1ServiceReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1ServiceReference # parseJSONList :: Value -> Parser [V1alpha1ServiceReference] # |
data V1alpha1Scheduling Source #
V1alpha1Scheduling Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.
Constructors
V1alpha1Scheduling | |
Fields
|
Instances
Eq V1alpha1Scheduling Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1Scheduling -> V1alpha1Scheduling -> Bool # (/=) :: V1alpha1Scheduling -> V1alpha1Scheduling -> Bool # | |
Show V1alpha1Scheduling Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1Scheduling -> ShowS # show :: V1alpha1Scheduling -> String # showList :: [V1alpha1Scheduling] -> ShowS # | |
ToJSON V1alpha1Scheduling Source # | ToJSON V1alpha1Scheduling |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1Scheduling -> Value # toEncoding :: V1alpha1Scheduling -> Encoding # toJSONList :: [V1alpha1Scheduling] -> Value # toEncodingList :: [V1alpha1Scheduling] -> Encoding # | |
FromJSON V1alpha1Scheduling Source # | FromJSON V1alpha1Scheduling |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1Scheduling # parseJSONList :: Value -> Parser [V1alpha1Scheduling] # |
data V1alpha1RuntimeClassSpec Source #
V1alpha1RuntimeClassSpec RuntimeClassSpec is a specification of a RuntimeClass. It contains parameters that are required to describe the RuntimeClass to the Container Runtime Interface (CRI) implementation, as well as any other components that need to understand how the pod will be run. The RuntimeClassSpec is immutable.
Constructors
V1alpha1RuntimeClassSpec | |
Fields
|
Instances
Eq V1alpha1RuntimeClassSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1RuntimeClassSpec -> V1alpha1RuntimeClassSpec -> Bool # (/=) :: V1alpha1RuntimeClassSpec -> V1alpha1RuntimeClassSpec -> Bool # | |
Show V1alpha1RuntimeClassSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1RuntimeClassSpec -> ShowS # show :: V1alpha1RuntimeClassSpec -> String # showList :: [V1alpha1RuntimeClassSpec] -> ShowS # | |
ToJSON V1alpha1RuntimeClassSpec Source # | ToJSON V1alpha1RuntimeClassSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1RuntimeClassSpec -> Value # toEncoding :: V1alpha1RuntimeClassSpec -> Encoding # toJSONList :: [V1alpha1RuntimeClassSpec] -> Value # | |
FromJSON V1alpha1RuntimeClassSpec Source # | FromJSON V1alpha1RuntimeClassSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1RuntimeClassSpec # parseJSONList :: Value -> Parser [V1alpha1RuntimeClassSpec] # |
data V1alpha1RuntimeClassList Source #
V1alpha1RuntimeClassList RuntimeClassList is a list of RuntimeClass objects.
Constructors
V1alpha1RuntimeClassList | |
Fields
|
Instances
Eq V1alpha1RuntimeClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1RuntimeClassList -> V1alpha1RuntimeClassList -> Bool # (/=) :: V1alpha1RuntimeClassList -> V1alpha1RuntimeClassList -> Bool # | |
Show V1alpha1RuntimeClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1RuntimeClassList -> ShowS # show :: V1alpha1RuntimeClassList -> String # showList :: [V1alpha1RuntimeClassList] -> ShowS # | |
ToJSON V1alpha1RuntimeClassList Source # | ToJSON V1alpha1RuntimeClassList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1RuntimeClassList -> Value # toEncoding :: V1alpha1RuntimeClassList -> Encoding # toJSONList :: [V1alpha1RuntimeClassList] -> Value # | |
FromJSON V1alpha1RuntimeClassList Source # | FromJSON V1alpha1RuntimeClassList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1RuntimeClassList # parseJSONList :: Value -> Parser [V1alpha1RuntimeClassList] # |
data V1alpha1RuntimeClass Source #
V1alpha1RuntimeClass RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md
Constructors
V1alpha1RuntimeClass | |
Fields
|
Instances
data V1alpha1RoleRef Source #
V1alpha1RoleRef RoleRef contains information that points to the role being used
Constructors
V1alpha1RoleRef | |
Fields
|
Instances
Eq V1alpha1RoleRef Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1RoleRef -> V1alpha1RoleRef -> Bool # (/=) :: V1alpha1RoleRef -> V1alpha1RoleRef -> Bool # | |
Show V1alpha1RoleRef Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1RoleRef -> ShowS # show :: V1alpha1RoleRef -> String # showList :: [V1alpha1RoleRef] -> ShowS # | |
ToJSON V1alpha1RoleRef Source # | ToJSON V1alpha1RoleRef |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1RoleRef -> Value # toEncoding :: V1alpha1RoleRef -> Encoding # toJSONList :: [V1alpha1RoleRef] -> Value # toEncodingList :: [V1alpha1RoleRef] -> Encoding # | |
FromJSON V1alpha1RoleRef Source # | FromJSON V1alpha1RoleRef |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1RoleRef # parseJSONList :: Value -> Parser [V1alpha1RoleRef] # |
data V1alpha1RoleList Source #
V1alpha1RoleList RoleList is a collection of Roles
Constructors
V1alpha1RoleList | |
Fields
|
Instances
Eq V1alpha1RoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1RoleList -> V1alpha1RoleList -> Bool # (/=) :: V1alpha1RoleList -> V1alpha1RoleList -> Bool # | |
Show V1alpha1RoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1RoleList -> ShowS # show :: V1alpha1RoleList -> String # showList :: [V1alpha1RoleList] -> ShowS # | |
ToJSON V1alpha1RoleList Source # | ToJSON V1alpha1RoleList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1RoleList -> Value # toEncoding :: V1alpha1RoleList -> Encoding # toJSONList :: [V1alpha1RoleList] -> Value # toEncodingList :: [V1alpha1RoleList] -> Encoding # | |
FromJSON V1alpha1RoleList Source # | FromJSON V1alpha1RoleList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1RoleList # parseJSONList :: Value -> Parser [V1alpha1RoleList] # |
data V1alpha1RoleBindingList Source #
V1alpha1RoleBindingList RoleBindingList is a collection of RoleBindings
Constructors
V1alpha1RoleBindingList | |
Fields
|
Instances
Eq V1alpha1RoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1RoleBindingList -> V1alpha1RoleBindingList -> Bool # (/=) :: V1alpha1RoleBindingList -> V1alpha1RoleBindingList -> Bool # | |
Show V1alpha1RoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1RoleBindingList -> ShowS # show :: V1alpha1RoleBindingList -> String # showList :: [V1alpha1RoleBindingList] -> ShowS # | |
ToJSON V1alpha1RoleBindingList Source # | ToJSON V1alpha1RoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1RoleBindingList -> Value # toEncoding :: V1alpha1RoleBindingList -> Encoding # toJSONList :: [V1alpha1RoleBindingList] -> Value # | |
FromJSON V1alpha1RoleBindingList Source # | FromJSON V1alpha1RoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1RoleBindingList # parseJSONList :: Value -> Parser [V1alpha1RoleBindingList] # |
data V1alpha1RoleBinding Source #
V1alpha1RoleBinding RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.
Constructors
V1alpha1RoleBinding | |
Fields
|
Instances
data V1alpha1Role Source #
V1alpha1Role Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
Constructors
V1alpha1Role | |
Fields
|
Instances
data V1alpha1PriorityClassList Source #
V1alpha1PriorityClassList PriorityClassList is a collection of priority classes.
Constructors
V1alpha1PriorityClassList | |
Fields
|
Instances
Eq V1alpha1PriorityClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1PriorityClassList -> V1alpha1PriorityClassList -> Bool # (/=) :: V1alpha1PriorityClassList -> V1alpha1PriorityClassList -> Bool # | |
Show V1alpha1PriorityClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1PriorityClassList -> ShowS # show :: V1alpha1PriorityClassList -> String # showList :: [V1alpha1PriorityClassList] -> ShowS # | |
ToJSON V1alpha1PriorityClassList Source # | ToJSON V1alpha1PriorityClassList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1PriorityClassList -> Value # toEncoding :: V1alpha1PriorityClassList -> Encoding # toJSONList :: [V1alpha1PriorityClassList] -> Value # | |
FromJSON V1alpha1PriorityClassList Source # | FromJSON V1alpha1PriorityClassList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1PriorityClassList # parseJSONList :: Value -> Parser [V1alpha1PriorityClassList] # |
data V1alpha1PriorityClass Source #
V1alpha1PriorityClass DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.iov1PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.
Constructors
V1alpha1PriorityClass | |
Fields
|
Instances
data V1alpha1PolicyRule Source #
V1alpha1PolicyRule PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.
Constructors
V1alpha1PolicyRule | |
Fields
|
Instances
Eq V1alpha1PolicyRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1PolicyRule -> V1alpha1PolicyRule -> Bool # (/=) :: V1alpha1PolicyRule -> V1alpha1PolicyRule -> Bool # | |
Show V1alpha1PolicyRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1PolicyRule -> ShowS # show :: V1alpha1PolicyRule -> String # showList :: [V1alpha1PolicyRule] -> ShowS # | |
ToJSON V1alpha1PolicyRule Source # | ToJSON V1alpha1PolicyRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1PolicyRule -> Value # toEncoding :: V1alpha1PolicyRule -> Encoding # toJSONList :: [V1alpha1PolicyRule] -> Value # toEncodingList :: [V1alpha1PolicyRule] -> Encoding # | |
FromJSON V1alpha1PolicyRule Source # | FromJSON V1alpha1PolicyRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1PolicyRule # parseJSONList :: Value -> Parser [V1alpha1PolicyRule] # |
data V1alpha1Policy Source #
V1alpha1Policy Policy defines the configuration of how audit events are logged
Constructors
V1alpha1Policy | |
Fields
|
Instances
Eq V1alpha1Policy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1Policy -> V1alpha1Policy -> Bool # (/=) :: V1alpha1Policy -> V1alpha1Policy -> Bool # | |
Show V1alpha1Policy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1Policy -> ShowS # show :: V1alpha1Policy -> String # showList :: [V1alpha1Policy] -> ShowS # | |
ToJSON V1alpha1Policy Source # | ToJSON V1alpha1Policy |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1Policy -> Value # toEncoding :: V1alpha1Policy -> Encoding # toJSONList :: [V1alpha1Policy] -> Value # toEncodingList :: [V1alpha1Policy] -> Encoding # | |
FromJSON V1alpha1Policy Source # | FromJSON V1alpha1Policy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1Policy # parseJSONList :: Value -> Parser [V1alpha1Policy] # |
data V1alpha1PodPresetSpec Source #
V1alpha1PodPresetSpec PodPresetSpec is a description of a pod preset.
Constructors
V1alpha1PodPresetSpec | |
Fields
|
Instances
Eq V1alpha1PodPresetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1PodPresetSpec -> V1alpha1PodPresetSpec -> Bool # (/=) :: V1alpha1PodPresetSpec -> V1alpha1PodPresetSpec -> Bool # | |
Show V1alpha1PodPresetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1PodPresetSpec -> ShowS # show :: V1alpha1PodPresetSpec -> String # showList :: [V1alpha1PodPresetSpec] -> ShowS # | |
ToJSON V1alpha1PodPresetSpec Source # | ToJSON V1alpha1PodPresetSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1PodPresetSpec -> Value # toEncoding :: V1alpha1PodPresetSpec -> Encoding # toJSONList :: [V1alpha1PodPresetSpec] -> Value # toEncodingList :: [V1alpha1PodPresetSpec] -> Encoding # | |
FromJSON V1alpha1PodPresetSpec Source # | FromJSON V1alpha1PodPresetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1PodPresetSpec # parseJSONList :: Value -> Parser [V1alpha1PodPresetSpec] # |
data V1alpha1PodPresetList Source #
V1alpha1PodPresetList PodPresetList is a list of PodPreset objects.
Constructors
V1alpha1PodPresetList | |
Fields
|
Instances
Eq V1alpha1PodPresetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1PodPresetList -> V1alpha1PodPresetList -> Bool # (/=) :: V1alpha1PodPresetList -> V1alpha1PodPresetList -> Bool # | |
Show V1alpha1PodPresetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1PodPresetList -> ShowS # show :: V1alpha1PodPresetList -> String # showList :: [V1alpha1PodPresetList] -> ShowS # | |
ToJSON V1alpha1PodPresetList Source # | ToJSON V1alpha1PodPresetList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1PodPresetList -> Value # toEncoding :: V1alpha1PodPresetList -> Encoding # toJSONList :: [V1alpha1PodPresetList] -> Value # toEncodingList :: [V1alpha1PodPresetList] -> Encoding # | |
FromJSON V1alpha1PodPresetList Source # | FromJSON V1alpha1PodPresetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1PodPresetList # parseJSONList :: Value -> Parser [V1alpha1PodPresetList] # |
data V1alpha1PodPreset Source #
V1alpha1PodPreset PodPreset is a policy resource that defines additional runtime requirements for a Pod.
Constructors
V1alpha1PodPreset | |
Fields
|
Instances
data V1alpha1Overhead Source #
V1alpha1Overhead Overhead structure represents the resource overhead associated with running a pod.
Constructors
V1alpha1Overhead | |
Fields
|
Instances
Eq V1alpha1Overhead Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1Overhead -> V1alpha1Overhead -> Bool # (/=) :: V1alpha1Overhead -> V1alpha1Overhead -> Bool # | |
Show V1alpha1Overhead Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1Overhead -> ShowS # show :: V1alpha1Overhead -> String # showList :: [V1alpha1Overhead] -> ShowS # | |
ToJSON V1alpha1Overhead Source # | ToJSON V1alpha1Overhead |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1Overhead -> Value # toEncoding :: V1alpha1Overhead -> Encoding # toJSONList :: [V1alpha1Overhead] -> Value # toEncodingList :: [V1alpha1Overhead] -> Encoding # | |
FromJSON V1alpha1Overhead Source # | FromJSON V1alpha1Overhead |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1Overhead # parseJSONList :: Value -> Parser [V1alpha1Overhead] # |
data V1alpha1EndpointSliceList Source #
V1alpha1EndpointSliceList EndpointSliceList represents a list of endpoint slices
Constructors
V1alpha1EndpointSliceList | |
Fields
|
Instances
Eq V1alpha1EndpointSliceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1EndpointSliceList -> V1alpha1EndpointSliceList -> Bool # (/=) :: V1alpha1EndpointSliceList -> V1alpha1EndpointSliceList -> Bool # | |
Show V1alpha1EndpointSliceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1EndpointSliceList -> ShowS # show :: V1alpha1EndpointSliceList -> String # showList :: [V1alpha1EndpointSliceList] -> ShowS # | |
ToJSON V1alpha1EndpointSliceList Source # | ToJSON V1alpha1EndpointSliceList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1EndpointSliceList -> Value # toEncoding :: V1alpha1EndpointSliceList -> Encoding # toJSONList :: [V1alpha1EndpointSliceList] -> Value # | |
FromJSON V1alpha1EndpointSliceList Source # | FromJSON V1alpha1EndpointSliceList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1EndpointSliceList # parseJSONList :: Value -> Parser [V1alpha1EndpointSliceList] # |
data V1alpha1EndpointSlice Source #
V1alpha1EndpointSlice EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.
Constructors
V1alpha1EndpointSlice | |
Fields
|
Instances
data V1alpha1EndpointPort Source #
V1alpha1EndpointPort EndpointPort represents a Port used by an EndpointSlice
Constructors
V1alpha1EndpointPort | |
Fields
|
Instances
Eq V1alpha1EndpointPort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1EndpointPort -> V1alpha1EndpointPort -> Bool # (/=) :: V1alpha1EndpointPort -> V1alpha1EndpointPort -> Bool # | |
Show V1alpha1EndpointPort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1EndpointPort -> ShowS # show :: V1alpha1EndpointPort -> String # showList :: [V1alpha1EndpointPort] -> ShowS # | |
ToJSON V1alpha1EndpointPort Source # | ToJSON V1alpha1EndpointPort |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1EndpointPort -> Value # toEncoding :: V1alpha1EndpointPort -> Encoding # toJSONList :: [V1alpha1EndpointPort] -> Value # toEncodingList :: [V1alpha1EndpointPort] -> Encoding # | |
FromJSON V1alpha1EndpointPort Source # | FromJSON V1alpha1EndpointPort |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1EndpointPort # parseJSONList :: Value -> Parser [V1alpha1EndpointPort] # |
data V1alpha1EndpointConditions Source #
V1alpha1EndpointConditions EndpointConditions represents the current condition of an endpoint.
Constructors
V1alpha1EndpointConditions | |
Fields
|
Instances
data V1alpha1Endpoint Source #
V1alpha1Endpoint Endpoint represents a single logical "backend" implementing a service.
Constructors
V1alpha1Endpoint | |
Fields
|
Instances
Eq V1alpha1Endpoint Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1Endpoint -> V1alpha1Endpoint -> Bool # (/=) :: V1alpha1Endpoint -> V1alpha1Endpoint -> Bool # | |
Show V1alpha1Endpoint Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1Endpoint -> ShowS # show :: V1alpha1Endpoint -> String # showList :: [V1alpha1Endpoint] -> ShowS # | |
ToJSON V1alpha1Endpoint Source # | ToJSON V1alpha1Endpoint |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1Endpoint -> Value # toEncoding :: V1alpha1Endpoint -> Encoding # toJSONList :: [V1alpha1Endpoint] -> Value # toEncodingList :: [V1alpha1Endpoint] -> Encoding # | |
FromJSON V1alpha1Endpoint Source # | FromJSON V1alpha1Endpoint |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1Endpoint # parseJSONList :: Value -> Parser [V1alpha1Endpoint] # |
data V1alpha1ClusterRoleList Source #
V1alpha1ClusterRoleList ClusterRoleList is a collection of ClusterRoles
Constructors
V1alpha1ClusterRoleList | |
Fields
|
Instances
Eq V1alpha1ClusterRoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1ClusterRoleList -> V1alpha1ClusterRoleList -> Bool # (/=) :: V1alpha1ClusterRoleList -> V1alpha1ClusterRoleList -> Bool # | |
Show V1alpha1ClusterRoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1ClusterRoleList -> ShowS # show :: V1alpha1ClusterRoleList -> String # showList :: [V1alpha1ClusterRoleList] -> ShowS # | |
ToJSON V1alpha1ClusterRoleList Source # | ToJSON V1alpha1ClusterRoleList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1ClusterRoleList -> Value # toEncoding :: V1alpha1ClusterRoleList -> Encoding # toJSONList :: [V1alpha1ClusterRoleList] -> Value # | |
FromJSON V1alpha1ClusterRoleList Source # | FromJSON V1alpha1ClusterRoleList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1ClusterRoleList # parseJSONList :: Value -> Parser [V1alpha1ClusterRoleList] # |
data V1alpha1ClusterRoleBindingList Source #
V1alpha1ClusterRoleBindingList ClusterRoleBindingList is a collection of ClusterRoleBindings
Constructors
V1alpha1ClusterRoleBindingList | |
Fields
|
Instances
Eq V1alpha1ClusterRoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1alpha1ClusterRoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1ClusterRoleBindingList -> ShowS # show :: V1alpha1ClusterRoleBindingList -> String # showList :: [V1alpha1ClusterRoleBindingList] -> ShowS # | |
ToJSON V1alpha1ClusterRoleBindingList Source # | ToJSON V1alpha1ClusterRoleBindingList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1alpha1ClusterRoleBindingList Source # | FromJSON V1alpha1ClusterRoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1ClusterRoleBindingList # parseJSONList :: Value -> Parser [V1alpha1ClusterRoleBindingList] # |
data V1alpha1ClusterRoleBinding Source #
V1alpha1ClusterRoleBinding ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.
Constructors
V1alpha1ClusterRoleBinding | |
Fields
|
Instances
data V1alpha1ClusterRole Source #
V1alpha1ClusterRole ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
Constructors
V1alpha1ClusterRole | |
Fields
|
Instances
data V1alpha1AuditSinkSpec Source #
V1alpha1AuditSinkSpec AuditSinkSpec holds the spec for the audit sink
Constructors
V1alpha1AuditSinkSpec | |
Fields
|
Instances
Eq V1alpha1AuditSinkSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1AuditSinkSpec -> V1alpha1AuditSinkSpec -> Bool # (/=) :: V1alpha1AuditSinkSpec -> V1alpha1AuditSinkSpec -> Bool # | |
Show V1alpha1AuditSinkSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1AuditSinkSpec -> ShowS # show :: V1alpha1AuditSinkSpec -> String # showList :: [V1alpha1AuditSinkSpec] -> ShowS # | |
ToJSON V1alpha1AuditSinkSpec Source # | ToJSON V1alpha1AuditSinkSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1AuditSinkSpec -> Value # toEncoding :: V1alpha1AuditSinkSpec -> Encoding # toJSONList :: [V1alpha1AuditSinkSpec] -> Value # toEncodingList :: [V1alpha1AuditSinkSpec] -> Encoding # | |
FromJSON V1alpha1AuditSinkSpec Source # | FromJSON V1alpha1AuditSinkSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1AuditSinkSpec # parseJSONList :: Value -> Parser [V1alpha1AuditSinkSpec] # |
data V1alpha1AuditSinkList Source #
V1alpha1AuditSinkList AuditSinkList is a list of AuditSink items.
Constructors
V1alpha1AuditSinkList | |
Fields
|
Instances
Eq V1alpha1AuditSinkList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1AuditSinkList -> V1alpha1AuditSinkList -> Bool # (/=) :: V1alpha1AuditSinkList -> V1alpha1AuditSinkList -> Bool # | |
Show V1alpha1AuditSinkList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1AuditSinkList -> ShowS # show :: V1alpha1AuditSinkList -> String # showList :: [V1alpha1AuditSinkList] -> ShowS # | |
ToJSON V1alpha1AuditSinkList Source # | ToJSON V1alpha1AuditSinkList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1AuditSinkList -> Value # toEncoding :: V1alpha1AuditSinkList -> Encoding # toJSONList :: [V1alpha1AuditSinkList] -> Value # toEncodingList :: [V1alpha1AuditSinkList] -> Encoding # | |
FromJSON V1alpha1AuditSinkList Source # | FromJSON V1alpha1AuditSinkList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1AuditSinkList # parseJSONList :: Value -> Parser [V1alpha1AuditSinkList] # |
data V1alpha1AuditSink Source #
V1alpha1AuditSink AuditSink represents a cluster level audit sink
Constructors
V1alpha1AuditSink | |
Fields
|
Instances
data V1alpha1AggregationRule Source #
V1alpha1AggregationRule AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
Constructors
V1alpha1AggregationRule | |
Fields
|
Instances
Eq V1alpha1AggregationRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1alpha1AggregationRule -> V1alpha1AggregationRule -> Bool # (/=) :: V1alpha1AggregationRule -> V1alpha1AggregationRule -> Bool # | |
Show V1alpha1AggregationRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1alpha1AggregationRule -> ShowS # show :: V1alpha1AggregationRule -> String # showList :: [V1alpha1AggregationRule] -> ShowS # | |
ToJSON V1alpha1AggregationRule Source # | ToJSON V1alpha1AggregationRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1alpha1AggregationRule -> Value # toEncoding :: V1alpha1AggregationRule -> Encoding # toJSONList :: [V1alpha1AggregationRule] -> Value # | |
FromJSON V1alpha1AggregationRule Source # | FromJSON V1alpha1AggregationRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1alpha1AggregationRule # parseJSONList :: Value -> Parser [V1alpha1AggregationRule] # |
data V1WindowsSecurityContextOptions Source #
V1WindowsSecurityContextOptions WindowsSecurityContextOptions contain Windows-specific options and credentials.
Constructors
V1WindowsSecurityContextOptions | |
Fields
|
Instances
Eq V1WindowsSecurityContextOptions Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1WindowsSecurityContextOptions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1WindowsSecurityContextOptions -> ShowS # | |
ToJSON V1WindowsSecurityContextOptions Source # | ToJSON V1WindowsSecurityContextOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1WindowsSecurityContextOptions Source # | FromJSON V1WindowsSecurityContextOptions |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1WindowsSecurityContextOptions # parseJSONList :: Value -> Parser [V1WindowsSecurityContextOptions] # |
data V1WeightedPodAffinityTerm Source #
V1WeightedPodAffinityTerm The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)
Constructors
V1WeightedPodAffinityTerm | |
Fields
|
Instances
Eq V1WeightedPodAffinityTerm Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1WeightedPodAffinityTerm -> V1WeightedPodAffinityTerm -> Bool # (/=) :: V1WeightedPodAffinityTerm -> V1WeightedPodAffinityTerm -> Bool # | |
Show V1WeightedPodAffinityTerm Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1WeightedPodAffinityTerm -> ShowS # show :: V1WeightedPodAffinityTerm -> String # showList :: [V1WeightedPodAffinityTerm] -> ShowS # | |
ToJSON V1WeightedPodAffinityTerm Source # | ToJSON V1WeightedPodAffinityTerm |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1WeightedPodAffinityTerm -> Value # toEncoding :: V1WeightedPodAffinityTerm -> Encoding # toJSONList :: [V1WeightedPodAffinityTerm] -> Value # | |
FromJSON V1WeightedPodAffinityTerm Source # | FromJSON V1WeightedPodAffinityTerm |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1WeightedPodAffinityTerm # parseJSONList :: Value -> Parser [V1WeightedPodAffinityTerm] # |
data V1WebhookConversion Source #
V1WebhookConversion WebhookConversion describes how to call a conversion webhook
Constructors
V1WebhookConversion | |
Fields
|
Instances
Eq V1WebhookConversion Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1WebhookConversion -> V1WebhookConversion -> Bool # (/=) :: V1WebhookConversion -> V1WebhookConversion -> Bool # | |
Show V1WebhookConversion Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1WebhookConversion -> ShowS # show :: V1WebhookConversion -> String # showList :: [V1WebhookConversion] -> ShowS # | |
ToJSON V1WebhookConversion Source # | ToJSON V1WebhookConversion |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1WebhookConversion -> Value # toEncoding :: V1WebhookConversion -> Encoding # toJSONList :: [V1WebhookConversion] -> Value # toEncodingList :: [V1WebhookConversion] -> Encoding # | |
FromJSON V1WebhookConversion Source # | FromJSON V1WebhookConversion |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1WebhookConversion # parseJSONList :: Value -> Parser [V1WebhookConversion] # |
data V1WatchEvent Source #
V1WatchEvent Event represents a single event to a watched resource.
Constructors
V1WatchEvent | |
Fields
|
Instances
Eq V1WatchEvent Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1WatchEvent Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1WatchEvent -> ShowS # show :: V1WatchEvent -> String # showList :: [V1WatchEvent] -> ShowS # | |
ToJSON V1WatchEvent Source # | ToJSON V1WatchEvent |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1WatchEvent -> Value # toEncoding :: V1WatchEvent -> Encoding # toJSONList :: [V1WatchEvent] -> Value # toEncodingList :: [V1WatchEvent] -> Encoding # | |
FromJSON V1WatchEvent Source # | FromJSON V1WatchEvent |
Defined in Kubernetes.OpenAPI.Model |
data V1VsphereVirtualDiskVolumeSource Source #
V1VsphereVirtualDiskVolumeSource Represents a vSphere volume resource.
Constructors
V1VsphereVirtualDiskVolumeSource | |
Fields
|
Instances
Eq V1VsphereVirtualDiskVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1VsphereVirtualDiskVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1VsphereVirtualDiskVolumeSource -> ShowS # | |
ToJSON V1VsphereVirtualDiskVolumeSource Source # | ToJSON V1VsphereVirtualDiskVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1VsphereVirtualDiskVolumeSource Source # | FromJSON V1VsphereVirtualDiskVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1VsphereVirtualDiskVolumeSource # parseJSONList :: Value -> Parser [V1VsphereVirtualDiskVolumeSource] # |
data V1VolumeProjection Source #
V1VolumeProjection Projection that may be projected along with other supported volume types
Constructors
V1VolumeProjection | |
Fields
|
Instances
Eq V1VolumeProjection Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1VolumeProjection -> V1VolumeProjection -> Bool # (/=) :: V1VolumeProjection -> V1VolumeProjection -> Bool # | |
Show V1VolumeProjection Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1VolumeProjection -> ShowS # show :: V1VolumeProjection -> String # showList :: [V1VolumeProjection] -> ShowS # | |
ToJSON V1VolumeProjection Source # | ToJSON V1VolumeProjection |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1VolumeProjection -> Value # toEncoding :: V1VolumeProjection -> Encoding # toJSONList :: [V1VolumeProjection] -> Value # toEncodingList :: [V1VolumeProjection] -> Encoding # | |
FromJSON V1VolumeProjection Source # | FromJSON V1VolumeProjection |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1VolumeProjection # parseJSONList :: Value -> Parser [V1VolumeProjection] # |
data V1VolumeNodeAffinity Source #
V1VolumeNodeAffinity VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.
Constructors
V1VolumeNodeAffinity | |
Fields
|
Instances
Eq V1VolumeNodeAffinity Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1VolumeNodeAffinity -> V1VolumeNodeAffinity -> Bool # (/=) :: V1VolumeNodeAffinity -> V1VolumeNodeAffinity -> Bool # | |
Show V1VolumeNodeAffinity Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1VolumeNodeAffinity -> ShowS # show :: V1VolumeNodeAffinity -> String # showList :: [V1VolumeNodeAffinity] -> ShowS # | |
ToJSON V1VolumeNodeAffinity Source # | ToJSON V1VolumeNodeAffinity |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1VolumeNodeAffinity -> Value # toEncoding :: V1VolumeNodeAffinity -> Encoding # toJSONList :: [V1VolumeNodeAffinity] -> Value # toEncodingList :: [V1VolumeNodeAffinity] -> Encoding # | |
FromJSON V1VolumeNodeAffinity Source # | FromJSON V1VolumeNodeAffinity |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1VolumeNodeAffinity # parseJSONList :: Value -> Parser [V1VolumeNodeAffinity] # |
data V1VolumeMount Source #
V1VolumeMount VolumeMount describes a mounting of a Volume within a container.
Constructors
V1VolumeMount | |
Fields
|
Instances
Eq V1VolumeMount Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1VolumeMount -> V1VolumeMount -> Bool # (/=) :: V1VolumeMount -> V1VolumeMount -> Bool # | |
Show V1VolumeMount Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1VolumeMount -> ShowS # show :: V1VolumeMount -> String # showList :: [V1VolumeMount] -> ShowS # | |
ToJSON V1VolumeMount Source # | ToJSON V1VolumeMount |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1VolumeMount -> Value # toEncoding :: V1VolumeMount -> Encoding # toJSONList :: [V1VolumeMount] -> Value # toEncodingList :: [V1VolumeMount] -> Encoding # | |
FromJSON V1VolumeMount Source # | FromJSON V1VolumeMount |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1VolumeMount # parseJSONList :: Value -> Parser [V1VolumeMount] # |
data V1VolumeError Source #
V1VolumeError VolumeError captures an error encountered during a volume operation.
Constructors
V1VolumeError | |
Fields
|
Instances
Eq V1VolumeError Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1VolumeError -> V1VolumeError -> Bool # (/=) :: V1VolumeError -> V1VolumeError -> Bool # | |
Show V1VolumeError Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1VolumeError -> ShowS # show :: V1VolumeError -> String # showList :: [V1VolumeError] -> ShowS # | |
ToJSON V1VolumeError Source # | ToJSON V1VolumeError |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1VolumeError -> Value # toEncoding :: V1VolumeError -> Encoding # toJSONList :: [V1VolumeError] -> Value # toEncodingList :: [V1VolumeError] -> Encoding # | |
FromJSON V1VolumeError Source # | FromJSON V1VolumeError |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1VolumeError # parseJSONList :: Value -> Parser [V1VolumeError] # |
data V1VolumeDevice Source #
V1VolumeDevice volumeDevice describes a mapping of a raw block device within a container.
Constructors
V1VolumeDevice | |
Fields
|
Instances
Eq V1VolumeDevice Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1VolumeDevice -> V1VolumeDevice -> Bool # (/=) :: V1VolumeDevice -> V1VolumeDevice -> Bool # | |
Show V1VolumeDevice Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1VolumeDevice -> ShowS # show :: V1VolumeDevice -> String # showList :: [V1VolumeDevice] -> ShowS # | |
ToJSON V1VolumeDevice Source # | ToJSON V1VolumeDevice |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1VolumeDevice -> Value # toEncoding :: V1VolumeDevice -> Encoding # toJSONList :: [V1VolumeDevice] -> Value # toEncodingList :: [V1VolumeDevice] -> Encoding # | |
FromJSON V1VolumeDevice Source # | FromJSON V1VolumeDevice |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1VolumeDevice # parseJSONList :: Value -> Parser [V1VolumeDevice] # |
data V1VolumeAttachmentStatus Source #
V1VolumeAttachmentStatus VolumeAttachmentStatus is the status of a VolumeAttachment request.
Constructors
V1VolumeAttachmentStatus | |
Fields
|
Instances
Eq V1VolumeAttachmentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1VolumeAttachmentStatus -> V1VolumeAttachmentStatus -> Bool # (/=) :: V1VolumeAttachmentStatus -> V1VolumeAttachmentStatus -> Bool # | |
Show V1VolumeAttachmentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1VolumeAttachmentStatus -> ShowS # show :: V1VolumeAttachmentStatus -> String # showList :: [V1VolumeAttachmentStatus] -> ShowS # | |
ToJSON V1VolumeAttachmentStatus Source # | ToJSON V1VolumeAttachmentStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1VolumeAttachmentStatus -> Value # toEncoding :: V1VolumeAttachmentStatus -> Encoding # toJSONList :: [V1VolumeAttachmentStatus] -> Value # | |
FromJSON V1VolumeAttachmentStatus Source # | FromJSON V1VolumeAttachmentStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1VolumeAttachmentStatus # parseJSONList :: Value -> Parser [V1VolumeAttachmentStatus] # |
data V1VolumeAttachmentSpec Source #
V1VolumeAttachmentSpec VolumeAttachmentSpec is the specification of a VolumeAttachment request.
Constructors
V1VolumeAttachmentSpec | |
Fields
|
Instances
Eq V1VolumeAttachmentSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1VolumeAttachmentSpec -> V1VolumeAttachmentSpec -> Bool # (/=) :: V1VolumeAttachmentSpec -> V1VolumeAttachmentSpec -> Bool # | |
Show V1VolumeAttachmentSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1VolumeAttachmentSpec -> ShowS # show :: V1VolumeAttachmentSpec -> String # showList :: [V1VolumeAttachmentSpec] -> ShowS # | |
ToJSON V1VolumeAttachmentSpec Source # | ToJSON V1VolumeAttachmentSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1VolumeAttachmentSpec -> Value # toEncoding :: V1VolumeAttachmentSpec -> Encoding # toJSONList :: [V1VolumeAttachmentSpec] -> Value # | |
FromJSON V1VolumeAttachmentSpec Source # | FromJSON V1VolumeAttachmentSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1VolumeAttachmentSpec # parseJSONList :: Value -> Parser [V1VolumeAttachmentSpec] # |
data V1VolumeAttachmentSource Source #
V1VolumeAttachmentSource VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
Constructors
V1VolumeAttachmentSource | |
Fields
|
Instances
Eq V1VolumeAttachmentSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1VolumeAttachmentSource -> V1VolumeAttachmentSource -> Bool # (/=) :: V1VolumeAttachmentSource -> V1VolumeAttachmentSource -> Bool # | |
Show V1VolumeAttachmentSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1VolumeAttachmentSource -> ShowS # show :: V1VolumeAttachmentSource -> String # showList :: [V1VolumeAttachmentSource] -> ShowS # | |
ToJSON V1VolumeAttachmentSource Source # | ToJSON V1VolumeAttachmentSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1VolumeAttachmentSource -> Value # toEncoding :: V1VolumeAttachmentSource -> Encoding # toJSONList :: [V1VolumeAttachmentSource] -> Value # | |
FromJSON V1VolumeAttachmentSource Source # | FromJSON V1VolumeAttachmentSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1VolumeAttachmentSource # parseJSONList :: Value -> Parser [V1VolumeAttachmentSource] # |
data V1VolumeAttachmentList Source #
V1VolumeAttachmentList VolumeAttachmentList is a collection of VolumeAttachment objects.
Constructors
V1VolumeAttachmentList | |
Fields
|
Instances
Eq V1VolumeAttachmentList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1VolumeAttachmentList -> V1VolumeAttachmentList -> Bool # (/=) :: V1VolumeAttachmentList -> V1VolumeAttachmentList -> Bool # | |
Show V1VolumeAttachmentList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1VolumeAttachmentList -> ShowS # show :: V1VolumeAttachmentList -> String # showList :: [V1VolumeAttachmentList] -> ShowS # | |
ToJSON V1VolumeAttachmentList Source # | ToJSON V1VolumeAttachmentList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1VolumeAttachmentList -> Value # toEncoding :: V1VolumeAttachmentList -> Encoding # toJSONList :: [V1VolumeAttachmentList] -> Value # | |
FromJSON V1VolumeAttachmentList Source # | FromJSON V1VolumeAttachmentList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1VolumeAttachmentList # parseJSONList :: Value -> Parser [V1VolumeAttachmentList] # |
data V1VolumeAttachment Source #
V1VolumeAttachment VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.
Constructors
V1VolumeAttachment | |
Fields
|
Instances
V1Volume Volume represents a named volume in a pod that may be accessed by any container in the pod.
Constructors
data V1ValidatingWebhookConfigurationList Source #
V1ValidatingWebhookConfigurationList ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.
Constructors
V1ValidatingWebhookConfigurationList | |
Fields
|
Instances
Eq V1ValidatingWebhookConfigurationList Source # | |
Show V1ValidatingWebhookConfigurationList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ValidatingWebhookConfigurationList -> ShowS # show :: V1ValidatingWebhookConfigurationList -> String # showList :: [V1ValidatingWebhookConfigurationList] -> ShowS # | |
ToJSON V1ValidatingWebhookConfigurationList Source # | ToJSON V1ValidatingWebhookConfigurationList |
FromJSON V1ValidatingWebhookConfigurationList Source # | FromJSON V1ValidatingWebhookConfigurationList |
Defined in Kubernetes.OpenAPI.Model |
data V1ValidatingWebhookConfiguration Source #
V1ValidatingWebhookConfiguration ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.
Constructors
V1ValidatingWebhookConfiguration | |
Fields
|
Instances
data V1ValidatingWebhook Source #
V1ValidatingWebhook ValidatingWebhook describes an admission webhook and the resources and operations it applies to.
Constructors
V1ValidatingWebhook | |
Fields
|
Instances
Eq V1ValidatingWebhook Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ValidatingWebhook -> V1ValidatingWebhook -> Bool # (/=) :: V1ValidatingWebhook -> V1ValidatingWebhook -> Bool # | |
Show V1ValidatingWebhook Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ValidatingWebhook -> ShowS # show :: V1ValidatingWebhook -> String # showList :: [V1ValidatingWebhook] -> ShowS # | |
ToJSON V1ValidatingWebhook Source # | ToJSON V1ValidatingWebhook |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ValidatingWebhook -> Value # toEncoding :: V1ValidatingWebhook -> Encoding # toJSONList :: [V1ValidatingWebhook] -> Value # toEncodingList :: [V1ValidatingWebhook] -> Encoding # | |
FromJSON V1ValidatingWebhook Source # | FromJSON V1ValidatingWebhook |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ValidatingWebhook # parseJSONList :: Value -> Parser [V1ValidatingWebhook] # |
data V1UserInfo Source #
V1UserInfo UserInfo holds the information about the user needed to implement the user.Info interface.
Constructors
V1UserInfo | |
Fields
|
Instances
Eq V1UserInfo Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1UserInfo Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1UserInfo -> ShowS # show :: V1UserInfo -> String # showList :: [V1UserInfo] -> ShowS # | |
ToJSON V1UserInfo Source # | ToJSON V1UserInfo |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1UserInfo -> Value # toEncoding :: V1UserInfo -> Encoding # toJSONList :: [V1UserInfo] -> Value # toEncodingList :: [V1UserInfo] -> Encoding # | |
FromJSON V1UserInfo Source # | FromJSON V1UserInfo |
Defined in Kubernetes.OpenAPI.Model |
data V1TypedLocalObjectReference Source #
V1TypedLocalObjectReference TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.
Constructors
V1TypedLocalObjectReference | |
Fields
|
Instances
data V1TopologySpreadConstraint Source #
V1TopologySpreadConstraint TopologySpreadConstraint specifies how to spread matching pods among the given topology.
Constructors
V1TopologySpreadConstraint | |
Fields
|
Instances
data V1TopologySelectorTerm Source #
V1TopologySelectorTerm A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.
Constructors
V1TopologySelectorTerm | |
Fields
|
Instances
Eq V1TopologySelectorTerm Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1TopologySelectorTerm -> V1TopologySelectorTerm -> Bool # (/=) :: V1TopologySelectorTerm -> V1TopologySelectorTerm -> Bool # | |
Show V1TopologySelectorTerm Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1TopologySelectorTerm -> ShowS # show :: V1TopologySelectorTerm -> String # showList :: [V1TopologySelectorTerm] -> ShowS # | |
ToJSON V1TopologySelectorTerm Source # | ToJSON V1TopologySelectorTerm |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1TopologySelectorTerm -> Value # toEncoding :: V1TopologySelectorTerm -> Encoding # toJSONList :: [V1TopologySelectorTerm] -> Value # | |
FromJSON V1TopologySelectorTerm Source # | FromJSON V1TopologySelectorTerm |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1TopologySelectorTerm # parseJSONList :: Value -> Parser [V1TopologySelectorTerm] # |
data V1TopologySelectorLabelRequirement Source #
V1TopologySelectorLabelRequirement A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.
Constructors
V1TopologySelectorLabelRequirement | |
Fields
|
Instances
Eq V1TopologySelectorLabelRequirement Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1TopologySelectorLabelRequirement Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1TopologySelectorLabelRequirement -> ShowS # | |
ToJSON V1TopologySelectorLabelRequirement Source # | ToJSON V1TopologySelectorLabelRequirement |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1TopologySelectorLabelRequirement Source # | FromJSON V1TopologySelectorLabelRequirement |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1TopologySelectorLabelRequirement # parseJSONList :: Value -> Parser [V1TopologySelectorLabelRequirement] # |
data V1Toleration Source #
V1Toleration The pod this Toleration is attached to tolerates any taint that matches the triple key,value,effect using the matching operator operator.
Constructors
V1Toleration | |
Fields
|
Instances
Eq V1Toleration Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1Toleration Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1Toleration -> ShowS # show :: V1Toleration -> String # showList :: [V1Toleration] -> ShowS # | |
ToJSON V1Toleration Source # | ToJSON V1Toleration |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1Toleration -> Value # toEncoding :: V1Toleration -> Encoding # toJSONList :: [V1Toleration] -> Value # toEncodingList :: [V1Toleration] -> Encoding # | |
FromJSON V1Toleration Source # | FromJSON V1Toleration |
Defined in Kubernetes.OpenAPI.Model |
data V1TokenReviewStatus Source #
V1TokenReviewStatus TokenReviewStatus is the result of the token authentication request.
Constructors
V1TokenReviewStatus | |
Fields
|
Instances
Eq V1TokenReviewStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1TokenReviewStatus -> V1TokenReviewStatus -> Bool # (/=) :: V1TokenReviewStatus -> V1TokenReviewStatus -> Bool # | |
Show V1TokenReviewStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1TokenReviewStatus -> ShowS # show :: V1TokenReviewStatus -> String # showList :: [V1TokenReviewStatus] -> ShowS # | |
ToJSON V1TokenReviewStatus Source # | ToJSON V1TokenReviewStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1TokenReviewStatus -> Value # toEncoding :: V1TokenReviewStatus -> Encoding # toJSONList :: [V1TokenReviewStatus] -> Value # toEncodingList :: [V1TokenReviewStatus] -> Encoding # | |
FromJSON V1TokenReviewStatus Source # | FromJSON V1TokenReviewStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1TokenReviewStatus # parseJSONList :: Value -> Parser [V1TokenReviewStatus] # |
data V1TokenReviewSpec Source #
V1TokenReviewSpec TokenReviewSpec is a description of the token authentication request.
Constructors
V1TokenReviewSpec | |
Fields
|
Instances
Eq V1TokenReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1TokenReviewSpec -> V1TokenReviewSpec -> Bool # (/=) :: V1TokenReviewSpec -> V1TokenReviewSpec -> Bool # | |
Show V1TokenReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1TokenReviewSpec -> ShowS # show :: V1TokenReviewSpec -> String # showList :: [V1TokenReviewSpec] -> ShowS # | |
ToJSON V1TokenReviewSpec Source # | ToJSON V1TokenReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1TokenReviewSpec -> Value # toEncoding :: V1TokenReviewSpec -> Encoding # toJSONList :: [V1TokenReviewSpec] -> Value # toEncodingList :: [V1TokenReviewSpec] -> Encoding # | |
FromJSON V1TokenReviewSpec Source # | FromJSON V1TokenReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1TokenReviewSpec # parseJSONList :: Value -> Parser [V1TokenReviewSpec] # |
data V1TokenReview Source #
V1TokenReview TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.
Constructors
V1TokenReview | |
Fields
|
Instances
data V1TokenRequestStatus Source #
V1TokenRequestStatus TokenRequestStatus is the result of a token request.
Constructors
V1TokenRequestStatus | |
Fields
|
Instances
Eq V1TokenRequestStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1TokenRequestStatus -> V1TokenRequestStatus -> Bool # (/=) :: V1TokenRequestStatus -> V1TokenRequestStatus -> Bool # | |
Show V1TokenRequestStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1TokenRequestStatus -> ShowS # show :: V1TokenRequestStatus -> String # showList :: [V1TokenRequestStatus] -> ShowS # | |
ToJSON V1TokenRequestStatus Source # | ToJSON V1TokenRequestStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1TokenRequestStatus -> Value # toEncoding :: V1TokenRequestStatus -> Encoding # toJSONList :: [V1TokenRequestStatus] -> Value # toEncodingList :: [V1TokenRequestStatus] -> Encoding # | |
FromJSON V1TokenRequestStatus Source # | FromJSON V1TokenRequestStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1TokenRequestStatus # parseJSONList :: Value -> Parser [V1TokenRequestStatus] # |
data V1TokenRequestSpec Source #
V1TokenRequestSpec TokenRequestSpec contains client provided parameters of a token request.
Constructors
V1TokenRequestSpec | |
Fields
|
Instances
Eq V1TokenRequestSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1TokenRequestSpec -> V1TokenRequestSpec -> Bool # (/=) :: V1TokenRequestSpec -> V1TokenRequestSpec -> Bool # | |
Show V1TokenRequestSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1TokenRequestSpec -> ShowS # show :: V1TokenRequestSpec -> String # showList :: [V1TokenRequestSpec] -> ShowS # | |
ToJSON V1TokenRequestSpec Source # | ToJSON V1TokenRequestSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1TokenRequestSpec -> Value # toEncoding :: V1TokenRequestSpec -> Encoding # toJSONList :: [V1TokenRequestSpec] -> Value # toEncodingList :: [V1TokenRequestSpec] -> Encoding # | |
FromJSON V1TokenRequestSpec Source # | FromJSON V1TokenRequestSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1TokenRequestSpec # parseJSONList :: Value -> Parser [V1TokenRequestSpec] # |
data V1TokenRequest Source #
V1TokenRequest TokenRequest requests a token for a given service account.
Constructors
V1TokenRequest | |
Fields
|
Instances
V1Taint The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
Constructors
V1Taint | |
Fields
|
data V1TCPSocketAction Source #
V1TCPSocketAction TCPSocketAction describes an action based on opening a socket
Constructors
V1TCPSocketAction | |
Fields
|
Instances
Eq V1TCPSocketAction Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1TCPSocketAction -> V1TCPSocketAction -> Bool # (/=) :: V1TCPSocketAction -> V1TCPSocketAction -> Bool # | |
Show V1TCPSocketAction Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1TCPSocketAction -> ShowS # show :: V1TCPSocketAction -> String # showList :: [V1TCPSocketAction] -> ShowS # | |
ToJSON V1TCPSocketAction Source # | ToJSON V1TCPSocketAction |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1TCPSocketAction -> Value # toEncoding :: V1TCPSocketAction -> Encoding # toJSONList :: [V1TCPSocketAction] -> Value # toEncodingList :: [V1TCPSocketAction] -> Encoding # | |
FromJSON V1TCPSocketAction Source # | FromJSON V1TCPSocketAction |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1TCPSocketAction # parseJSONList :: Value -> Parser [V1TCPSocketAction] # |
V1Sysctl Sysctl defines a kernel parameter to be set
Constructors
V1Sysctl | |
Fields
|
data V1SubjectRulesReviewStatus Source #
V1SubjectRulesReviewStatus SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.
Constructors
V1SubjectRulesReviewStatus | |
Fields
|
Instances
data V1SubjectAccessReviewStatus Source #
V1SubjectAccessReviewStatus SubjectAccessReviewStatus
Constructors
V1SubjectAccessReviewStatus | |
Fields
|
Instances
data V1SubjectAccessReviewSpec Source #
V1SubjectAccessReviewSpec SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
Constructors
V1SubjectAccessReviewSpec | |
Fields
|
Instances
Eq V1SubjectAccessReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1SubjectAccessReviewSpec -> V1SubjectAccessReviewSpec -> Bool # (/=) :: V1SubjectAccessReviewSpec -> V1SubjectAccessReviewSpec -> Bool # | |
Show V1SubjectAccessReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SubjectAccessReviewSpec -> ShowS # show :: V1SubjectAccessReviewSpec -> String # showList :: [V1SubjectAccessReviewSpec] -> ShowS # | |
ToJSON V1SubjectAccessReviewSpec Source # | ToJSON V1SubjectAccessReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SubjectAccessReviewSpec -> Value # toEncoding :: V1SubjectAccessReviewSpec -> Encoding # toJSONList :: [V1SubjectAccessReviewSpec] -> Value # | |
FromJSON V1SubjectAccessReviewSpec Source # | FromJSON V1SubjectAccessReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1SubjectAccessReviewSpec # parseJSONList :: Value -> Parser [V1SubjectAccessReviewSpec] # |
data V1SubjectAccessReview Source #
V1SubjectAccessReview SubjectAccessReview checks whether or not a user or group can perform an action.
Constructors
V1SubjectAccessReview | |
Fields
|
Instances
V1Subject Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.
Constructors
V1Subject | |
Fields
|
data V1StorageOSVolumeSource Source #
V1StorageOSVolumeSource Represents a StorageOS persistent volume resource.
Constructors
V1StorageOSVolumeSource | |
Fields
|
Instances
Eq V1StorageOSVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1StorageOSVolumeSource -> V1StorageOSVolumeSource -> Bool # (/=) :: V1StorageOSVolumeSource -> V1StorageOSVolumeSource -> Bool # | |
Show V1StorageOSVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1StorageOSVolumeSource -> ShowS # show :: V1StorageOSVolumeSource -> String # showList :: [V1StorageOSVolumeSource] -> ShowS # | |
ToJSON V1StorageOSVolumeSource Source # | ToJSON V1StorageOSVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1StorageOSVolumeSource -> Value # toEncoding :: V1StorageOSVolumeSource -> Encoding # toJSONList :: [V1StorageOSVolumeSource] -> Value # | |
FromJSON V1StorageOSVolumeSource Source # | FromJSON V1StorageOSVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1StorageOSVolumeSource # parseJSONList :: Value -> Parser [V1StorageOSVolumeSource] # |
data V1StorageOSPersistentVolumeSource Source #
V1StorageOSPersistentVolumeSource Represents a StorageOS persistent volume resource.
Constructors
V1StorageOSPersistentVolumeSource | |
Fields
|
Instances
Eq V1StorageOSPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1StorageOSPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1StorageOSPersistentVolumeSource -> ShowS # | |
ToJSON V1StorageOSPersistentVolumeSource Source # | ToJSON V1StorageOSPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1StorageOSPersistentVolumeSource Source # | FromJSON V1StorageOSPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1StorageOSPersistentVolumeSource # parseJSONList :: Value -> Parser [V1StorageOSPersistentVolumeSource] # |
data V1StorageClassList Source #
V1StorageClassList StorageClassList is a collection of storage classes.
Constructors
V1StorageClassList | |
Fields
|
Instances
Eq V1StorageClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1StorageClassList -> V1StorageClassList -> Bool # (/=) :: V1StorageClassList -> V1StorageClassList -> Bool # | |
Show V1StorageClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1StorageClassList -> ShowS # show :: V1StorageClassList -> String # showList :: [V1StorageClassList] -> ShowS # | |
ToJSON V1StorageClassList Source # | ToJSON V1StorageClassList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1StorageClassList -> Value # toEncoding :: V1StorageClassList -> Encoding # toJSONList :: [V1StorageClassList] -> Value # toEncodingList :: [V1StorageClassList] -> Encoding # | |
FromJSON V1StorageClassList Source # | FromJSON V1StorageClassList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1StorageClassList # parseJSONList :: Value -> Parser [V1StorageClassList] # |
data V1StorageClass Source #
V1StorageClass StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.
Constructors
V1StorageClass | |
Fields
|
Instances
data V1StatusDetails Source #
V1StatusDetails StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
Constructors
V1StatusDetails | |
Fields
|
Instances
Eq V1StatusDetails Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1StatusDetails -> V1StatusDetails -> Bool # (/=) :: V1StatusDetails -> V1StatusDetails -> Bool # | |
Show V1StatusDetails Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1StatusDetails -> ShowS # show :: V1StatusDetails -> String # showList :: [V1StatusDetails] -> ShowS # | |
ToJSON V1StatusDetails Source # | ToJSON V1StatusDetails |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1StatusDetails -> Value # toEncoding :: V1StatusDetails -> Encoding # toJSONList :: [V1StatusDetails] -> Value # toEncodingList :: [V1StatusDetails] -> Encoding # | |
FromJSON V1StatusDetails Source # | FromJSON V1StatusDetails |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1StatusDetails # parseJSONList :: Value -> Parser [V1StatusDetails] # |
data V1StatusCause Source #
V1StatusCause StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.
Constructors
V1StatusCause | |
Fields
|
Instances
Eq V1StatusCause Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1StatusCause -> V1StatusCause -> Bool # (/=) :: V1StatusCause -> V1StatusCause -> Bool # | |
Show V1StatusCause Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1StatusCause -> ShowS # show :: V1StatusCause -> String # showList :: [V1StatusCause] -> ShowS # | |
ToJSON V1StatusCause Source # | ToJSON V1StatusCause |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1StatusCause -> Value # toEncoding :: V1StatusCause -> Encoding # toJSONList :: [V1StatusCause] -> Value # toEncodingList :: [V1StatusCause] -> Encoding # | |
FromJSON V1StatusCause Source # | FromJSON V1StatusCause |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1StatusCause # parseJSONList :: Value -> Parser [V1StatusCause] # |
V1Status Status is a return value for calls that don't return other objects.
Constructors
V1Status | |
Fields
|
data V1StatefulSetUpdateStrategy Source #
V1StatefulSetUpdateStrategy StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
Constructors
V1StatefulSetUpdateStrategy | |
Fields
|
Instances
data V1StatefulSetStatus Source #
V1StatefulSetStatus StatefulSetStatus represents the current state of a StatefulSet.
Constructors
V1StatefulSetStatus | |
Fields
|
Instances
Eq V1StatefulSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1StatefulSetStatus -> V1StatefulSetStatus -> Bool # (/=) :: V1StatefulSetStatus -> V1StatefulSetStatus -> Bool # | |
Show V1StatefulSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1StatefulSetStatus -> ShowS # show :: V1StatefulSetStatus -> String # showList :: [V1StatefulSetStatus] -> ShowS # | |
ToJSON V1StatefulSetStatus Source # | ToJSON V1StatefulSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1StatefulSetStatus -> Value # toEncoding :: V1StatefulSetStatus -> Encoding # toJSONList :: [V1StatefulSetStatus] -> Value # toEncodingList :: [V1StatefulSetStatus] -> Encoding # | |
FromJSON V1StatefulSetStatus Source # | FromJSON V1StatefulSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1StatefulSetStatus # parseJSONList :: Value -> Parser [V1StatefulSetStatus] # |
data V1StatefulSetSpec Source #
V1StatefulSetSpec A StatefulSetSpec is the specification of a StatefulSet.
Constructors
V1StatefulSetSpec | |
Fields
|
Instances
Eq V1StatefulSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1StatefulSetSpec -> V1StatefulSetSpec -> Bool # (/=) :: V1StatefulSetSpec -> V1StatefulSetSpec -> Bool # | |
Show V1StatefulSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1StatefulSetSpec -> ShowS # show :: V1StatefulSetSpec -> String # showList :: [V1StatefulSetSpec] -> ShowS # | |
ToJSON V1StatefulSetSpec Source # | ToJSON V1StatefulSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1StatefulSetSpec -> Value # toEncoding :: V1StatefulSetSpec -> Encoding # toJSONList :: [V1StatefulSetSpec] -> Value # toEncodingList :: [V1StatefulSetSpec] -> Encoding # | |
FromJSON V1StatefulSetSpec Source # | FromJSON V1StatefulSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1StatefulSetSpec # parseJSONList :: Value -> Parser [V1StatefulSetSpec] # |
data V1StatefulSetList Source #
V1StatefulSetList StatefulSetList is a collection of StatefulSets.
Constructors
V1StatefulSetList | |
Fields
|
Instances
Eq V1StatefulSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1StatefulSetList -> V1StatefulSetList -> Bool # (/=) :: V1StatefulSetList -> V1StatefulSetList -> Bool # | |
Show V1StatefulSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1StatefulSetList -> ShowS # show :: V1StatefulSetList -> String # showList :: [V1StatefulSetList] -> ShowS # | |
ToJSON V1StatefulSetList Source # | ToJSON V1StatefulSetList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1StatefulSetList -> Value # toEncoding :: V1StatefulSetList -> Encoding # toJSONList :: [V1StatefulSetList] -> Value # toEncodingList :: [V1StatefulSetList] -> Encoding # | |
FromJSON V1StatefulSetList Source # | FromJSON V1StatefulSetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1StatefulSetList # parseJSONList :: Value -> Parser [V1StatefulSetList] # |
data V1StatefulSetCondition Source #
V1StatefulSetCondition StatefulSetCondition describes the state of a statefulset at a certain point.
Constructors
V1StatefulSetCondition | |
Fields
|
Instances
Eq V1StatefulSetCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1StatefulSetCondition -> V1StatefulSetCondition -> Bool # (/=) :: V1StatefulSetCondition -> V1StatefulSetCondition -> Bool # | |
Show V1StatefulSetCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1StatefulSetCondition -> ShowS # show :: V1StatefulSetCondition -> String # showList :: [V1StatefulSetCondition] -> ShowS # | |
ToJSON V1StatefulSetCondition Source # | ToJSON V1StatefulSetCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1StatefulSetCondition -> Value # toEncoding :: V1StatefulSetCondition -> Encoding # toJSONList :: [V1StatefulSetCondition] -> Value # | |
FromJSON V1StatefulSetCondition Source # | FromJSON V1StatefulSetCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1StatefulSetCondition # parseJSONList :: Value -> Parser [V1StatefulSetCondition] # |
data V1StatefulSet Source #
V1StatefulSet StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.
Constructors
V1StatefulSet | |
Fields
|
Instances
data V1SessionAffinityConfig Source #
V1SessionAffinityConfig SessionAffinityConfig represents the configurations of session affinity.
Constructors
V1SessionAffinityConfig | |
Fields
|
Instances
Eq V1SessionAffinityConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1SessionAffinityConfig -> V1SessionAffinityConfig -> Bool # (/=) :: V1SessionAffinityConfig -> V1SessionAffinityConfig -> Bool # | |
Show V1SessionAffinityConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SessionAffinityConfig -> ShowS # show :: V1SessionAffinityConfig -> String # showList :: [V1SessionAffinityConfig] -> ShowS # | |
ToJSON V1SessionAffinityConfig Source # | ToJSON V1SessionAffinityConfig |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SessionAffinityConfig -> Value # toEncoding :: V1SessionAffinityConfig -> Encoding # toJSONList :: [V1SessionAffinityConfig] -> Value # | |
FromJSON V1SessionAffinityConfig Source # | FromJSON V1SessionAffinityConfig |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1SessionAffinityConfig # parseJSONList :: Value -> Parser [V1SessionAffinityConfig] # |
data V1ServiceStatus Source #
V1ServiceStatus ServiceStatus represents the current status of a service.
Constructors
V1ServiceStatus | |
Fields
|
Instances
Eq V1ServiceStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ServiceStatus -> V1ServiceStatus -> Bool # (/=) :: V1ServiceStatus -> V1ServiceStatus -> Bool # | |
Show V1ServiceStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ServiceStatus -> ShowS # show :: V1ServiceStatus -> String # showList :: [V1ServiceStatus] -> ShowS # | |
ToJSON V1ServiceStatus Source # | ToJSON V1ServiceStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ServiceStatus -> Value # toEncoding :: V1ServiceStatus -> Encoding # toJSONList :: [V1ServiceStatus] -> Value # toEncodingList :: [V1ServiceStatus] -> Encoding # | |
FromJSON V1ServiceStatus Source # | FromJSON V1ServiceStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ServiceStatus # parseJSONList :: Value -> Parser [V1ServiceStatus] # |
data V1ServiceSpec Source #
V1ServiceSpec ServiceSpec describes the attributes that a user creates on a service.
Constructors
V1ServiceSpec | |
Fields
|
Instances
Eq V1ServiceSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ServiceSpec -> V1ServiceSpec -> Bool # (/=) :: V1ServiceSpec -> V1ServiceSpec -> Bool # | |
Show V1ServiceSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ServiceSpec -> ShowS # show :: V1ServiceSpec -> String # showList :: [V1ServiceSpec] -> ShowS # | |
ToJSON V1ServiceSpec Source # | ToJSON V1ServiceSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ServiceSpec -> Value # toEncoding :: V1ServiceSpec -> Encoding # toJSONList :: [V1ServiceSpec] -> Value # toEncodingList :: [V1ServiceSpec] -> Encoding # | |
FromJSON V1ServiceSpec Source # | FromJSON V1ServiceSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ServiceSpec # parseJSONList :: Value -> Parser [V1ServiceSpec] # |
data V1ServicePort Source #
V1ServicePort ServicePort contains information on service's port.
Constructors
V1ServicePort | |
Fields
|
Instances
Eq V1ServicePort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ServicePort -> V1ServicePort -> Bool # (/=) :: V1ServicePort -> V1ServicePort -> Bool # | |
Show V1ServicePort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ServicePort -> ShowS # show :: V1ServicePort -> String # showList :: [V1ServicePort] -> ShowS # | |
ToJSON V1ServicePort Source # | ToJSON V1ServicePort |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ServicePort -> Value # toEncoding :: V1ServicePort -> Encoding # toJSONList :: [V1ServicePort] -> Value # toEncodingList :: [V1ServicePort] -> Encoding # | |
FromJSON V1ServicePort Source # | FromJSON V1ServicePort |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ServicePort # parseJSONList :: Value -> Parser [V1ServicePort] # |
data V1ServiceList Source #
V1ServiceList ServiceList holds a list of services.
Constructors
V1ServiceList | |
Fields
|
Instances
Eq V1ServiceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ServiceList -> V1ServiceList -> Bool # (/=) :: V1ServiceList -> V1ServiceList -> Bool # | |
Show V1ServiceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ServiceList -> ShowS # show :: V1ServiceList -> String # showList :: [V1ServiceList] -> ShowS # | |
ToJSON V1ServiceList Source # | ToJSON V1ServiceList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ServiceList -> Value # toEncoding :: V1ServiceList -> Encoding # toJSONList :: [V1ServiceList] -> Value # toEncodingList :: [V1ServiceList] -> Encoding # | |
FromJSON V1ServiceList Source # | FromJSON V1ServiceList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ServiceList # parseJSONList :: Value -> Parser [V1ServiceList] # |
data V1ServiceAccountTokenProjection Source #
V1ServiceAccountTokenProjection ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).
Constructors
V1ServiceAccountTokenProjection | |
Fields
|
Instances
Eq V1ServiceAccountTokenProjection Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1ServiceAccountTokenProjection Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ServiceAccountTokenProjection -> ShowS # | |
ToJSON V1ServiceAccountTokenProjection Source # | ToJSON V1ServiceAccountTokenProjection |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1ServiceAccountTokenProjection Source # | FromJSON V1ServiceAccountTokenProjection |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ServiceAccountTokenProjection # parseJSONList :: Value -> Parser [V1ServiceAccountTokenProjection] # |
data V1ServiceAccountList Source #
V1ServiceAccountList ServiceAccountList is a list of ServiceAccount objects
Constructors
V1ServiceAccountList | |
Fields
|
Instances
Eq V1ServiceAccountList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ServiceAccountList -> V1ServiceAccountList -> Bool # (/=) :: V1ServiceAccountList -> V1ServiceAccountList -> Bool # | |
Show V1ServiceAccountList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ServiceAccountList -> ShowS # show :: V1ServiceAccountList -> String # showList :: [V1ServiceAccountList] -> ShowS # | |
ToJSON V1ServiceAccountList Source # | ToJSON V1ServiceAccountList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ServiceAccountList -> Value # toEncoding :: V1ServiceAccountList -> Encoding # toJSONList :: [V1ServiceAccountList] -> Value # toEncodingList :: [V1ServiceAccountList] -> Encoding # | |
FromJSON V1ServiceAccountList Source # | FromJSON V1ServiceAccountList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ServiceAccountList # parseJSONList :: Value -> Parser [V1ServiceAccountList] # |
data V1ServiceAccount Source #
V1ServiceAccount ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets
Constructors
V1ServiceAccount | |
Fields
|
Instances
V1Service Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.
Constructors
V1Service | |
Fields
|
Instances
data V1ServerAddressByClientCIDR Source #
V1ServerAddressByClientCIDR ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
Constructors
V1ServerAddressByClientCIDR | |
Fields
|
Instances
data V1SelfSubjectRulesReviewSpec Source #
V1SelfSubjectRulesReviewSpec
Constructors
V1SelfSubjectRulesReviewSpec | |
Fields
|
Instances
data V1SelfSubjectRulesReview Source #
V1SelfSubjectRulesReview SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to showhide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetimerevocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.
Constructors
V1SelfSubjectRulesReview | |
Fields
|
Instances
data V1SelfSubjectAccessReviewSpec Source #
V1SelfSubjectAccessReviewSpec SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
Constructors
V1SelfSubjectAccessReviewSpec | |
Fields
|
Instances
Eq V1SelfSubjectAccessReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1SelfSubjectAccessReviewSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SelfSubjectAccessReviewSpec -> ShowS # show :: V1SelfSubjectAccessReviewSpec -> String # showList :: [V1SelfSubjectAccessReviewSpec] -> ShowS # | |
ToJSON V1SelfSubjectAccessReviewSpec Source # | ToJSON V1SelfSubjectAccessReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SelfSubjectAccessReviewSpec -> Value # toEncoding :: V1SelfSubjectAccessReviewSpec -> Encoding # toJSONList :: [V1SelfSubjectAccessReviewSpec] -> Value # toEncodingList :: [V1SelfSubjectAccessReviewSpec] -> Encoding # | |
FromJSON V1SelfSubjectAccessReviewSpec Source # | FromJSON V1SelfSubjectAccessReviewSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1SelfSubjectAccessReviewSpec # parseJSONList :: Value -> Parser [V1SelfSubjectAccessReviewSpec] # |
data V1SelfSubjectAccessReview Source #
V1SelfSubjectAccessReview SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action
Constructors
V1SelfSubjectAccessReview | |
Fields
|
Instances
data V1SecurityContext Source #
V1SecurityContext SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.
Constructors
V1SecurityContext | |
Fields
|
Instances
Eq V1SecurityContext Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1SecurityContext -> V1SecurityContext -> Bool # (/=) :: V1SecurityContext -> V1SecurityContext -> Bool # | |
Show V1SecurityContext Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SecurityContext -> ShowS # show :: V1SecurityContext -> String # showList :: [V1SecurityContext] -> ShowS # | |
ToJSON V1SecurityContext Source # | ToJSON V1SecurityContext |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SecurityContext -> Value # toEncoding :: V1SecurityContext -> Encoding # toJSONList :: [V1SecurityContext] -> Value # toEncodingList :: [V1SecurityContext] -> Encoding # | |
FromJSON V1SecurityContext Source # | FromJSON V1SecurityContext |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1SecurityContext # parseJSONList :: Value -> Parser [V1SecurityContext] # |
data V1SecretVolumeSource Source #
V1SecretVolumeSource Adapts a Secret into a volume. The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.
Constructors
V1SecretVolumeSource | |
Fields
|
Instances
Eq V1SecretVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1SecretVolumeSource -> V1SecretVolumeSource -> Bool # (/=) :: V1SecretVolumeSource -> V1SecretVolumeSource -> Bool # | |
Show V1SecretVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SecretVolumeSource -> ShowS # show :: V1SecretVolumeSource -> String # showList :: [V1SecretVolumeSource] -> ShowS # | |
ToJSON V1SecretVolumeSource Source # | ToJSON V1SecretVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SecretVolumeSource -> Value # toEncoding :: V1SecretVolumeSource -> Encoding # toJSONList :: [V1SecretVolumeSource] -> Value # toEncodingList :: [V1SecretVolumeSource] -> Encoding # | |
FromJSON V1SecretVolumeSource Source # | FromJSON V1SecretVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1SecretVolumeSource # parseJSONList :: Value -> Parser [V1SecretVolumeSource] # |
data V1SecretReference Source #
V1SecretReference SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace
Constructors
V1SecretReference | |
Fields
|
Instances
Eq V1SecretReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1SecretReference -> V1SecretReference -> Bool # (/=) :: V1SecretReference -> V1SecretReference -> Bool # | |
Show V1SecretReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SecretReference -> ShowS # show :: V1SecretReference -> String # showList :: [V1SecretReference] -> ShowS # | |
ToJSON V1SecretReference Source # | ToJSON V1SecretReference |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SecretReference -> Value # toEncoding :: V1SecretReference -> Encoding # toJSONList :: [V1SecretReference] -> Value # toEncodingList :: [V1SecretReference] -> Encoding # | |
FromJSON V1SecretReference Source # | FromJSON V1SecretReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1SecretReference # parseJSONList :: Value -> Parser [V1SecretReference] # |
data V1SecretProjection Source #
V1SecretProjection Adapts a secret into a projected volume. The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.
Constructors
V1SecretProjection | |
Fields
|
Instances
Eq V1SecretProjection Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1SecretProjection -> V1SecretProjection -> Bool # (/=) :: V1SecretProjection -> V1SecretProjection -> Bool # | |
Show V1SecretProjection Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SecretProjection -> ShowS # show :: V1SecretProjection -> String # showList :: [V1SecretProjection] -> ShowS # | |
ToJSON V1SecretProjection Source # | ToJSON V1SecretProjection |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SecretProjection -> Value # toEncoding :: V1SecretProjection -> Encoding # toJSONList :: [V1SecretProjection] -> Value # toEncodingList :: [V1SecretProjection] -> Encoding # | |
FromJSON V1SecretProjection Source # | FromJSON V1SecretProjection |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1SecretProjection # parseJSONList :: Value -> Parser [V1SecretProjection] # |
data V1SecretList Source #
V1SecretList SecretList is a list of Secret.
Constructors
V1SecretList | |
Fields
|
Instances
Eq V1SecretList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1SecretList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SecretList -> ShowS # show :: V1SecretList -> String # showList :: [V1SecretList] -> ShowS # | |
ToJSON V1SecretList Source # | ToJSON V1SecretList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SecretList -> Value # toEncoding :: V1SecretList -> Encoding # toJSONList :: [V1SecretList] -> Value # toEncodingList :: [V1SecretList] -> Encoding # | |
FromJSON V1SecretList Source # | FromJSON V1SecretList |
Defined in Kubernetes.OpenAPI.Model |
data V1SecretKeySelector Source #
V1SecretKeySelector SecretKeySelector selects a key of a Secret.
Constructors
V1SecretKeySelector | |
Fields
|
Instances
Eq V1SecretKeySelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1SecretKeySelector -> V1SecretKeySelector -> Bool # (/=) :: V1SecretKeySelector -> V1SecretKeySelector -> Bool # | |
Show V1SecretKeySelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SecretKeySelector -> ShowS # show :: V1SecretKeySelector -> String # showList :: [V1SecretKeySelector] -> ShowS # | |
ToJSON V1SecretKeySelector Source # | ToJSON V1SecretKeySelector |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SecretKeySelector -> Value # toEncoding :: V1SecretKeySelector -> Encoding # toJSONList :: [V1SecretKeySelector] -> Value # toEncodingList :: [V1SecretKeySelector] -> Encoding # | |
FromJSON V1SecretKeySelector Source # | FromJSON V1SecretKeySelector |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1SecretKeySelector # parseJSONList :: Value -> Parser [V1SecretKeySelector] # |
data V1SecretEnvSource Source #
V1SecretEnvSource SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret's Data field will represent the key-value pairs as environment variables.
Constructors
V1SecretEnvSource | |
Fields
|
Instances
Eq V1SecretEnvSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1SecretEnvSource -> V1SecretEnvSource -> Bool # (/=) :: V1SecretEnvSource -> V1SecretEnvSource -> Bool # | |
Show V1SecretEnvSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SecretEnvSource -> ShowS # show :: V1SecretEnvSource -> String # showList :: [V1SecretEnvSource] -> ShowS # | |
ToJSON V1SecretEnvSource Source # | ToJSON V1SecretEnvSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SecretEnvSource -> Value # toEncoding :: V1SecretEnvSource -> Encoding # toJSONList :: [V1SecretEnvSource] -> Value # toEncodingList :: [V1SecretEnvSource] -> Encoding # | |
FromJSON V1SecretEnvSource Source # | FromJSON V1SecretEnvSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1SecretEnvSource # parseJSONList :: Value -> Parser [V1SecretEnvSource] # |
V1Secret Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.
Constructors
V1Secret | |
Fields
|
Instances
Eq V1Secret Source # | |
Show V1Secret Source # | |
ToJSON V1Secret Source # | ToJSON V1Secret |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1Secret Source # | FromJSON V1Secret |
HasBodyParam ReplaceNamespacedSecret V1Secret Source # | |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods setBodyParam :: (Consumes ReplaceNamespacedSecret contentType, MimeRender contentType V1Secret) => KubernetesRequest ReplaceNamespacedSecret contentType res accept -> V1Secret -> KubernetesRequest ReplaceNamespacedSecret contentType res accept Source # | |
HasBodyParam CreateNamespacedSecret V1Secret Source # | |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods setBodyParam :: (Consumes CreateNamespacedSecret contentType, MimeRender contentType V1Secret) => KubernetesRequest CreateNamespacedSecret contentType res accept -> V1Secret -> KubernetesRequest CreateNamespacedSecret contentType res accept Source # |
data V1ScopedResourceSelectorRequirement Source #
V1ScopedResourceSelectorRequirement A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.
Constructors
V1ScopedResourceSelectorRequirement | |
Fields
|
Instances
Eq V1ScopedResourceSelectorRequirement Source # | |
Show V1ScopedResourceSelectorRequirement Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ScopedResourceSelectorRequirement -> ShowS # show :: V1ScopedResourceSelectorRequirement -> String # showList :: [V1ScopedResourceSelectorRequirement] -> ShowS # | |
ToJSON V1ScopedResourceSelectorRequirement Source # | ToJSON V1ScopedResourceSelectorRequirement |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1ScopedResourceSelectorRequirement Source # | FromJSON V1ScopedResourceSelectorRequirement |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ScopedResourceSelectorRequirement # parseJSONList :: Value -> Parser [V1ScopedResourceSelectorRequirement] # |
data V1ScopeSelector Source #
V1ScopeSelector A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
Constructors
V1ScopeSelector | |
Fields
|
Instances
Eq V1ScopeSelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ScopeSelector -> V1ScopeSelector -> Bool # (/=) :: V1ScopeSelector -> V1ScopeSelector -> Bool # | |
Show V1ScopeSelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ScopeSelector -> ShowS # show :: V1ScopeSelector -> String # showList :: [V1ScopeSelector] -> ShowS # | |
ToJSON V1ScopeSelector Source # | ToJSON V1ScopeSelector |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ScopeSelector -> Value # toEncoding :: V1ScopeSelector -> Encoding # toJSONList :: [V1ScopeSelector] -> Value # toEncodingList :: [V1ScopeSelector] -> Encoding # | |
FromJSON V1ScopeSelector Source # | FromJSON V1ScopeSelector |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ScopeSelector # parseJSONList :: Value -> Parser [V1ScopeSelector] # |
data V1ScaleStatus Source #
V1ScaleStatus ScaleStatus represents the current status of a scale subresource.
Constructors
V1ScaleStatus | |
Fields
|
Instances
Eq V1ScaleStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ScaleStatus -> V1ScaleStatus -> Bool # (/=) :: V1ScaleStatus -> V1ScaleStatus -> Bool # | |
Show V1ScaleStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ScaleStatus -> ShowS # show :: V1ScaleStatus -> String # showList :: [V1ScaleStatus] -> ShowS # | |
ToJSON V1ScaleStatus Source # | ToJSON V1ScaleStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ScaleStatus -> Value # toEncoding :: V1ScaleStatus -> Encoding # toJSONList :: [V1ScaleStatus] -> Value # toEncodingList :: [V1ScaleStatus] -> Encoding # | |
FromJSON V1ScaleStatus Source # | FromJSON V1ScaleStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ScaleStatus # parseJSONList :: Value -> Parser [V1ScaleStatus] # |
data V1ScaleSpec Source #
V1ScaleSpec ScaleSpec describes the attributes of a scale subresource.
Constructors
V1ScaleSpec | |
Fields
|
Instances
Eq V1ScaleSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1ScaleSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ScaleSpec -> ShowS # show :: V1ScaleSpec -> String # showList :: [V1ScaleSpec] -> ShowS # | |
ToJSON V1ScaleSpec Source # | ToJSON V1ScaleSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ScaleSpec -> Value # toEncoding :: V1ScaleSpec -> Encoding # toJSONList :: [V1ScaleSpec] -> Value # toEncodingList :: [V1ScaleSpec] -> Encoding # | |
FromJSON V1ScaleSpec Source # | FromJSON V1ScaleSpec |
Defined in Kubernetes.OpenAPI.Model |
data V1ScaleIOVolumeSource Source #
V1ScaleIOVolumeSource ScaleIOVolumeSource represents a persistent ScaleIO volume
Constructors
V1ScaleIOVolumeSource | |
Fields
|
Instances
Eq V1ScaleIOVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ScaleIOVolumeSource -> V1ScaleIOVolumeSource -> Bool # (/=) :: V1ScaleIOVolumeSource -> V1ScaleIOVolumeSource -> Bool # | |
Show V1ScaleIOVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ScaleIOVolumeSource -> ShowS # show :: V1ScaleIOVolumeSource -> String # showList :: [V1ScaleIOVolumeSource] -> ShowS # | |
ToJSON V1ScaleIOVolumeSource Source # | ToJSON V1ScaleIOVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ScaleIOVolumeSource -> Value # toEncoding :: V1ScaleIOVolumeSource -> Encoding # toJSONList :: [V1ScaleIOVolumeSource] -> Value # toEncodingList :: [V1ScaleIOVolumeSource] -> Encoding # | |
FromJSON V1ScaleIOVolumeSource Source # | FromJSON V1ScaleIOVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ScaleIOVolumeSource # parseJSONList :: Value -> Parser [V1ScaleIOVolumeSource] # |
data V1ScaleIOPersistentVolumeSource Source #
V1ScaleIOPersistentVolumeSource ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume
Constructors
V1ScaleIOPersistentVolumeSource | |
Fields
|
Instances
Eq V1ScaleIOPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1ScaleIOPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ScaleIOPersistentVolumeSource -> ShowS # | |
ToJSON V1ScaleIOPersistentVolumeSource Source # | ToJSON V1ScaleIOPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1ScaleIOPersistentVolumeSource Source # | FromJSON V1ScaleIOPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ScaleIOPersistentVolumeSource # parseJSONList :: Value -> Parser [V1ScaleIOPersistentVolumeSource] # |
V1Scale Scale represents a scaling request for a resource.
Constructors
V1Scale | |
Fields
|
Instances
data V1SELinuxOptions Source #
V1SELinuxOptions SELinuxOptions are the labels to be applied to the container
Constructors
V1SELinuxOptions | |
Fields
|
Instances
Eq V1SELinuxOptions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1SELinuxOptions -> V1SELinuxOptions -> Bool # (/=) :: V1SELinuxOptions -> V1SELinuxOptions -> Bool # | |
Show V1SELinuxOptions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1SELinuxOptions -> ShowS # show :: V1SELinuxOptions -> String # showList :: [V1SELinuxOptions] -> ShowS # | |
ToJSON V1SELinuxOptions Source # | ToJSON V1SELinuxOptions |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1SELinuxOptions -> Value # toEncoding :: V1SELinuxOptions -> Encoding # toJSONList :: [V1SELinuxOptions] -> Value # toEncodingList :: [V1SELinuxOptions] -> Encoding # | |
FromJSON V1SELinuxOptions Source # | FromJSON V1SELinuxOptions |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1SELinuxOptions # parseJSONList :: Value -> Parser [V1SELinuxOptions] # |
data V1RuleWithOperations Source #
V1RuleWithOperations RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.
Constructors
V1RuleWithOperations | |
Fields
|
Instances
Eq V1RuleWithOperations Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1RuleWithOperations -> V1RuleWithOperations -> Bool # (/=) :: V1RuleWithOperations -> V1RuleWithOperations -> Bool # | |
Show V1RuleWithOperations Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1RuleWithOperations -> ShowS # show :: V1RuleWithOperations -> String # showList :: [V1RuleWithOperations] -> ShowS # | |
ToJSON V1RuleWithOperations Source # | ToJSON V1RuleWithOperations |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1RuleWithOperations -> Value # toEncoding :: V1RuleWithOperations -> Encoding # toJSONList :: [V1RuleWithOperations] -> Value # toEncodingList :: [V1RuleWithOperations] -> Encoding # | |
FromJSON V1RuleWithOperations Source # | FromJSON V1RuleWithOperations |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1RuleWithOperations # parseJSONList :: Value -> Parser [V1RuleWithOperations] # |
data V1RollingUpdateStatefulSetStrategy Source #
V1RollingUpdateStatefulSetStrategy RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
Constructors
V1RollingUpdateStatefulSetStrategy | |
Fields
|
Instances
Eq V1RollingUpdateStatefulSetStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1RollingUpdateStatefulSetStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1RollingUpdateStatefulSetStrategy -> ShowS # | |
ToJSON V1RollingUpdateStatefulSetStrategy Source # | ToJSON V1RollingUpdateStatefulSetStrategy |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1RollingUpdateStatefulSetStrategy Source # | FromJSON V1RollingUpdateStatefulSetStrategy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1RollingUpdateStatefulSetStrategy # parseJSONList :: Value -> Parser [V1RollingUpdateStatefulSetStrategy] # |
data V1RollingUpdateDeployment Source #
V1RollingUpdateDeployment Spec to control the desired behavior of rolling update.
Constructors
V1RollingUpdateDeployment | |
Fields
|
Instances
Eq V1RollingUpdateDeployment Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1RollingUpdateDeployment -> V1RollingUpdateDeployment -> Bool # (/=) :: V1RollingUpdateDeployment -> V1RollingUpdateDeployment -> Bool # | |
Show V1RollingUpdateDeployment Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1RollingUpdateDeployment -> ShowS # show :: V1RollingUpdateDeployment -> String # showList :: [V1RollingUpdateDeployment] -> ShowS # | |
ToJSON V1RollingUpdateDeployment Source # | ToJSON V1RollingUpdateDeployment |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1RollingUpdateDeployment -> Value # toEncoding :: V1RollingUpdateDeployment -> Encoding # toJSONList :: [V1RollingUpdateDeployment] -> Value # | |
FromJSON V1RollingUpdateDeployment Source # | FromJSON V1RollingUpdateDeployment |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1RollingUpdateDeployment # parseJSONList :: Value -> Parser [V1RollingUpdateDeployment] # |
data V1RollingUpdateDaemonSet Source #
V1RollingUpdateDaemonSet Spec to control the desired behavior of daemon set rolling update.
Constructors
V1RollingUpdateDaemonSet | |
Fields
|
Instances
Eq V1RollingUpdateDaemonSet Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1RollingUpdateDaemonSet -> V1RollingUpdateDaemonSet -> Bool # (/=) :: V1RollingUpdateDaemonSet -> V1RollingUpdateDaemonSet -> Bool # | |
Show V1RollingUpdateDaemonSet Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1RollingUpdateDaemonSet -> ShowS # show :: V1RollingUpdateDaemonSet -> String # showList :: [V1RollingUpdateDaemonSet] -> ShowS # | |
ToJSON V1RollingUpdateDaemonSet Source # | ToJSON V1RollingUpdateDaemonSet |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1RollingUpdateDaemonSet -> Value # toEncoding :: V1RollingUpdateDaemonSet -> Encoding # toJSONList :: [V1RollingUpdateDaemonSet] -> Value # | |
FromJSON V1RollingUpdateDaemonSet Source # | FromJSON V1RollingUpdateDaemonSet |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1RollingUpdateDaemonSet # parseJSONList :: Value -> Parser [V1RollingUpdateDaemonSet] # |
V1RoleRef RoleRef contains information that points to the role being used
Constructors
V1RoleRef | |
Fields
|
data V1RoleList Source #
V1RoleList RoleList is a collection of Roles
Constructors
V1RoleList | |
Fields
|
Instances
Eq V1RoleList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1RoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1RoleList -> ShowS # show :: V1RoleList -> String # showList :: [V1RoleList] -> ShowS # | |
ToJSON V1RoleList Source # | ToJSON V1RoleList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1RoleList -> Value # toEncoding :: V1RoleList -> Encoding # toJSONList :: [V1RoleList] -> Value # toEncodingList :: [V1RoleList] -> Encoding # | |
FromJSON V1RoleList Source # | FromJSON V1RoleList |
Defined in Kubernetes.OpenAPI.Model |
data V1RoleBindingList Source #
V1RoleBindingList RoleBindingList is a collection of RoleBindings
Constructors
V1RoleBindingList | |
Fields
|
Instances
Eq V1RoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1RoleBindingList -> V1RoleBindingList -> Bool # (/=) :: V1RoleBindingList -> V1RoleBindingList -> Bool # | |
Show V1RoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1RoleBindingList -> ShowS # show :: V1RoleBindingList -> String # showList :: [V1RoleBindingList] -> ShowS # | |
ToJSON V1RoleBindingList Source # | ToJSON V1RoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1RoleBindingList -> Value # toEncoding :: V1RoleBindingList -> Encoding # toJSONList :: [V1RoleBindingList] -> Value # toEncodingList :: [V1RoleBindingList] -> Encoding # | |
FromJSON V1RoleBindingList Source # | FromJSON V1RoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1RoleBindingList # parseJSONList :: Value -> Parser [V1RoleBindingList] # |
data V1RoleBinding Source #
V1RoleBinding RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.
Constructors
V1RoleBinding | |
Fields
|
Instances
V1Role Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
Constructors
V1Role | |
Fields
|
Instances
Eq V1Role Source # | |
Show V1Role Source # | |
ToJSON V1Role Source # | ToJSON V1Role |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1Role Source # | FromJSON V1Role |
HasBodyParam ReplaceNamespacedRole V1Role Source # | |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods setBodyParam :: (Consumes ReplaceNamespacedRole contentType, MimeRender contentType V1Role) => KubernetesRequest ReplaceNamespacedRole contentType res accept -> V1Role -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # | |
HasBodyParam CreateNamespacedRole V1Role Source # | |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods setBodyParam :: (Consumes CreateNamespacedRole contentType, MimeRender contentType V1Role) => KubernetesRequest CreateNamespacedRole contentType res accept -> V1Role -> KubernetesRequest CreateNamespacedRole contentType res accept Source # |
data V1ResourceRule Source #
V1ResourceRule ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.
Constructors
V1ResourceRule | |
Fields
|
Instances
Eq V1ResourceRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ResourceRule -> V1ResourceRule -> Bool # (/=) :: V1ResourceRule -> V1ResourceRule -> Bool # | |
Show V1ResourceRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ResourceRule -> ShowS # show :: V1ResourceRule -> String # showList :: [V1ResourceRule] -> ShowS # | |
ToJSON V1ResourceRule Source # | ToJSON V1ResourceRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ResourceRule -> Value # toEncoding :: V1ResourceRule -> Encoding # toJSONList :: [V1ResourceRule] -> Value # toEncodingList :: [V1ResourceRule] -> Encoding # | |
FromJSON V1ResourceRule Source # | FromJSON V1ResourceRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ResourceRule # parseJSONList :: Value -> Parser [V1ResourceRule] # |
data V1ResourceRequirements Source #
V1ResourceRequirements ResourceRequirements describes the compute resource requirements.
Constructors
V1ResourceRequirements | |
Fields
|
Instances
Eq V1ResourceRequirements Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ResourceRequirements -> V1ResourceRequirements -> Bool # (/=) :: V1ResourceRequirements -> V1ResourceRequirements -> Bool # | |
Show V1ResourceRequirements Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ResourceRequirements -> ShowS # show :: V1ResourceRequirements -> String # showList :: [V1ResourceRequirements] -> ShowS # | |
ToJSON V1ResourceRequirements Source # | ToJSON V1ResourceRequirements |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ResourceRequirements -> Value # toEncoding :: V1ResourceRequirements -> Encoding # toJSONList :: [V1ResourceRequirements] -> Value # | |
FromJSON V1ResourceRequirements Source # | FromJSON V1ResourceRequirements |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ResourceRequirements # parseJSONList :: Value -> Parser [V1ResourceRequirements] # |
data V1ResourceQuotaStatus Source #
V1ResourceQuotaStatus ResourceQuotaStatus defines the enforced hard limits and observed use.
Constructors
V1ResourceQuotaStatus | |
Fields
|
Instances
Eq V1ResourceQuotaStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ResourceQuotaStatus -> V1ResourceQuotaStatus -> Bool # (/=) :: V1ResourceQuotaStatus -> V1ResourceQuotaStatus -> Bool # | |
Show V1ResourceQuotaStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ResourceQuotaStatus -> ShowS # show :: V1ResourceQuotaStatus -> String # showList :: [V1ResourceQuotaStatus] -> ShowS # | |
ToJSON V1ResourceQuotaStatus Source # | ToJSON V1ResourceQuotaStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ResourceQuotaStatus -> Value # toEncoding :: V1ResourceQuotaStatus -> Encoding # toJSONList :: [V1ResourceQuotaStatus] -> Value # toEncodingList :: [V1ResourceQuotaStatus] -> Encoding # | |
FromJSON V1ResourceQuotaStatus Source # | FromJSON V1ResourceQuotaStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ResourceQuotaStatus # parseJSONList :: Value -> Parser [V1ResourceQuotaStatus] # |
data V1ResourceQuotaSpec Source #
V1ResourceQuotaSpec ResourceQuotaSpec defines the desired hard limits to enforce for Quota.
Constructors
V1ResourceQuotaSpec | |
Fields
|
Instances
Eq V1ResourceQuotaSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ResourceQuotaSpec -> V1ResourceQuotaSpec -> Bool # (/=) :: V1ResourceQuotaSpec -> V1ResourceQuotaSpec -> Bool # | |
Show V1ResourceQuotaSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ResourceQuotaSpec -> ShowS # show :: V1ResourceQuotaSpec -> String # showList :: [V1ResourceQuotaSpec] -> ShowS # | |
ToJSON V1ResourceQuotaSpec Source # | ToJSON V1ResourceQuotaSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ResourceQuotaSpec -> Value # toEncoding :: V1ResourceQuotaSpec -> Encoding # toJSONList :: [V1ResourceQuotaSpec] -> Value # toEncodingList :: [V1ResourceQuotaSpec] -> Encoding # | |
FromJSON V1ResourceQuotaSpec Source # | FromJSON V1ResourceQuotaSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ResourceQuotaSpec # parseJSONList :: Value -> Parser [V1ResourceQuotaSpec] # |
data V1ResourceQuotaList Source #
V1ResourceQuotaList ResourceQuotaList is a list of ResourceQuota items.
Constructors
V1ResourceQuotaList | |
Fields
|
Instances
Eq V1ResourceQuotaList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ResourceQuotaList -> V1ResourceQuotaList -> Bool # (/=) :: V1ResourceQuotaList -> V1ResourceQuotaList -> Bool # | |
Show V1ResourceQuotaList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ResourceQuotaList -> ShowS # show :: V1ResourceQuotaList -> String # showList :: [V1ResourceQuotaList] -> ShowS # | |
ToJSON V1ResourceQuotaList Source # | ToJSON V1ResourceQuotaList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ResourceQuotaList -> Value # toEncoding :: V1ResourceQuotaList -> Encoding # toJSONList :: [V1ResourceQuotaList] -> Value # toEncodingList :: [V1ResourceQuotaList] -> Encoding # | |
FromJSON V1ResourceQuotaList Source # | FromJSON V1ResourceQuotaList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ResourceQuotaList # parseJSONList :: Value -> Parser [V1ResourceQuotaList] # |
data V1ResourceQuota Source #
V1ResourceQuota ResourceQuota sets aggregate quota restrictions enforced per namespace
Constructors
V1ResourceQuota | |
Fields
|
Instances
data V1ResourceFieldSelector Source #
V1ResourceFieldSelector ResourceFieldSelector represents container resources (cpu, memory) and their output format
Constructors
V1ResourceFieldSelector | |
Fields
|
Instances
Eq V1ResourceFieldSelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ResourceFieldSelector -> V1ResourceFieldSelector -> Bool # (/=) :: V1ResourceFieldSelector -> V1ResourceFieldSelector -> Bool # | |
Show V1ResourceFieldSelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ResourceFieldSelector -> ShowS # show :: V1ResourceFieldSelector -> String # showList :: [V1ResourceFieldSelector] -> ShowS # | |
ToJSON V1ResourceFieldSelector Source # | ToJSON V1ResourceFieldSelector |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ResourceFieldSelector -> Value # toEncoding :: V1ResourceFieldSelector -> Encoding # toJSONList :: [V1ResourceFieldSelector] -> Value # | |
FromJSON V1ResourceFieldSelector Source # | FromJSON V1ResourceFieldSelector |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ResourceFieldSelector # parseJSONList :: Value -> Parser [V1ResourceFieldSelector] # |
data V1ResourceAttributes Source #
V1ResourceAttributes ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
Constructors
V1ResourceAttributes | |
Fields
|
Instances
Eq V1ResourceAttributes Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ResourceAttributes -> V1ResourceAttributes -> Bool # (/=) :: V1ResourceAttributes -> V1ResourceAttributes -> Bool # | |
Show V1ResourceAttributes Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ResourceAttributes -> ShowS # show :: V1ResourceAttributes -> String # showList :: [V1ResourceAttributes] -> ShowS # | |
ToJSON V1ResourceAttributes Source # | ToJSON V1ResourceAttributes |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ResourceAttributes -> Value # toEncoding :: V1ResourceAttributes -> Encoding # toJSONList :: [V1ResourceAttributes] -> Value # toEncodingList :: [V1ResourceAttributes] -> Encoding # | |
FromJSON V1ResourceAttributes Source # | FromJSON V1ResourceAttributes |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ResourceAttributes # parseJSONList :: Value -> Parser [V1ResourceAttributes] # |
data V1ReplicationControllerStatus Source #
V1ReplicationControllerStatus ReplicationControllerStatus represents the current status of a replication controller.
Constructors
V1ReplicationControllerStatus | |
Fields
|
Instances
Eq V1ReplicationControllerStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1ReplicationControllerStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ReplicationControllerStatus -> ShowS # show :: V1ReplicationControllerStatus -> String # showList :: [V1ReplicationControllerStatus] -> ShowS # | |
ToJSON V1ReplicationControllerStatus Source # | ToJSON V1ReplicationControllerStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ReplicationControllerStatus -> Value # toEncoding :: V1ReplicationControllerStatus -> Encoding # toJSONList :: [V1ReplicationControllerStatus] -> Value # toEncodingList :: [V1ReplicationControllerStatus] -> Encoding # | |
FromJSON V1ReplicationControllerStatus Source # | FromJSON V1ReplicationControllerStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ReplicationControllerStatus # parseJSONList :: Value -> Parser [V1ReplicationControllerStatus] # |
data V1ReplicationControllerSpec Source #
V1ReplicationControllerSpec ReplicationControllerSpec is the specification of a replication controller.
Constructors
V1ReplicationControllerSpec | |
Fields
|
Instances
data V1ReplicationControllerList Source #
V1ReplicationControllerList ReplicationControllerList is a collection of replication controllers.
Constructors
V1ReplicationControllerList | |
Fields
|
Instances
data V1ReplicationControllerCondition Source #
V1ReplicationControllerCondition ReplicationControllerCondition describes the state of a replication controller at a certain point.
Constructors
V1ReplicationControllerCondition | |
Fields
|
Instances
Eq V1ReplicationControllerCondition Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1ReplicationControllerCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ReplicationControllerCondition -> ShowS # | |
ToJSON V1ReplicationControllerCondition Source # | ToJSON V1ReplicationControllerCondition |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1ReplicationControllerCondition Source # | FromJSON V1ReplicationControllerCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ReplicationControllerCondition # parseJSONList :: Value -> Parser [V1ReplicationControllerCondition] # |
data V1ReplicationController Source #
V1ReplicationController ReplicationController represents the configuration of a replication controller.
Constructors
V1ReplicationController | |
Fields
|
Instances
data V1ReplicaSetStatus Source #
V1ReplicaSetStatus ReplicaSetStatus represents the current status of a ReplicaSet.
Constructors
V1ReplicaSetStatus | |
Fields
|
Instances
Eq V1ReplicaSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ReplicaSetStatus -> V1ReplicaSetStatus -> Bool # (/=) :: V1ReplicaSetStatus -> V1ReplicaSetStatus -> Bool # | |
Show V1ReplicaSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ReplicaSetStatus -> ShowS # show :: V1ReplicaSetStatus -> String # showList :: [V1ReplicaSetStatus] -> ShowS # | |
ToJSON V1ReplicaSetStatus Source # | ToJSON V1ReplicaSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ReplicaSetStatus -> Value # toEncoding :: V1ReplicaSetStatus -> Encoding # toJSONList :: [V1ReplicaSetStatus] -> Value # toEncodingList :: [V1ReplicaSetStatus] -> Encoding # | |
FromJSON V1ReplicaSetStatus Source # | FromJSON V1ReplicaSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ReplicaSetStatus # parseJSONList :: Value -> Parser [V1ReplicaSetStatus] # |
data V1ReplicaSetSpec Source #
V1ReplicaSetSpec ReplicaSetSpec is the specification of a ReplicaSet.
Constructors
V1ReplicaSetSpec | |
Fields
|
Instances
Eq V1ReplicaSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ReplicaSetSpec -> V1ReplicaSetSpec -> Bool # (/=) :: V1ReplicaSetSpec -> V1ReplicaSetSpec -> Bool # | |
Show V1ReplicaSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ReplicaSetSpec -> ShowS # show :: V1ReplicaSetSpec -> String # showList :: [V1ReplicaSetSpec] -> ShowS # | |
ToJSON V1ReplicaSetSpec Source # | ToJSON V1ReplicaSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ReplicaSetSpec -> Value # toEncoding :: V1ReplicaSetSpec -> Encoding # toJSONList :: [V1ReplicaSetSpec] -> Value # toEncodingList :: [V1ReplicaSetSpec] -> Encoding # | |
FromJSON V1ReplicaSetSpec Source # | FromJSON V1ReplicaSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ReplicaSetSpec # parseJSONList :: Value -> Parser [V1ReplicaSetSpec] # |
data V1ReplicaSetList Source #
V1ReplicaSetList ReplicaSetList is a collection of ReplicaSets.
Constructors
V1ReplicaSetList | |
Fields
|
Instances
Eq V1ReplicaSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ReplicaSetList -> V1ReplicaSetList -> Bool # (/=) :: V1ReplicaSetList -> V1ReplicaSetList -> Bool # | |
Show V1ReplicaSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ReplicaSetList -> ShowS # show :: V1ReplicaSetList -> String # showList :: [V1ReplicaSetList] -> ShowS # | |
ToJSON V1ReplicaSetList Source # | ToJSON V1ReplicaSetList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ReplicaSetList -> Value # toEncoding :: V1ReplicaSetList -> Encoding # toJSONList :: [V1ReplicaSetList] -> Value # toEncodingList :: [V1ReplicaSetList] -> Encoding # | |
FromJSON V1ReplicaSetList Source # | FromJSON V1ReplicaSetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ReplicaSetList # parseJSONList :: Value -> Parser [V1ReplicaSetList] # |
data V1ReplicaSetCondition Source #
V1ReplicaSetCondition ReplicaSetCondition describes the state of a replica set at a certain point.
Constructors
V1ReplicaSetCondition | |
Fields
|
Instances
Eq V1ReplicaSetCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ReplicaSetCondition -> V1ReplicaSetCondition -> Bool # (/=) :: V1ReplicaSetCondition -> V1ReplicaSetCondition -> Bool # | |
Show V1ReplicaSetCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ReplicaSetCondition -> ShowS # show :: V1ReplicaSetCondition -> String # showList :: [V1ReplicaSetCondition] -> ShowS # | |
ToJSON V1ReplicaSetCondition Source # | ToJSON V1ReplicaSetCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ReplicaSetCondition -> Value # toEncoding :: V1ReplicaSetCondition -> Encoding # toJSONList :: [V1ReplicaSetCondition] -> Value # toEncodingList :: [V1ReplicaSetCondition] -> Encoding # | |
FromJSON V1ReplicaSetCondition Source # | FromJSON V1ReplicaSetCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ReplicaSetCondition # parseJSONList :: Value -> Parser [V1ReplicaSetCondition] # |
data V1ReplicaSet Source #
V1ReplicaSet ReplicaSet ensures that a specified number of pod replicas are running at any given time.
Constructors
V1ReplicaSet | |
Fields
|
Instances
data V1RBDVolumeSource Source #
V1RBDVolumeSource Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.
Constructors
V1RBDVolumeSource | |
Fields
|
Instances
Eq V1RBDVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1RBDVolumeSource -> V1RBDVolumeSource -> Bool # (/=) :: V1RBDVolumeSource -> V1RBDVolumeSource -> Bool # | |
Show V1RBDVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1RBDVolumeSource -> ShowS # show :: V1RBDVolumeSource -> String # showList :: [V1RBDVolumeSource] -> ShowS # | |
ToJSON V1RBDVolumeSource Source # | ToJSON V1RBDVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1RBDVolumeSource -> Value # toEncoding :: V1RBDVolumeSource -> Encoding # toJSONList :: [V1RBDVolumeSource] -> Value # toEncodingList :: [V1RBDVolumeSource] -> Encoding # | |
FromJSON V1RBDVolumeSource Source # | FromJSON V1RBDVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1RBDVolumeSource # parseJSONList :: Value -> Parser [V1RBDVolumeSource] # |
data V1RBDPersistentVolumeSource Source #
V1RBDPersistentVolumeSource Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.
Constructors
V1RBDPersistentVolumeSource | |
Fields
|
Instances
data V1QuobyteVolumeSource Source #
V1QuobyteVolumeSource Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.
Constructors
V1QuobyteVolumeSource | |
Fields
|
Instances
Eq V1QuobyteVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1QuobyteVolumeSource -> V1QuobyteVolumeSource -> Bool # (/=) :: V1QuobyteVolumeSource -> V1QuobyteVolumeSource -> Bool # | |
Show V1QuobyteVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1QuobyteVolumeSource -> ShowS # show :: V1QuobyteVolumeSource -> String # showList :: [V1QuobyteVolumeSource] -> ShowS # | |
ToJSON V1QuobyteVolumeSource Source # | ToJSON V1QuobyteVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1QuobyteVolumeSource -> Value # toEncoding :: V1QuobyteVolumeSource -> Encoding # toJSONList :: [V1QuobyteVolumeSource] -> Value # toEncodingList :: [V1QuobyteVolumeSource] -> Encoding # | |
FromJSON V1QuobyteVolumeSource Source # | FromJSON V1QuobyteVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1QuobyteVolumeSource # parseJSONList :: Value -> Parser [V1QuobyteVolumeSource] # |
data V1ProjectedVolumeSource Source #
V1ProjectedVolumeSource Represents a projected volume source
Constructors
V1ProjectedVolumeSource | |
Fields
|
Instances
Eq V1ProjectedVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ProjectedVolumeSource -> V1ProjectedVolumeSource -> Bool # (/=) :: V1ProjectedVolumeSource -> V1ProjectedVolumeSource -> Bool # | |
Show V1ProjectedVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ProjectedVolumeSource -> ShowS # show :: V1ProjectedVolumeSource -> String # showList :: [V1ProjectedVolumeSource] -> ShowS # | |
ToJSON V1ProjectedVolumeSource Source # | ToJSON V1ProjectedVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ProjectedVolumeSource -> Value # toEncoding :: V1ProjectedVolumeSource -> Encoding # toJSONList :: [V1ProjectedVolumeSource] -> Value # | |
FromJSON V1ProjectedVolumeSource Source # | FromJSON V1ProjectedVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ProjectedVolumeSource # parseJSONList :: Value -> Parser [V1ProjectedVolumeSource] # |
V1Probe Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
Constructors
V1Probe | |
Fields
|
data V1PriorityClassList Source #
V1PriorityClassList PriorityClassList is a collection of priority classes.
Constructors
V1PriorityClassList | |
Fields
|
Instances
Eq V1PriorityClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PriorityClassList -> V1PriorityClassList -> Bool # (/=) :: V1PriorityClassList -> V1PriorityClassList -> Bool # | |
Show V1PriorityClassList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PriorityClassList -> ShowS # show :: V1PriorityClassList -> String # showList :: [V1PriorityClassList] -> ShowS # | |
ToJSON V1PriorityClassList Source # | ToJSON V1PriorityClassList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PriorityClassList -> Value # toEncoding :: V1PriorityClassList -> Encoding # toJSONList :: [V1PriorityClassList] -> Value # toEncodingList :: [V1PriorityClassList] -> Encoding # | |
FromJSON V1PriorityClassList Source # | FromJSON V1PriorityClassList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PriorityClassList # parseJSONList :: Value -> Parser [V1PriorityClassList] # |
data V1PriorityClass Source #
V1PriorityClass PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.
Constructors
V1PriorityClass | |
Fields
|
Instances
data V1PreferredSchedulingTerm Source #
V1PreferredSchedulingTerm An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).
Constructors
V1PreferredSchedulingTerm | |
Fields
|
Instances
Eq V1PreferredSchedulingTerm Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PreferredSchedulingTerm -> V1PreferredSchedulingTerm -> Bool # (/=) :: V1PreferredSchedulingTerm -> V1PreferredSchedulingTerm -> Bool # | |
Show V1PreferredSchedulingTerm Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PreferredSchedulingTerm -> ShowS # show :: V1PreferredSchedulingTerm -> String # showList :: [V1PreferredSchedulingTerm] -> ShowS # | |
ToJSON V1PreferredSchedulingTerm Source # | ToJSON V1PreferredSchedulingTerm |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PreferredSchedulingTerm -> Value # toEncoding :: V1PreferredSchedulingTerm -> Encoding # toJSONList :: [V1PreferredSchedulingTerm] -> Value # | |
FromJSON V1PreferredSchedulingTerm Source # | FromJSON V1PreferredSchedulingTerm |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PreferredSchedulingTerm # parseJSONList :: Value -> Parser [V1PreferredSchedulingTerm] # |
data V1Preconditions Source #
V1Preconditions Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
Constructors
V1Preconditions | |
Fields
|
Instances
Eq V1Preconditions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1Preconditions -> V1Preconditions -> Bool # (/=) :: V1Preconditions -> V1Preconditions -> Bool # | |
Show V1Preconditions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1Preconditions -> ShowS # show :: V1Preconditions -> String # showList :: [V1Preconditions] -> ShowS # | |
ToJSON V1Preconditions Source # | ToJSON V1Preconditions |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1Preconditions -> Value # toEncoding :: V1Preconditions -> Encoding # toJSONList :: [V1Preconditions] -> Value # toEncodingList :: [V1Preconditions] -> Encoding # | |
FromJSON V1Preconditions Source # | FromJSON V1Preconditions |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1Preconditions # parseJSONList :: Value -> Parser [V1Preconditions] # |
data V1PortworxVolumeSource Source #
V1PortworxVolumeSource PortworxVolumeSource represents a Portworx volume resource.
Constructors
V1PortworxVolumeSource | |
Fields
|
Instances
Eq V1PortworxVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PortworxVolumeSource -> V1PortworxVolumeSource -> Bool # (/=) :: V1PortworxVolumeSource -> V1PortworxVolumeSource -> Bool # | |
Show V1PortworxVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PortworxVolumeSource -> ShowS # show :: V1PortworxVolumeSource -> String # showList :: [V1PortworxVolumeSource] -> ShowS # | |
ToJSON V1PortworxVolumeSource Source # | ToJSON V1PortworxVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PortworxVolumeSource -> Value # toEncoding :: V1PortworxVolumeSource -> Encoding # toJSONList :: [V1PortworxVolumeSource] -> Value # | |
FromJSON V1PortworxVolumeSource Source # | FromJSON V1PortworxVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PortworxVolumeSource # parseJSONList :: Value -> Parser [V1PortworxVolumeSource] # |
data V1PolicyRule Source #
V1PolicyRule PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.
Constructors
V1PolicyRule | |
Fields
|
Instances
Eq V1PolicyRule Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1PolicyRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PolicyRule -> ShowS # show :: V1PolicyRule -> String # showList :: [V1PolicyRule] -> ShowS # | |
ToJSON V1PolicyRule Source # | ToJSON V1PolicyRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PolicyRule -> Value # toEncoding :: V1PolicyRule -> Encoding # toJSONList :: [V1PolicyRule] -> Value # toEncodingList :: [V1PolicyRule] -> Encoding # | |
FromJSON V1PolicyRule Source # | FromJSON V1PolicyRule |
Defined in Kubernetes.OpenAPI.Model |
data V1PodTemplateSpec Source #
V1PodTemplateSpec PodTemplateSpec describes the data a pod should have when created from a template
Constructors
V1PodTemplateSpec | |
Fields
|
Instances
Eq V1PodTemplateSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PodTemplateSpec -> V1PodTemplateSpec -> Bool # (/=) :: V1PodTemplateSpec -> V1PodTemplateSpec -> Bool # | |
Show V1PodTemplateSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodTemplateSpec -> ShowS # show :: V1PodTemplateSpec -> String # showList :: [V1PodTemplateSpec] -> ShowS # | |
ToJSON V1PodTemplateSpec Source # | ToJSON V1PodTemplateSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodTemplateSpec -> Value # toEncoding :: V1PodTemplateSpec -> Encoding # toJSONList :: [V1PodTemplateSpec] -> Value # toEncodingList :: [V1PodTemplateSpec] -> Encoding # | |
FromJSON V1PodTemplateSpec Source # | FromJSON V1PodTemplateSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PodTemplateSpec # parseJSONList :: Value -> Parser [V1PodTemplateSpec] # |
data V1PodTemplateList Source #
V1PodTemplateList PodTemplateList is a list of PodTemplates.
Constructors
V1PodTemplateList | |
Fields
|
Instances
Eq V1PodTemplateList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PodTemplateList -> V1PodTemplateList -> Bool # (/=) :: V1PodTemplateList -> V1PodTemplateList -> Bool # | |
Show V1PodTemplateList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodTemplateList -> ShowS # show :: V1PodTemplateList -> String # showList :: [V1PodTemplateList] -> ShowS # | |
ToJSON V1PodTemplateList Source # | ToJSON V1PodTemplateList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodTemplateList -> Value # toEncoding :: V1PodTemplateList -> Encoding # toJSONList :: [V1PodTemplateList] -> Value # toEncodingList :: [V1PodTemplateList] -> Encoding # | |
FromJSON V1PodTemplateList Source # | FromJSON V1PodTemplateList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PodTemplateList # parseJSONList :: Value -> Parser [V1PodTemplateList] # |
data V1PodTemplate Source #
V1PodTemplate PodTemplate describes a template for creating copies of a predefined pod.
Constructors
V1PodTemplate | |
Fields
|
Instances
data V1PodStatus Source #
V1PodStatus PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.
Constructors
V1PodStatus | |
Fields
|
Instances
Eq V1PodStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1PodStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodStatus -> ShowS # show :: V1PodStatus -> String # showList :: [V1PodStatus] -> ShowS # | |
ToJSON V1PodStatus Source # | ToJSON V1PodStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodStatus -> Value # toEncoding :: V1PodStatus -> Encoding # toJSONList :: [V1PodStatus] -> Value # toEncodingList :: [V1PodStatus] -> Encoding # | |
FromJSON V1PodStatus Source # | FromJSON V1PodStatus |
Defined in Kubernetes.OpenAPI.Model |
V1PodSpec PodSpec is a description of a pod.
Constructors
V1PodSpec | |
Fields
|
data V1PodSecurityContext Source #
V1PodSecurityContext PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.
Constructors
V1PodSecurityContext | |
Fields
|
Instances
Eq V1PodSecurityContext Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PodSecurityContext -> V1PodSecurityContext -> Bool # (/=) :: V1PodSecurityContext -> V1PodSecurityContext -> Bool # | |
Show V1PodSecurityContext Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodSecurityContext -> ShowS # show :: V1PodSecurityContext -> String # showList :: [V1PodSecurityContext] -> ShowS # | |
ToJSON V1PodSecurityContext Source # | ToJSON V1PodSecurityContext |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodSecurityContext -> Value # toEncoding :: V1PodSecurityContext -> Encoding # toJSONList :: [V1PodSecurityContext] -> Value # toEncodingList :: [V1PodSecurityContext] -> Encoding # | |
FromJSON V1PodSecurityContext Source # | FromJSON V1PodSecurityContext |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PodSecurityContext # parseJSONList :: Value -> Parser [V1PodSecurityContext] # |
data V1PodReadinessGate Source #
V1PodReadinessGate PodReadinessGate contains the reference to a pod condition
Constructors
V1PodReadinessGate | |
Fields
|
Instances
Eq V1PodReadinessGate Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PodReadinessGate -> V1PodReadinessGate -> Bool # (/=) :: V1PodReadinessGate -> V1PodReadinessGate -> Bool # | |
Show V1PodReadinessGate Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodReadinessGate -> ShowS # show :: V1PodReadinessGate -> String # showList :: [V1PodReadinessGate] -> ShowS # | |
ToJSON V1PodReadinessGate Source # | ToJSON V1PodReadinessGate |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodReadinessGate -> Value # toEncoding :: V1PodReadinessGate -> Encoding # toJSONList :: [V1PodReadinessGate] -> Value # toEncodingList :: [V1PodReadinessGate] -> Encoding # | |
FromJSON V1PodReadinessGate Source # | FromJSON V1PodReadinessGate |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PodReadinessGate # parseJSONList :: Value -> Parser [V1PodReadinessGate] # |
V1PodList PodList is a list of Pods.
Constructors
V1PodList | |
Fields
|
V1PodIP IP address information for entries in the (plural) PodIPs field. Each entry includes: IP: An IP address allocated to the pod. Routable at least within the cluster.
Constructors
V1PodIP | |
data V1PodDNSConfigOption Source #
V1PodDNSConfigOption PodDNSConfigOption defines DNS resolver options of a pod.
Constructors
V1PodDNSConfigOption | |
Fields
|
Instances
Eq V1PodDNSConfigOption Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PodDNSConfigOption -> V1PodDNSConfigOption -> Bool # (/=) :: V1PodDNSConfigOption -> V1PodDNSConfigOption -> Bool # | |
Show V1PodDNSConfigOption Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodDNSConfigOption -> ShowS # show :: V1PodDNSConfigOption -> String # showList :: [V1PodDNSConfigOption] -> ShowS # | |
ToJSON V1PodDNSConfigOption Source # | ToJSON V1PodDNSConfigOption |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodDNSConfigOption -> Value # toEncoding :: V1PodDNSConfigOption -> Encoding # toJSONList :: [V1PodDNSConfigOption] -> Value # toEncodingList :: [V1PodDNSConfigOption] -> Encoding # | |
FromJSON V1PodDNSConfigOption Source # | FromJSON V1PodDNSConfigOption |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PodDNSConfigOption # parseJSONList :: Value -> Parser [V1PodDNSConfigOption] # |
data V1PodDNSConfig Source #
V1PodDNSConfig PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.
Constructors
V1PodDNSConfig | |
Fields
|
Instances
Eq V1PodDNSConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PodDNSConfig -> V1PodDNSConfig -> Bool # (/=) :: V1PodDNSConfig -> V1PodDNSConfig -> Bool # | |
Show V1PodDNSConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodDNSConfig -> ShowS # show :: V1PodDNSConfig -> String # showList :: [V1PodDNSConfig] -> ShowS # | |
ToJSON V1PodDNSConfig Source # | ToJSON V1PodDNSConfig |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodDNSConfig -> Value # toEncoding :: V1PodDNSConfig -> Encoding # toJSONList :: [V1PodDNSConfig] -> Value # toEncodingList :: [V1PodDNSConfig] -> Encoding # | |
FromJSON V1PodDNSConfig Source # | FromJSON V1PodDNSConfig |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PodDNSConfig # parseJSONList :: Value -> Parser [V1PodDNSConfig] # |
data V1PodCondition Source #
V1PodCondition PodCondition contains details for the current condition of this pod.
Constructors
V1PodCondition | |
Fields
|
Instances
Eq V1PodCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PodCondition -> V1PodCondition -> Bool # (/=) :: V1PodCondition -> V1PodCondition -> Bool # | |
Show V1PodCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodCondition -> ShowS # show :: V1PodCondition -> String # showList :: [V1PodCondition] -> ShowS # | |
ToJSON V1PodCondition Source # | ToJSON V1PodCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodCondition -> Value # toEncoding :: V1PodCondition -> Encoding # toJSONList :: [V1PodCondition] -> Value # toEncodingList :: [V1PodCondition] -> Encoding # | |
FromJSON V1PodCondition Source # | FromJSON V1PodCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PodCondition # parseJSONList :: Value -> Parser [V1PodCondition] # |
data V1PodAntiAffinity Source #
V1PodAntiAffinity Pod anti affinity is a group of inter pod anti affinity scheduling rules.
Constructors
V1PodAntiAffinity | |
Fields
|
Instances
Eq V1PodAntiAffinity Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PodAntiAffinity -> V1PodAntiAffinity -> Bool # (/=) :: V1PodAntiAffinity -> V1PodAntiAffinity -> Bool # | |
Show V1PodAntiAffinity Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodAntiAffinity -> ShowS # show :: V1PodAntiAffinity -> String # showList :: [V1PodAntiAffinity] -> ShowS # | |
ToJSON V1PodAntiAffinity Source # | ToJSON V1PodAntiAffinity |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodAntiAffinity -> Value # toEncoding :: V1PodAntiAffinity -> Encoding # toJSONList :: [V1PodAntiAffinity] -> Value # toEncodingList :: [V1PodAntiAffinity] -> Encoding # | |
FromJSON V1PodAntiAffinity Source # | FromJSON V1PodAntiAffinity |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PodAntiAffinity # parseJSONList :: Value -> Parser [V1PodAntiAffinity] # |
data V1PodAffinityTerm Source #
V1PodAffinityTerm Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which a pod of the set of pods is running
Constructors
V1PodAffinityTerm | |
Fields
|
Instances
Eq V1PodAffinityTerm Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PodAffinityTerm -> V1PodAffinityTerm -> Bool # (/=) :: V1PodAffinityTerm -> V1PodAffinityTerm -> Bool # | |
Show V1PodAffinityTerm Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodAffinityTerm -> ShowS # show :: V1PodAffinityTerm -> String # showList :: [V1PodAffinityTerm] -> ShowS # | |
ToJSON V1PodAffinityTerm Source # | ToJSON V1PodAffinityTerm |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodAffinityTerm -> Value # toEncoding :: V1PodAffinityTerm -> Encoding # toJSONList :: [V1PodAffinityTerm] -> Value # toEncodingList :: [V1PodAffinityTerm] -> Encoding # | |
FromJSON V1PodAffinityTerm Source # | FromJSON V1PodAffinityTerm |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PodAffinityTerm # parseJSONList :: Value -> Parser [V1PodAffinityTerm] # |
data V1PodAffinity Source #
V1PodAffinity Pod affinity is a group of inter pod affinity scheduling rules.
Constructors
V1PodAffinity | |
Fields
|
Instances
Eq V1PodAffinity Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PodAffinity -> V1PodAffinity -> Bool # (/=) :: V1PodAffinity -> V1PodAffinity -> Bool # | |
Show V1PodAffinity Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PodAffinity -> ShowS # show :: V1PodAffinity -> String # showList :: [V1PodAffinity] -> ShowS # | |
ToJSON V1PodAffinity Source # | ToJSON V1PodAffinity |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PodAffinity -> Value # toEncoding :: V1PodAffinity -> Encoding # toJSONList :: [V1PodAffinity] -> Value # toEncodingList :: [V1PodAffinity] -> Encoding # | |
FromJSON V1PodAffinity Source # | FromJSON V1PodAffinity |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PodAffinity # parseJSONList :: Value -> Parser [V1PodAffinity] # |
V1Pod Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.
Constructors
V1Pod | |
Fields
|
Instances
data V1PhotonPersistentDiskVolumeSource Source #
V1PhotonPersistentDiskVolumeSource Represents a Photon Controller persistent disk resource.
Constructors
V1PhotonPersistentDiskVolumeSource | |
Fields
|
Instances
Eq V1PhotonPersistentDiskVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1PhotonPersistentDiskVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PhotonPersistentDiskVolumeSource -> ShowS # | |
ToJSON V1PhotonPersistentDiskVolumeSource Source # | ToJSON V1PhotonPersistentDiskVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1PhotonPersistentDiskVolumeSource Source # | FromJSON V1PhotonPersistentDiskVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PhotonPersistentDiskVolumeSource # parseJSONList :: Value -> Parser [V1PhotonPersistentDiskVolumeSource] # |
data V1PersistentVolumeStatus Source #
V1PersistentVolumeStatus PersistentVolumeStatus is the current status of a persistent volume.
Constructors
V1PersistentVolumeStatus | |
Fields
|
Instances
Eq V1PersistentVolumeStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PersistentVolumeStatus -> V1PersistentVolumeStatus -> Bool # (/=) :: V1PersistentVolumeStatus -> V1PersistentVolumeStatus -> Bool # | |
Show V1PersistentVolumeStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PersistentVolumeStatus -> ShowS # show :: V1PersistentVolumeStatus -> String # showList :: [V1PersistentVolumeStatus] -> ShowS # | |
ToJSON V1PersistentVolumeStatus Source # | ToJSON V1PersistentVolumeStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PersistentVolumeStatus -> Value # toEncoding :: V1PersistentVolumeStatus -> Encoding # toJSONList :: [V1PersistentVolumeStatus] -> Value # | |
FromJSON V1PersistentVolumeStatus Source # | FromJSON V1PersistentVolumeStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PersistentVolumeStatus # parseJSONList :: Value -> Parser [V1PersistentVolumeStatus] # |
data V1PersistentVolumeSpec Source #
V1PersistentVolumeSpec PersistentVolumeSpec is the specification of a persistent volume.
Constructors
Instances
Eq V1PersistentVolumeSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PersistentVolumeSpec -> V1PersistentVolumeSpec -> Bool # (/=) :: V1PersistentVolumeSpec -> V1PersistentVolumeSpec -> Bool # | |
Show V1PersistentVolumeSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PersistentVolumeSpec -> ShowS # show :: V1PersistentVolumeSpec -> String # showList :: [V1PersistentVolumeSpec] -> ShowS # | |
ToJSON V1PersistentVolumeSpec Source # | ToJSON V1PersistentVolumeSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PersistentVolumeSpec -> Value # toEncoding :: V1PersistentVolumeSpec -> Encoding # toJSONList :: [V1PersistentVolumeSpec] -> Value # | |
FromJSON V1PersistentVolumeSpec Source # | FromJSON V1PersistentVolumeSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PersistentVolumeSpec # parseJSONList :: Value -> Parser [V1PersistentVolumeSpec] # |
data V1PersistentVolumeList Source #
V1PersistentVolumeList PersistentVolumeList is a list of PersistentVolume items.
Constructors
V1PersistentVolumeList | |
Fields
|
Instances
Eq V1PersistentVolumeList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1PersistentVolumeList -> V1PersistentVolumeList -> Bool # (/=) :: V1PersistentVolumeList -> V1PersistentVolumeList -> Bool # | |
Show V1PersistentVolumeList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PersistentVolumeList -> ShowS # show :: V1PersistentVolumeList -> String # showList :: [V1PersistentVolumeList] -> ShowS # | |
ToJSON V1PersistentVolumeList Source # | ToJSON V1PersistentVolumeList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PersistentVolumeList -> Value # toEncoding :: V1PersistentVolumeList -> Encoding # toJSONList :: [V1PersistentVolumeList] -> Value # | |
FromJSON V1PersistentVolumeList Source # | FromJSON V1PersistentVolumeList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PersistentVolumeList # parseJSONList :: Value -> Parser [V1PersistentVolumeList] # |
data V1PersistentVolumeClaimVolumeSource Source #
V1PersistentVolumeClaimVolumeSource PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).
Constructors
V1PersistentVolumeClaimVolumeSource | |
Fields
|
Instances
Eq V1PersistentVolumeClaimVolumeSource Source # | |
Show V1PersistentVolumeClaimVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PersistentVolumeClaimVolumeSource -> ShowS # show :: V1PersistentVolumeClaimVolumeSource -> String # showList :: [V1PersistentVolumeClaimVolumeSource] -> ShowS # | |
ToJSON V1PersistentVolumeClaimVolumeSource Source # | ToJSON V1PersistentVolumeClaimVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1PersistentVolumeClaimVolumeSource Source # | FromJSON V1PersistentVolumeClaimVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PersistentVolumeClaimVolumeSource # parseJSONList :: Value -> Parser [V1PersistentVolumeClaimVolumeSource] # |
data V1PersistentVolumeClaimStatus Source #
V1PersistentVolumeClaimStatus PersistentVolumeClaimStatus is the current status of a persistent volume claim.
Constructors
V1PersistentVolumeClaimStatus | |
Fields
|
Instances
Eq V1PersistentVolumeClaimStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1PersistentVolumeClaimStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PersistentVolumeClaimStatus -> ShowS # show :: V1PersistentVolumeClaimStatus -> String # showList :: [V1PersistentVolumeClaimStatus] -> ShowS # | |
ToJSON V1PersistentVolumeClaimStatus Source # | ToJSON V1PersistentVolumeClaimStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1PersistentVolumeClaimStatus -> Value # toEncoding :: V1PersistentVolumeClaimStatus -> Encoding # toJSONList :: [V1PersistentVolumeClaimStatus] -> Value # toEncodingList :: [V1PersistentVolumeClaimStatus] -> Encoding # | |
FromJSON V1PersistentVolumeClaimStatus Source # | FromJSON V1PersistentVolumeClaimStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PersistentVolumeClaimStatus # parseJSONList :: Value -> Parser [V1PersistentVolumeClaimStatus] # |
data V1PersistentVolumeClaimSpec Source #
V1PersistentVolumeClaimSpec PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes
Constructors
Instances
data V1PersistentVolumeClaimList Source #
V1PersistentVolumeClaimList PersistentVolumeClaimList is a list of PersistentVolumeClaim items.
Constructors
V1PersistentVolumeClaimList | |
Fields
|
Instances
data V1PersistentVolumeClaimCondition Source #
V1PersistentVolumeClaimCondition PersistentVolumeClaimCondition contails details about state of pvc
Constructors
V1PersistentVolumeClaimCondition | |
Fields
|
Instances
Eq V1PersistentVolumeClaimCondition Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1PersistentVolumeClaimCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1PersistentVolumeClaimCondition -> ShowS # | |
ToJSON V1PersistentVolumeClaimCondition Source # | ToJSON V1PersistentVolumeClaimCondition |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1PersistentVolumeClaimCondition Source # | FromJSON V1PersistentVolumeClaimCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1PersistentVolumeClaimCondition # parseJSONList :: Value -> Parser [V1PersistentVolumeClaimCondition] # |
data V1PersistentVolumeClaim Source #
V1PersistentVolumeClaim PersistentVolumeClaim is a user's request for and claim to a persistent volume
Constructors
V1PersistentVolumeClaim | |
Fields
|
Instances
data V1PersistentVolume Source #
V1PersistentVolume PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
Constructors
V1PersistentVolume | |
Fields
|
Instances
data V1OwnerReference Source #
V1OwnerReference OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
Constructors
V1OwnerReference | |
Fields
|
Instances
Eq V1OwnerReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1OwnerReference -> V1OwnerReference -> Bool # (/=) :: V1OwnerReference -> V1OwnerReference -> Bool # | |
Show V1OwnerReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1OwnerReference -> ShowS # show :: V1OwnerReference -> String # showList :: [V1OwnerReference] -> ShowS # | |
ToJSON V1OwnerReference Source # | ToJSON V1OwnerReference |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1OwnerReference -> Value # toEncoding :: V1OwnerReference -> Encoding # toJSONList :: [V1OwnerReference] -> Value # toEncodingList :: [V1OwnerReference] -> Encoding # | |
FromJSON V1OwnerReference Source # | FromJSON V1OwnerReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1OwnerReference # parseJSONList :: Value -> Parser [V1OwnerReference] # |
data V1ObjectReference Source #
V1ObjectReference ObjectReference contains enough information to let you inspect or modify the referred object.
Constructors
V1ObjectReference | |
Fields
|
Instances
Eq V1ObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ObjectReference -> V1ObjectReference -> Bool # (/=) :: V1ObjectReference -> V1ObjectReference -> Bool # | |
Show V1ObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ObjectReference -> ShowS # show :: V1ObjectReference -> String # showList :: [V1ObjectReference] -> ShowS # | |
ToJSON V1ObjectReference Source # | ToJSON V1ObjectReference |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ObjectReference -> Value # toEncoding :: V1ObjectReference -> Encoding # toJSONList :: [V1ObjectReference] -> Value # toEncodingList :: [V1ObjectReference] -> Encoding # | |
FromJSON V1ObjectReference Source # | FromJSON V1ObjectReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ObjectReference # parseJSONList :: Value -> Parser [V1ObjectReference] # |
data V1ObjectMeta Source #
V1ObjectMeta ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
Constructors
V1ObjectMeta | |
Fields
|
Instances
Eq V1ObjectMeta Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1ObjectMeta Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ObjectMeta -> ShowS # show :: V1ObjectMeta -> String # showList :: [V1ObjectMeta] -> ShowS # | |
ToJSON V1ObjectMeta Source # | ToJSON V1ObjectMeta |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ObjectMeta -> Value # toEncoding :: V1ObjectMeta -> Encoding # toJSONList :: [V1ObjectMeta] -> Value # toEncodingList :: [V1ObjectMeta] -> Encoding # | |
FromJSON V1ObjectMeta Source # | FromJSON V1ObjectMeta |
Defined in Kubernetes.OpenAPI.Model |
data V1ObjectFieldSelector Source #
V1ObjectFieldSelector ObjectFieldSelector selects an APIVersioned field of an object.
Constructors
V1ObjectFieldSelector | |
Fields
|
Instances
Eq V1ObjectFieldSelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ObjectFieldSelector -> V1ObjectFieldSelector -> Bool # (/=) :: V1ObjectFieldSelector -> V1ObjectFieldSelector -> Bool # | |
Show V1ObjectFieldSelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ObjectFieldSelector -> ShowS # show :: V1ObjectFieldSelector -> String # showList :: [V1ObjectFieldSelector] -> ShowS # | |
ToJSON V1ObjectFieldSelector Source # | ToJSON V1ObjectFieldSelector |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ObjectFieldSelector -> Value # toEncoding :: V1ObjectFieldSelector -> Encoding # toJSONList :: [V1ObjectFieldSelector] -> Value # toEncodingList :: [V1ObjectFieldSelector] -> Encoding # | |
FromJSON V1ObjectFieldSelector Source # | FromJSON V1ObjectFieldSelector |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ObjectFieldSelector # parseJSONList :: Value -> Parser [V1ObjectFieldSelector] # |
data V1NonResourceRule Source #
V1NonResourceRule NonResourceRule holds information that describes a rule for the non-resource
Constructors
V1NonResourceRule | |
Fields
|
Instances
Eq V1NonResourceRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NonResourceRule -> V1NonResourceRule -> Bool # (/=) :: V1NonResourceRule -> V1NonResourceRule -> Bool # | |
Show V1NonResourceRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NonResourceRule -> ShowS # show :: V1NonResourceRule -> String # showList :: [V1NonResourceRule] -> ShowS # | |
ToJSON V1NonResourceRule Source # | ToJSON V1NonResourceRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NonResourceRule -> Value # toEncoding :: V1NonResourceRule -> Encoding # toJSONList :: [V1NonResourceRule] -> Value # toEncodingList :: [V1NonResourceRule] -> Encoding # | |
FromJSON V1NonResourceRule Source # | FromJSON V1NonResourceRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NonResourceRule # parseJSONList :: Value -> Parser [V1NonResourceRule] # |
data V1NonResourceAttributes Source #
V1NonResourceAttributes NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
Constructors
V1NonResourceAttributes | |
Fields
|
Instances
Eq V1NonResourceAttributes Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NonResourceAttributes -> V1NonResourceAttributes -> Bool # (/=) :: V1NonResourceAttributes -> V1NonResourceAttributes -> Bool # | |
Show V1NonResourceAttributes Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NonResourceAttributes -> ShowS # show :: V1NonResourceAttributes -> String # showList :: [V1NonResourceAttributes] -> ShowS # | |
ToJSON V1NonResourceAttributes Source # | ToJSON V1NonResourceAttributes |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NonResourceAttributes -> Value # toEncoding :: V1NonResourceAttributes -> Encoding # toJSONList :: [V1NonResourceAttributes] -> Value # | |
FromJSON V1NonResourceAttributes Source # | FromJSON V1NonResourceAttributes |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NonResourceAttributes # parseJSONList :: Value -> Parser [V1NonResourceAttributes] # |
data V1NodeSystemInfo Source #
V1NodeSystemInfo NodeSystemInfo is a set of ids/uuids to uniquely identify the node.
Constructors
V1NodeSystemInfo | |
Fields
|
Instances
Eq V1NodeSystemInfo Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NodeSystemInfo -> V1NodeSystemInfo -> Bool # (/=) :: V1NodeSystemInfo -> V1NodeSystemInfo -> Bool # | |
Show V1NodeSystemInfo Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeSystemInfo -> ShowS # show :: V1NodeSystemInfo -> String # showList :: [V1NodeSystemInfo] -> ShowS # | |
ToJSON V1NodeSystemInfo Source # | ToJSON V1NodeSystemInfo |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeSystemInfo -> Value # toEncoding :: V1NodeSystemInfo -> Encoding # toJSONList :: [V1NodeSystemInfo] -> Value # toEncodingList :: [V1NodeSystemInfo] -> Encoding # | |
FromJSON V1NodeSystemInfo Source # | FromJSON V1NodeSystemInfo |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NodeSystemInfo # parseJSONList :: Value -> Parser [V1NodeSystemInfo] # |
data V1NodeStatus Source #
V1NodeStatus NodeStatus is information about the current status of a node.
Constructors
V1NodeStatus | |
Fields
|
Instances
Eq V1NodeStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1NodeStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeStatus -> ShowS # show :: V1NodeStatus -> String # showList :: [V1NodeStatus] -> ShowS # | |
ToJSON V1NodeStatus Source # | ToJSON V1NodeStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeStatus -> Value # toEncoding :: V1NodeStatus -> Encoding # toJSONList :: [V1NodeStatus] -> Value # toEncodingList :: [V1NodeStatus] -> Encoding # | |
FromJSON V1NodeStatus Source # | FromJSON V1NodeStatus |
Defined in Kubernetes.OpenAPI.Model |
data V1NodeSpec Source #
V1NodeSpec NodeSpec describes the attributes that a node is created with.
Constructors
V1NodeSpec | |
Fields
|
Instances
Eq V1NodeSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1NodeSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeSpec -> ShowS # show :: V1NodeSpec -> String # showList :: [V1NodeSpec] -> ShowS # | |
ToJSON V1NodeSpec Source # | ToJSON V1NodeSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeSpec -> Value # toEncoding :: V1NodeSpec -> Encoding # toJSONList :: [V1NodeSpec] -> Value # toEncodingList :: [V1NodeSpec] -> Encoding # | |
FromJSON V1NodeSpec Source # | FromJSON V1NodeSpec |
Defined in Kubernetes.OpenAPI.Model |
data V1NodeSelectorTerm Source #
V1NodeSelectorTerm A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.
Constructors
V1NodeSelectorTerm | |
Fields
|
Instances
Eq V1NodeSelectorTerm Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NodeSelectorTerm -> V1NodeSelectorTerm -> Bool # (/=) :: V1NodeSelectorTerm -> V1NodeSelectorTerm -> Bool # | |
Show V1NodeSelectorTerm Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeSelectorTerm -> ShowS # show :: V1NodeSelectorTerm -> String # showList :: [V1NodeSelectorTerm] -> ShowS # | |
ToJSON V1NodeSelectorTerm Source # | ToJSON V1NodeSelectorTerm |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeSelectorTerm -> Value # toEncoding :: V1NodeSelectorTerm -> Encoding # toJSONList :: [V1NodeSelectorTerm] -> Value # toEncodingList :: [V1NodeSelectorTerm] -> Encoding # | |
FromJSON V1NodeSelectorTerm Source # | FromJSON V1NodeSelectorTerm |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NodeSelectorTerm # parseJSONList :: Value -> Parser [V1NodeSelectorTerm] # |
data V1NodeSelectorRequirement Source #
V1NodeSelectorRequirement A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
Constructors
V1NodeSelectorRequirement | |
Fields
|
Instances
Eq V1NodeSelectorRequirement Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NodeSelectorRequirement -> V1NodeSelectorRequirement -> Bool # (/=) :: V1NodeSelectorRequirement -> V1NodeSelectorRequirement -> Bool # | |
Show V1NodeSelectorRequirement Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeSelectorRequirement -> ShowS # show :: V1NodeSelectorRequirement -> String # showList :: [V1NodeSelectorRequirement] -> ShowS # | |
ToJSON V1NodeSelectorRequirement Source # | ToJSON V1NodeSelectorRequirement |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeSelectorRequirement -> Value # toEncoding :: V1NodeSelectorRequirement -> Encoding # toJSONList :: [V1NodeSelectorRequirement] -> Value # | |
FromJSON V1NodeSelectorRequirement Source # | FromJSON V1NodeSelectorRequirement |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NodeSelectorRequirement # parseJSONList :: Value -> Parser [V1NodeSelectorRequirement] # |
data V1NodeSelector Source #
V1NodeSelector A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.
Constructors
V1NodeSelector | |
Fields
|
Instances
Eq V1NodeSelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NodeSelector -> V1NodeSelector -> Bool # (/=) :: V1NodeSelector -> V1NodeSelector -> Bool # | |
Show V1NodeSelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeSelector -> ShowS # show :: V1NodeSelector -> String # showList :: [V1NodeSelector] -> ShowS # | |
ToJSON V1NodeSelector Source # | ToJSON V1NodeSelector |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeSelector -> Value # toEncoding :: V1NodeSelector -> Encoding # toJSONList :: [V1NodeSelector] -> Value # toEncodingList :: [V1NodeSelector] -> Encoding # | |
FromJSON V1NodeSelector Source # | FromJSON V1NodeSelector |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NodeSelector # parseJSONList :: Value -> Parser [V1NodeSelector] # |
data V1NodeList Source #
V1NodeList NodeList is the whole list of all Nodes which have been registered with master.
Constructors
V1NodeList | |
Fields
|
Instances
Eq V1NodeList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1NodeList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeList -> ShowS # show :: V1NodeList -> String # showList :: [V1NodeList] -> ShowS # | |
ToJSON V1NodeList Source # | ToJSON V1NodeList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeList -> Value # toEncoding :: V1NodeList -> Encoding # toJSONList :: [V1NodeList] -> Value # toEncodingList :: [V1NodeList] -> Encoding # | |
FromJSON V1NodeList Source # | FromJSON V1NodeList |
Defined in Kubernetes.OpenAPI.Model |
data V1NodeDaemonEndpoints Source #
V1NodeDaemonEndpoints NodeDaemonEndpoints lists ports opened by daemons running on the Node.
Constructors
V1NodeDaemonEndpoints | |
Fields
|
Instances
Eq V1NodeDaemonEndpoints Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NodeDaemonEndpoints -> V1NodeDaemonEndpoints -> Bool # (/=) :: V1NodeDaemonEndpoints -> V1NodeDaemonEndpoints -> Bool # | |
Show V1NodeDaemonEndpoints Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeDaemonEndpoints -> ShowS # show :: V1NodeDaemonEndpoints -> String # showList :: [V1NodeDaemonEndpoints] -> ShowS # | |
ToJSON V1NodeDaemonEndpoints Source # | ToJSON V1NodeDaemonEndpoints |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeDaemonEndpoints -> Value # toEncoding :: V1NodeDaemonEndpoints -> Encoding # toJSONList :: [V1NodeDaemonEndpoints] -> Value # toEncodingList :: [V1NodeDaemonEndpoints] -> Encoding # | |
FromJSON V1NodeDaemonEndpoints Source # | FromJSON V1NodeDaemonEndpoints |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NodeDaemonEndpoints # parseJSONList :: Value -> Parser [V1NodeDaemonEndpoints] # |
data V1NodeConfigStatus Source #
V1NodeConfigStatus NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.
Constructors
V1NodeConfigStatus | |
Fields
|
Instances
Eq V1NodeConfigStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NodeConfigStatus -> V1NodeConfigStatus -> Bool # (/=) :: V1NodeConfigStatus -> V1NodeConfigStatus -> Bool # | |
Show V1NodeConfigStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeConfigStatus -> ShowS # show :: V1NodeConfigStatus -> String # showList :: [V1NodeConfigStatus] -> ShowS # | |
ToJSON V1NodeConfigStatus Source # | ToJSON V1NodeConfigStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeConfigStatus -> Value # toEncoding :: V1NodeConfigStatus -> Encoding # toJSONList :: [V1NodeConfigStatus] -> Value # toEncodingList :: [V1NodeConfigStatus] -> Encoding # | |
FromJSON V1NodeConfigStatus Source # | FromJSON V1NodeConfigStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NodeConfigStatus # parseJSONList :: Value -> Parser [V1NodeConfigStatus] # |
data V1NodeConfigSource Source #
V1NodeConfigSource NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.
Constructors
V1NodeConfigSource | |
Fields
|
Instances
Eq V1NodeConfigSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NodeConfigSource -> V1NodeConfigSource -> Bool # (/=) :: V1NodeConfigSource -> V1NodeConfigSource -> Bool # | |
Show V1NodeConfigSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeConfigSource -> ShowS # show :: V1NodeConfigSource -> String # showList :: [V1NodeConfigSource] -> ShowS # | |
ToJSON V1NodeConfigSource Source # | ToJSON V1NodeConfigSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeConfigSource -> Value # toEncoding :: V1NodeConfigSource -> Encoding # toJSONList :: [V1NodeConfigSource] -> Value # toEncodingList :: [V1NodeConfigSource] -> Encoding # | |
FromJSON V1NodeConfigSource Source # | FromJSON V1NodeConfigSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NodeConfigSource # parseJSONList :: Value -> Parser [V1NodeConfigSource] # |
data V1NodeCondition Source #
V1NodeCondition NodeCondition contains condition information for a node.
Constructors
V1NodeCondition | |
Fields
|
Instances
Eq V1NodeCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NodeCondition -> V1NodeCondition -> Bool # (/=) :: V1NodeCondition -> V1NodeCondition -> Bool # | |
Show V1NodeCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeCondition -> ShowS # show :: V1NodeCondition -> String # showList :: [V1NodeCondition] -> ShowS # | |
ToJSON V1NodeCondition Source # | ToJSON V1NodeCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeCondition -> Value # toEncoding :: V1NodeCondition -> Encoding # toJSONList :: [V1NodeCondition] -> Value # toEncodingList :: [V1NodeCondition] -> Encoding # | |
FromJSON V1NodeCondition Source # | FromJSON V1NodeCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NodeCondition # parseJSONList :: Value -> Parser [V1NodeCondition] # |
data V1NodeAffinity Source #
V1NodeAffinity Node affinity is a group of node affinity scheduling rules.
Constructors
V1NodeAffinity | |
Fields
|
Instances
Eq V1NodeAffinity Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NodeAffinity -> V1NodeAffinity -> Bool # (/=) :: V1NodeAffinity -> V1NodeAffinity -> Bool # | |
Show V1NodeAffinity Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeAffinity -> ShowS # show :: V1NodeAffinity -> String # showList :: [V1NodeAffinity] -> ShowS # | |
ToJSON V1NodeAffinity Source # | ToJSON V1NodeAffinity |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeAffinity -> Value # toEncoding :: V1NodeAffinity -> Encoding # toJSONList :: [V1NodeAffinity] -> Value # toEncodingList :: [V1NodeAffinity] -> Encoding # | |
FromJSON V1NodeAffinity Source # | FromJSON V1NodeAffinity |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NodeAffinity # parseJSONList :: Value -> Parser [V1NodeAffinity] # |
data V1NodeAddress Source #
V1NodeAddress NodeAddress contains information for the node's address.
Constructors
V1NodeAddress | |
Fields
|
Instances
Eq V1NodeAddress Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NodeAddress -> V1NodeAddress -> Bool # (/=) :: V1NodeAddress -> V1NodeAddress -> Bool # | |
Show V1NodeAddress Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NodeAddress -> ShowS # show :: V1NodeAddress -> String # showList :: [V1NodeAddress] -> ShowS # | |
ToJSON V1NodeAddress Source # | ToJSON V1NodeAddress |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NodeAddress -> Value # toEncoding :: V1NodeAddress -> Encoding # toJSONList :: [V1NodeAddress] -> Value # toEncodingList :: [V1NodeAddress] -> Encoding # | |
FromJSON V1NodeAddress Source # | FromJSON V1NodeAddress |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NodeAddress # parseJSONList :: Value -> Parser [V1NodeAddress] # |
V1Node Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).
Constructors
V1Node | |
Fields
|
Instances
data V1NetworkPolicySpec Source #
V1NetworkPolicySpec NetworkPolicySpec provides the specification of a NetworkPolicy
Constructors
V1NetworkPolicySpec | |
Fields
|
Instances
Eq V1NetworkPolicySpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NetworkPolicySpec -> V1NetworkPolicySpec -> Bool # (/=) :: V1NetworkPolicySpec -> V1NetworkPolicySpec -> Bool # | |
Show V1NetworkPolicySpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NetworkPolicySpec -> ShowS # show :: V1NetworkPolicySpec -> String # showList :: [V1NetworkPolicySpec] -> ShowS # | |
ToJSON V1NetworkPolicySpec Source # | ToJSON V1NetworkPolicySpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NetworkPolicySpec -> Value # toEncoding :: V1NetworkPolicySpec -> Encoding # toJSONList :: [V1NetworkPolicySpec] -> Value # toEncodingList :: [V1NetworkPolicySpec] -> Encoding # | |
FromJSON V1NetworkPolicySpec Source # | FromJSON V1NetworkPolicySpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NetworkPolicySpec # parseJSONList :: Value -> Parser [V1NetworkPolicySpec] # |
data V1NetworkPolicyPort Source #
V1NetworkPolicyPort NetworkPolicyPort describes a port to allow traffic on
Constructors
V1NetworkPolicyPort | |
Fields
|
Instances
Eq V1NetworkPolicyPort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NetworkPolicyPort -> V1NetworkPolicyPort -> Bool # (/=) :: V1NetworkPolicyPort -> V1NetworkPolicyPort -> Bool # | |
Show V1NetworkPolicyPort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NetworkPolicyPort -> ShowS # show :: V1NetworkPolicyPort -> String # showList :: [V1NetworkPolicyPort] -> ShowS # | |
ToJSON V1NetworkPolicyPort Source # | ToJSON V1NetworkPolicyPort |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NetworkPolicyPort -> Value # toEncoding :: V1NetworkPolicyPort -> Encoding # toJSONList :: [V1NetworkPolicyPort] -> Value # toEncodingList :: [V1NetworkPolicyPort] -> Encoding # | |
FromJSON V1NetworkPolicyPort Source # | FromJSON V1NetworkPolicyPort |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NetworkPolicyPort # parseJSONList :: Value -> Parser [V1NetworkPolicyPort] # |
data V1NetworkPolicyPeer Source #
V1NetworkPolicyPeer NetworkPolicyPeer describes a peer to allow traffic from. Only certain combinations of fields are allowed
Constructors
V1NetworkPolicyPeer | |
Fields
|
Instances
Eq V1NetworkPolicyPeer Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NetworkPolicyPeer -> V1NetworkPolicyPeer -> Bool # (/=) :: V1NetworkPolicyPeer -> V1NetworkPolicyPeer -> Bool # | |
Show V1NetworkPolicyPeer Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NetworkPolicyPeer -> ShowS # show :: V1NetworkPolicyPeer -> String # showList :: [V1NetworkPolicyPeer] -> ShowS # | |
ToJSON V1NetworkPolicyPeer Source # | ToJSON V1NetworkPolicyPeer |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NetworkPolicyPeer -> Value # toEncoding :: V1NetworkPolicyPeer -> Encoding # toJSONList :: [V1NetworkPolicyPeer] -> Value # toEncodingList :: [V1NetworkPolicyPeer] -> Encoding # | |
FromJSON V1NetworkPolicyPeer Source # | FromJSON V1NetworkPolicyPeer |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NetworkPolicyPeer # parseJSONList :: Value -> Parser [V1NetworkPolicyPeer] # |
data V1NetworkPolicyList Source #
V1NetworkPolicyList NetworkPolicyList is a list of NetworkPolicy objects.
Constructors
V1NetworkPolicyList | |
Fields
|
Instances
Eq V1NetworkPolicyList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NetworkPolicyList -> V1NetworkPolicyList -> Bool # (/=) :: V1NetworkPolicyList -> V1NetworkPolicyList -> Bool # | |
Show V1NetworkPolicyList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NetworkPolicyList -> ShowS # show :: V1NetworkPolicyList -> String # showList :: [V1NetworkPolicyList] -> ShowS # | |
ToJSON V1NetworkPolicyList Source # | ToJSON V1NetworkPolicyList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NetworkPolicyList -> Value # toEncoding :: V1NetworkPolicyList -> Encoding # toJSONList :: [V1NetworkPolicyList] -> Value # toEncodingList :: [V1NetworkPolicyList] -> Encoding # | |
FromJSON V1NetworkPolicyList Source # | FromJSON V1NetworkPolicyList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NetworkPolicyList # parseJSONList :: Value -> Parser [V1NetworkPolicyList] # |
data V1NetworkPolicyIngressRule Source #
V1NetworkPolicyIngressRule NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.
Constructors
V1NetworkPolicyIngressRule | |
Fields
|
Instances
data V1NetworkPolicyEgressRule Source #
V1NetworkPolicyEgressRule NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8
Constructors
V1NetworkPolicyEgressRule | |
Fields
|
Instances
Eq V1NetworkPolicyEgressRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NetworkPolicyEgressRule -> V1NetworkPolicyEgressRule -> Bool # (/=) :: V1NetworkPolicyEgressRule -> V1NetworkPolicyEgressRule -> Bool # | |
Show V1NetworkPolicyEgressRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NetworkPolicyEgressRule -> ShowS # show :: V1NetworkPolicyEgressRule -> String # showList :: [V1NetworkPolicyEgressRule] -> ShowS # | |
ToJSON V1NetworkPolicyEgressRule Source # | ToJSON V1NetworkPolicyEgressRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NetworkPolicyEgressRule -> Value # toEncoding :: V1NetworkPolicyEgressRule -> Encoding # toJSONList :: [V1NetworkPolicyEgressRule] -> Value # | |
FromJSON V1NetworkPolicyEgressRule Source # | FromJSON V1NetworkPolicyEgressRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NetworkPolicyEgressRule # parseJSONList :: Value -> Parser [V1NetworkPolicyEgressRule] # |
data V1NetworkPolicy Source #
V1NetworkPolicy NetworkPolicy describes what network traffic is allowed for a set of Pods
Constructors
V1NetworkPolicy | |
Fields
|
Instances
data V1NamespaceStatus Source #
V1NamespaceStatus NamespaceStatus is information about the current status of a Namespace.
Constructors
V1NamespaceStatus | |
Fields
|
Instances
Eq V1NamespaceStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NamespaceStatus -> V1NamespaceStatus -> Bool # (/=) :: V1NamespaceStatus -> V1NamespaceStatus -> Bool # | |
Show V1NamespaceStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NamespaceStatus -> ShowS # show :: V1NamespaceStatus -> String # showList :: [V1NamespaceStatus] -> ShowS # | |
ToJSON V1NamespaceStatus Source # | ToJSON V1NamespaceStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NamespaceStatus -> Value # toEncoding :: V1NamespaceStatus -> Encoding # toJSONList :: [V1NamespaceStatus] -> Value # toEncodingList :: [V1NamespaceStatus] -> Encoding # | |
FromJSON V1NamespaceStatus Source # | FromJSON V1NamespaceStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NamespaceStatus # parseJSONList :: Value -> Parser [V1NamespaceStatus] # |
data V1NamespaceSpec Source #
V1NamespaceSpec NamespaceSpec describes the attributes on a Namespace.
Constructors
V1NamespaceSpec | |
Fields
|
Instances
Eq V1NamespaceSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NamespaceSpec -> V1NamespaceSpec -> Bool # (/=) :: V1NamespaceSpec -> V1NamespaceSpec -> Bool # | |
Show V1NamespaceSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NamespaceSpec -> ShowS # show :: V1NamespaceSpec -> String # showList :: [V1NamespaceSpec] -> ShowS # | |
ToJSON V1NamespaceSpec Source # | ToJSON V1NamespaceSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NamespaceSpec -> Value # toEncoding :: V1NamespaceSpec -> Encoding # toJSONList :: [V1NamespaceSpec] -> Value # toEncodingList :: [V1NamespaceSpec] -> Encoding # | |
FromJSON V1NamespaceSpec Source # | FromJSON V1NamespaceSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NamespaceSpec # parseJSONList :: Value -> Parser [V1NamespaceSpec] # |
data V1NamespaceList Source #
V1NamespaceList NamespaceList is a list of Namespaces.
Constructors
V1NamespaceList | |
Fields
|
Instances
Eq V1NamespaceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NamespaceList -> V1NamespaceList -> Bool # (/=) :: V1NamespaceList -> V1NamespaceList -> Bool # | |
Show V1NamespaceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NamespaceList -> ShowS # show :: V1NamespaceList -> String # showList :: [V1NamespaceList] -> ShowS # | |
ToJSON V1NamespaceList Source # | ToJSON V1NamespaceList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NamespaceList -> Value # toEncoding :: V1NamespaceList -> Encoding # toJSONList :: [V1NamespaceList] -> Value # toEncodingList :: [V1NamespaceList] -> Encoding # | |
FromJSON V1NamespaceList Source # | FromJSON V1NamespaceList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NamespaceList # parseJSONList :: Value -> Parser [V1NamespaceList] # |
data V1NamespaceCondition Source #
V1NamespaceCondition NamespaceCondition contains details about state of namespace.
Constructors
V1NamespaceCondition | |
Fields
|
Instances
Eq V1NamespaceCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NamespaceCondition -> V1NamespaceCondition -> Bool # (/=) :: V1NamespaceCondition -> V1NamespaceCondition -> Bool # | |
Show V1NamespaceCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NamespaceCondition -> ShowS # show :: V1NamespaceCondition -> String # showList :: [V1NamespaceCondition] -> ShowS # | |
ToJSON V1NamespaceCondition Source # | ToJSON V1NamespaceCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NamespaceCondition -> Value # toEncoding :: V1NamespaceCondition -> Encoding # toJSONList :: [V1NamespaceCondition] -> Value # toEncodingList :: [V1NamespaceCondition] -> Encoding # | |
FromJSON V1NamespaceCondition Source # | FromJSON V1NamespaceCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NamespaceCondition # parseJSONList :: Value -> Parser [V1NamespaceCondition] # |
data V1Namespace Source #
V1Namespace Namespace provides a scope for Names. Use of multiple namespaces is optional.
Constructors
V1Namespace | |
Fields
|
Instances
data V1NFSVolumeSource Source #
V1NFSVolumeSource Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.
Constructors
V1NFSVolumeSource | |
Fields
|
Instances
Eq V1NFSVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1NFSVolumeSource -> V1NFSVolumeSource -> Bool # (/=) :: V1NFSVolumeSource -> V1NFSVolumeSource -> Bool # | |
Show V1NFSVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1NFSVolumeSource -> ShowS # show :: V1NFSVolumeSource -> String # showList :: [V1NFSVolumeSource] -> ShowS # | |
ToJSON V1NFSVolumeSource Source # | ToJSON V1NFSVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1NFSVolumeSource -> Value # toEncoding :: V1NFSVolumeSource -> Encoding # toJSONList :: [V1NFSVolumeSource] -> Value # toEncodingList :: [V1NFSVolumeSource] -> Encoding # | |
FromJSON V1NFSVolumeSource Source # | FromJSON V1NFSVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1NFSVolumeSource # parseJSONList :: Value -> Parser [V1NFSVolumeSource] # |
data V1MutatingWebhookConfigurationList Source #
V1MutatingWebhookConfigurationList MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.
Constructors
V1MutatingWebhookConfigurationList | |
Fields
|
Instances
Eq V1MutatingWebhookConfigurationList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1MutatingWebhookConfigurationList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1MutatingWebhookConfigurationList -> ShowS # | |
ToJSON V1MutatingWebhookConfigurationList Source # | ToJSON V1MutatingWebhookConfigurationList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1MutatingWebhookConfigurationList Source # | FromJSON V1MutatingWebhookConfigurationList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1MutatingWebhookConfigurationList # parseJSONList :: Value -> Parser [V1MutatingWebhookConfigurationList] # |
data V1MutatingWebhookConfiguration Source #
V1MutatingWebhookConfiguration MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.
Constructors
V1MutatingWebhookConfiguration | |
Fields
|
Instances
data V1MutatingWebhook Source #
V1MutatingWebhook MutatingWebhook describes an admission webhook and the resources and operations it applies to.
Constructors
V1MutatingWebhook | |
Fields
|
Instances
Eq V1MutatingWebhook Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1MutatingWebhook -> V1MutatingWebhook -> Bool # (/=) :: V1MutatingWebhook -> V1MutatingWebhook -> Bool # | |
Show V1MutatingWebhook Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1MutatingWebhook -> ShowS # show :: V1MutatingWebhook -> String # showList :: [V1MutatingWebhook] -> ShowS # | |
ToJSON V1MutatingWebhook Source # | ToJSON V1MutatingWebhook |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1MutatingWebhook -> Value # toEncoding :: V1MutatingWebhook -> Encoding # toJSONList :: [V1MutatingWebhook] -> Value # toEncodingList :: [V1MutatingWebhook] -> Encoding # | |
FromJSON V1MutatingWebhook Source # | FromJSON V1MutatingWebhook |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1MutatingWebhook # parseJSONList :: Value -> Parser [V1MutatingWebhook] # |
data V1ManagedFieldsEntry Source #
V1ManagedFieldsEntry ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
Constructors
V1ManagedFieldsEntry | |
Fields
|
Instances
Eq V1ManagedFieldsEntry Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ManagedFieldsEntry -> V1ManagedFieldsEntry -> Bool # (/=) :: V1ManagedFieldsEntry -> V1ManagedFieldsEntry -> Bool # | |
Show V1ManagedFieldsEntry Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ManagedFieldsEntry -> ShowS # show :: V1ManagedFieldsEntry -> String # showList :: [V1ManagedFieldsEntry] -> ShowS # | |
ToJSON V1ManagedFieldsEntry Source # | ToJSON V1ManagedFieldsEntry |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ManagedFieldsEntry -> Value # toEncoding :: V1ManagedFieldsEntry -> Encoding # toJSONList :: [V1ManagedFieldsEntry] -> Value # toEncodingList :: [V1ManagedFieldsEntry] -> Encoding # | |
FromJSON V1ManagedFieldsEntry Source # | FromJSON V1ManagedFieldsEntry |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ManagedFieldsEntry # parseJSONList :: Value -> Parser [V1ManagedFieldsEntry] # |
data V1LocalVolumeSource Source #
V1LocalVolumeSource Local represents directly-attached storage with node affinity (Beta feature)
Constructors
V1LocalVolumeSource | |
Fields
|
Instances
Eq V1LocalVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1LocalVolumeSource -> V1LocalVolumeSource -> Bool # (/=) :: V1LocalVolumeSource -> V1LocalVolumeSource -> Bool # | |
Show V1LocalVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1LocalVolumeSource -> ShowS # show :: V1LocalVolumeSource -> String # showList :: [V1LocalVolumeSource] -> ShowS # | |
ToJSON V1LocalVolumeSource Source # | ToJSON V1LocalVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1LocalVolumeSource -> Value # toEncoding :: V1LocalVolumeSource -> Encoding # toJSONList :: [V1LocalVolumeSource] -> Value # toEncodingList :: [V1LocalVolumeSource] -> Encoding # | |
FromJSON V1LocalVolumeSource Source # | FromJSON V1LocalVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1LocalVolumeSource # parseJSONList :: Value -> Parser [V1LocalVolumeSource] # |
data V1LocalSubjectAccessReview Source #
V1LocalSubjectAccessReview LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.
Constructors
V1LocalSubjectAccessReview | |
Fields
|
Instances
data V1LocalObjectReference Source #
V1LocalObjectReference LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
Constructors
V1LocalObjectReference | |
Fields
|
Instances
Eq V1LocalObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1LocalObjectReference -> V1LocalObjectReference -> Bool # (/=) :: V1LocalObjectReference -> V1LocalObjectReference -> Bool # | |
Show V1LocalObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1LocalObjectReference -> ShowS # show :: V1LocalObjectReference -> String # showList :: [V1LocalObjectReference] -> ShowS # | |
ToJSON V1LocalObjectReference Source # | ToJSON V1LocalObjectReference |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1LocalObjectReference -> Value # toEncoding :: V1LocalObjectReference -> Encoding # toJSONList :: [V1LocalObjectReference] -> Value # | |
FromJSON V1LocalObjectReference Source # | FromJSON V1LocalObjectReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1LocalObjectReference # parseJSONList :: Value -> Parser [V1LocalObjectReference] # |
data V1LoadBalancerStatus Source #
V1LoadBalancerStatus LoadBalancerStatus represents the status of a load-balancer.
Constructors
V1LoadBalancerStatus | |
Fields
|
Instances
Eq V1LoadBalancerStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1LoadBalancerStatus -> V1LoadBalancerStatus -> Bool # (/=) :: V1LoadBalancerStatus -> V1LoadBalancerStatus -> Bool # | |
Show V1LoadBalancerStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1LoadBalancerStatus -> ShowS # show :: V1LoadBalancerStatus -> String # showList :: [V1LoadBalancerStatus] -> ShowS # | |
ToJSON V1LoadBalancerStatus Source # | ToJSON V1LoadBalancerStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1LoadBalancerStatus -> Value # toEncoding :: V1LoadBalancerStatus -> Encoding # toJSONList :: [V1LoadBalancerStatus] -> Value # toEncodingList :: [V1LoadBalancerStatus] -> Encoding # | |
FromJSON V1LoadBalancerStatus Source # | FromJSON V1LoadBalancerStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1LoadBalancerStatus # parseJSONList :: Value -> Parser [V1LoadBalancerStatus] # |
data V1LoadBalancerIngress Source #
V1LoadBalancerIngress LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.
Constructors
V1LoadBalancerIngress | |
Fields
|
Instances
Eq V1LoadBalancerIngress Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1LoadBalancerIngress -> V1LoadBalancerIngress -> Bool # (/=) :: V1LoadBalancerIngress -> V1LoadBalancerIngress -> Bool # | |
Show V1LoadBalancerIngress Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1LoadBalancerIngress -> ShowS # show :: V1LoadBalancerIngress -> String # showList :: [V1LoadBalancerIngress] -> ShowS # | |
ToJSON V1LoadBalancerIngress Source # | ToJSON V1LoadBalancerIngress |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1LoadBalancerIngress -> Value # toEncoding :: V1LoadBalancerIngress -> Encoding # toJSONList :: [V1LoadBalancerIngress] -> Value # toEncodingList :: [V1LoadBalancerIngress] -> Encoding # | |
FromJSON V1LoadBalancerIngress Source # | FromJSON V1LoadBalancerIngress |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1LoadBalancerIngress # parseJSONList :: Value -> Parser [V1LoadBalancerIngress] # |
data V1ListMeta Source #
V1ListMeta ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
Constructors
V1ListMeta | |
Fields
|
Instances
Eq V1ListMeta Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1ListMeta Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ListMeta -> ShowS # show :: V1ListMeta -> String # showList :: [V1ListMeta] -> ShowS # | |
ToJSON V1ListMeta Source # | ToJSON V1ListMeta |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ListMeta -> Value # toEncoding :: V1ListMeta -> Encoding # toJSONList :: [V1ListMeta] -> Value # toEncodingList :: [V1ListMeta] -> Encoding # | |
FromJSON V1ListMeta Source # | FromJSON V1ListMeta |
Defined in Kubernetes.OpenAPI.Model |
data V1LimitRangeSpec Source #
V1LimitRangeSpec LimitRangeSpec defines a min/max usage limit for resources that match on kind.
Constructors
V1LimitRangeSpec | |
Fields
|
Instances
Eq V1LimitRangeSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1LimitRangeSpec -> V1LimitRangeSpec -> Bool # (/=) :: V1LimitRangeSpec -> V1LimitRangeSpec -> Bool # | |
Show V1LimitRangeSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1LimitRangeSpec -> ShowS # show :: V1LimitRangeSpec -> String # showList :: [V1LimitRangeSpec] -> ShowS # | |
ToJSON V1LimitRangeSpec Source # | ToJSON V1LimitRangeSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1LimitRangeSpec -> Value # toEncoding :: V1LimitRangeSpec -> Encoding # toJSONList :: [V1LimitRangeSpec] -> Value # toEncodingList :: [V1LimitRangeSpec] -> Encoding # | |
FromJSON V1LimitRangeSpec Source # | FromJSON V1LimitRangeSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1LimitRangeSpec # parseJSONList :: Value -> Parser [V1LimitRangeSpec] # |
data V1LimitRangeList Source #
V1LimitRangeList LimitRangeList is a list of LimitRange items.
Constructors
V1LimitRangeList | |
Fields
|
Instances
Eq V1LimitRangeList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1LimitRangeList -> V1LimitRangeList -> Bool # (/=) :: V1LimitRangeList -> V1LimitRangeList -> Bool # | |
Show V1LimitRangeList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1LimitRangeList -> ShowS # show :: V1LimitRangeList -> String # showList :: [V1LimitRangeList] -> ShowS # | |
ToJSON V1LimitRangeList Source # | ToJSON V1LimitRangeList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1LimitRangeList -> Value # toEncoding :: V1LimitRangeList -> Encoding # toJSONList :: [V1LimitRangeList] -> Value # toEncodingList :: [V1LimitRangeList] -> Encoding # | |
FromJSON V1LimitRangeList Source # | FromJSON V1LimitRangeList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1LimitRangeList # parseJSONList :: Value -> Parser [V1LimitRangeList] # |
data V1LimitRangeItem Source #
V1LimitRangeItem LimitRangeItem defines a min/max usage limit for any resource that matches on kind.
Constructors
V1LimitRangeItem | |
Fields
|
Instances
Eq V1LimitRangeItem Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1LimitRangeItem -> V1LimitRangeItem -> Bool # (/=) :: V1LimitRangeItem -> V1LimitRangeItem -> Bool # | |
Show V1LimitRangeItem Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1LimitRangeItem -> ShowS # show :: V1LimitRangeItem -> String # showList :: [V1LimitRangeItem] -> ShowS # | |
ToJSON V1LimitRangeItem Source # | ToJSON V1LimitRangeItem |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1LimitRangeItem -> Value # toEncoding :: V1LimitRangeItem -> Encoding # toJSONList :: [V1LimitRangeItem] -> Value # toEncodingList :: [V1LimitRangeItem] -> Encoding # | |
FromJSON V1LimitRangeItem Source # | FromJSON V1LimitRangeItem |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1LimitRangeItem # parseJSONList :: Value -> Parser [V1LimitRangeItem] # |
data V1LimitRange Source #
V1LimitRange LimitRange sets resource usage limits for each kind of resource in a Namespace.
Constructors
V1LimitRange | |
Fields
|
Instances
data V1Lifecycle Source #
V1Lifecycle Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.
Constructors
V1Lifecycle | |
Fields
|
Instances
Eq V1Lifecycle Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1Lifecycle Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1Lifecycle -> ShowS # show :: V1Lifecycle -> String # showList :: [V1Lifecycle] -> ShowS # | |
ToJSON V1Lifecycle Source # | ToJSON V1Lifecycle |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1Lifecycle -> Value # toEncoding :: V1Lifecycle -> Encoding # toJSONList :: [V1Lifecycle] -> Value # toEncodingList :: [V1Lifecycle] -> Encoding # | |
FromJSON V1Lifecycle Source # | FromJSON V1Lifecycle |
Defined in Kubernetes.OpenAPI.Model |
data V1LeaseSpec Source #
V1LeaseSpec LeaseSpec is a specification of a Lease.
Constructors
V1LeaseSpec | |
Fields
|
Instances
Eq V1LeaseSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1LeaseSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1LeaseSpec -> ShowS # show :: V1LeaseSpec -> String # showList :: [V1LeaseSpec] -> ShowS # | |
ToJSON V1LeaseSpec Source # | ToJSON V1LeaseSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1LeaseSpec -> Value # toEncoding :: V1LeaseSpec -> Encoding # toJSONList :: [V1LeaseSpec] -> Value # toEncodingList :: [V1LeaseSpec] -> Encoding # | |
FromJSON V1LeaseSpec Source # | FromJSON V1LeaseSpec |
Defined in Kubernetes.OpenAPI.Model |
data V1LeaseList Source #
V1LeaseList LeaseList is a list of Lease objects.
Constructors
V1LeaseList | |
Fields
|
Instances
Eq V1LeaseList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1LeaseList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1LeaseList -> ShowS # show :: V1LeaseList -> String # showList :: [V1LeaseList] -> ShowS # | |
ToJSON V1LeaseList Source # | ToJSON V1LeaseList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1LeaseList -> Value # toEncoding :: V1LeaseList -> Encoding # toJSONList :: [V1LeaseList] -> Value # toEncodingList :: [V1LeaseList] -> Encoding # | |
FromJSON V1LeaseList Source # | FromJSON V1LeaseList |
Defined in Kubernetes.OpenAPI.Model |
V1Lease Lease defines a lease concept.
Constructors
V1Lease | |
Fields
|
Instances
Eq V1Lease Source # | |
Show V1Lease Source # | |
ToJSON V1Lease Source # | ToJSON V1Lease |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1Lease Source # | FromJSON V1Lease |
HasBodyParam ReplaceNamespacedLease V1Lease Source # | |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods setBodyParam :: (Consumes ReplaceNamespacedLease contentType, MimeRender contentType V1Lease) => KubernetesRequest ReplaceNamespacedLease contentType res accept -> V1Lease -> KubernetesRequest ReplaceNamespacedLease contentType res accept Source # | |
HasBodyParam CreateNamespacedLease V1Lease Source # | |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods setBodyParam :: (Consumes CreateNamespacedLease contentType, MimeRender contentType V1Lease) => KubernetesRequest CreateNamespacedLease contentType res accept -> V1Lease -> KubernetesRequest CreateNamespacedLease contentType res accept Source # |
data V1LabelSelectorRequirement Source #
V1LabelSelectorRequirement A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
Constructors
V1LabelSelectorRequirement | |
Fields
|
Instances
data V1LabelSelector Source #
V1LabelSelector A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
Constructors
V1LabelSelector | |
Fields
|
Instances
Eq V1LabelSelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1LabelSelector -> V1LabelSelector -> Bool # (/=) :: V1LabelSelector -> V1LabelSelector -> Bool # | |
Show V1LabelSelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1LabelSelector -> ShowS # show :: V1LabelSelector -> String # showList :: [V1LabelSelector] -> ShowS # | |
ToJSON V1LabelSelector Source # | ToJSON V1LabelSelector |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1LabelSelector -> Value # toEncoding :: V1LabelSelector -> Encoding # toJSONList :: [V1LabelSelector] -> Value # toEncodingList :: [V1LabelSelector] -> Encoding # | |
FromJSON V1LabelSelector Source # | FromJSON V1LabelSelector |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1LabelSelector # parseJSONList :: Value -> Parser [V1LabelSelector] # |
data V1KeyToPath Source #
V1KeyToPath Maps a string key to a path within a volume.
Constructors
V1KeyToPath | |
Fields
|
Instances
Eq V1KeyToPath Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1KeyToPath Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1KeyToPath -> ShowS # show :: V1KeyToPath -> String # showList :: [V1KeyToPath] -> ShowS # | |
ToJSON V1KeyToPath Source # | ToJSON V1KeyToPath |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1KeyToPath -> Value # toEncoding :: V1KeyToPath -> Encoding # toJSONList :: [V1KeyToPath] -> Value # toEncodingList :: [V1KeyToPath] -> Encoding # | |
FromJSON V1KeyToPath Source # | FromJSON V1KeyToPath |
Defined in Kubernetes.OpenAPI.Model |
data V1JobStatus Source #
V1JobStatus JobStatus represents the current state of a Job.
Constructors
V1JobStatus | |
Fields
|
Instances
Eq V1JobStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1JobStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1JobStatus -> ShowS # show :: V1JobStatus -> String # showList :: [V1JobStatus] -> ShowS # | |
ToJSON V1JobStatus Source # | ToJSON V1JobStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1JobStatus -> Value # toEncoding :: V1JobStatus -> Encoding # toJSONList :: [V1JobStatus] -> Value # toEncodingList :: [V1JobStatus] -> Encoding # | |
FromJSON V1JobStatus Source # | FromJSON V1JobStatus |
Defined in Kubernetes.OpenAPI.Model |
V1JobSpec JobSpec describes how the job execution will look like.
Constructors
V1JobSpec | |
Fields
|
V1JobList JobList is a collection of jobs.
Constructors
V1JobList | |
Fields
|
data V1JobCondition Source #
V1JobCondition JobCondition describes current state of a job.
Constructors
V1JobCondition | |
Fields
|
Instances
Eq V1JobCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1JobCondition -> V1JobCondition -> Bool # (/=) :: V1JobCondition -> V1JobCondition -> Bool # | |
Show V1JobCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1JobCondition -> ShowS # show :: V1JobCondition -> String # showList :: [V1JobCondition] -> ShowS # | |
ToJSON V1JobCondition Source # | ToJSON V1JobCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1JobCondition -> Value # toEncoding :: V1JobCondition -> Encoding # toJSONList :: [V1JobCondition] -> Value # toEncodingList :: [V1JobCondition] -> Encoding # | |
FromJSON V1JobCondition Source # | FromJSON V1JobCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1JobCondition # parseJSONList :: Value -> Parser [V1JobCondition] # |
V1Job Job represents the configuration of a single job.
Constructors
V1Job | |
Fields
|
Instances
data V1JSONSchemaProps Source #
V1JSONSchemaProps JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http:/json-schema.org).
Constructors
V1JSONSchemaProps | |
Fields
|
Instances
Eq V1JSONSchemaProps Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1JSONSchemaProps -> V1JSONSchemaProps -> Bool # (/=) :: V1JSONSchemaProps -> V1JSONSchemaProps -> Bool # | |
Show V1JSONSchemaProps Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1JSONSchemaProps -> ShowS # show :: V1JSONSchemaProps -> String # showList :: [V1JSONSchemaProps] -> ShowS # | |
ToJSON V1JSONSchemaProps Source # | ToJSON V1JSONSchemaProps |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1JSONSchemaProps -> Value # toEncoding :: V1JSONSchemaProps -> Encoding # toJSONList :: [V1JSONSchemaProps] -> Value # toEncodingList :: [V1JSONSchemaProps] -> Encoding # | |
FromJSON V1JSONSchemaProps Source # | FromJSON V1JSONSchemaProps |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1JSONSchemaProps # parseJSONList :: Value -> Parser [V1JSONSchemaProps] # |
data V1ISCSIVolumeSource Source #
V1ISCSIVolumeSource Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
Constructors
V1ISCSIVolumeSource | |
Fields
|
Instances
Eq V1ISCSIVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ISCSIVolumeSource -> V1ISCSIVolumeSource -> Bool # (/=) :: V1ISCSIVolumeSource -> V1ISCSIVolumeSource -> Bool # | |
Show V1ISCSIVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ISCSIVolumeSource -> ShowS # show :: V1ISCSIVolumeSource -> String # showList :: [V1ISCSIVolumeSource] -> ShowS # | |
ToJSON V1ISCSIVolumeSource Source # | ToJSON V1ISCSIVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ISCSIVolumeSource -> Value # toEncoding :: V1ISCSIVolumeSource -> Encoding # toJSONList :: [V1ISCSIVolumeSource] -> Value # toEncodingList :: [V1ISCSIVolumeSource] -> Encoding # | |
FromJSON V1ISCSIVolumeSource Source # | FromJSON V1ISCSIVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ISCSIVolumeSource # parseJSONList :: Value -> Parser [V1ISCSIVolumeSource] # |
data V1ISCSIPersistentVolumeSource Source #
V1ISCSIPersistentVolumeSource ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
Constructors
V1ISCSIPersistentVolumeSource | |
Fields
|
Instances
Eq V1ISCSIPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1ISCSIPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ISCSIPersistentVolumeSource -> ShowS # show :: V1ISCSIPersistentVolumeSource -> String # showList :: [V1ISCSIPersistentVolumeSource] -> ShowS # | |
ToJSON V1ISCSIPersistentVolumeSource Source # | ToJSON V1ISCSIPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ISCSIPersistentVolumeSource -> Value # toEncoding :: V1ISCSIPersistentVolumeSource -> Encoding # toJSONList :: [V1ISCSIPersistentVolumeSource] -> Value # toEncodingList :: [V1ISCSIPersistentVolumeSource] -> Encoding # | |
FromJSON V1ISCSIPersistentVolumeSource Source # | FromJSON V1ISCSIPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ISCSIPersistentVolumeSource # parseJSONList :: Value -> Parser [V1ISCSIPersistentVolumeSource] # |
V1IPBlock IPBlock describes a particular CIDR (Ex. "192.168.1.1/24") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
Constructors
V1IPBlock | |
Fields
|
data V1HostPathVolumeSource Source #
V1HostPathVolumeSource Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.
Constructors
V1HostPathVolumeSource | |
Fields
|
Instances
Eq V1HostPathVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1HostPathVolumeSource -> V1HostPathVolumeSource -> Bool # (/=) :: V1HostPathVolumeSource -> V1HostPathVolumeSource -> Bool # | |
Show V1HostPathVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1HostPathVolumeSource -> ShowS # show :: V1HostPathVolumeSource -> String # showList :: [V1HostPathVolumeSource] -> ShowS # | |
ToJSON V1HostPathVolumeSource Source # | ToJSON V1HostPathVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1HostPathVolumeSource -> Value # toEncoding :: V1HostPathVolumeSource -> Encoding # toJSONList :: [V1HostPathVolumeSource] -> Value # | |
FromJSON V1HostPathVolumeSource Source # | FromJSON V1HostPathVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1HostPathVolumeSource # parseJSONList :: Value -> Parser [V1HostPathVolumeSource] # |
data V1HostAlias Source #
V1HostAlias HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.
Constructors
V1HostAlias | |
Fields
|
Instances
Eq V1HostAlias Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1HostAlias Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1HostAlias -> ShowS # show :: V1HostAlias -> String # showList :: [V1HostAlias] -> ShowS # | |
ToJSON V1HostAlias Source # | ToJSON V1HostAlias |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1HostAlias -> Value # toEncoding :: V1HostAlias -> Encoding # toJSONList :: [V1HostAlias] -> Value # toEncodingList :: [V1HostAlias] -> Encoding # | |
FromJSON V1HostAlias Source # | FromJSON V1HostAlias |
Defined in Kubernetes.OpenAPI.Model |
data V1HorizontalPodAutoscalerStatus Source #
V1HorizontalPodAutoscalerStatus current status of a horizontal pod autoscaler
Constructors
V1HorizontalPodAutoscalerStatus | |
Fields
|
Instances
Eq V1HorizontalPodAutoscalerStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1HorizontalPodAutoscalerStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1HorizontalPodAutoscalerStatus -> ShowS # | |
ToJSON V1HorizontalPodAutoscalerStatus Source # | ToJSON V1HorizontalPodAutoscalerStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1HorizontalPodAutoscalerStatus Source # | FromJSON V1HorizontalPodAutoscalerStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1HorizontalPodAutoscalerStatus # parseJSONList :: Value -> Parser [V1HorizontalPodAutoscalerStatus] # |
data V1HorizontalPodAutoscalerSpec Source #
V1HorizontalPodAutoscalerSpec specification of a horizontal pod autoscaler.
Constructors
V1HorizontalPodAutoscalerSpec | |
Fields
|
Instances
Eq V1HorizontalPodAutoscalerSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1HorizontalPodAutoscalerSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1HorizontalPodAutoscalerSpec -> ShowS # show :: V1HorizontalPodAutoscalerSpec -> String # showList :: [V1HorizontalPodAutoscalerSpec] -> ShowS # | |
ToJSON V1HorizontalPodAutoscalerSpec Source # | ToJSON V1HorizontalPodAutoscalerSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1HorizontalPodAutoscalerSpec -> Value # toEncoding :: V1HorizontalPodAutoscalerSpec -> Encoding # toJSONList :: [V1HorizontalPodAutoscalerSpec] -> Value # toEncodingList :: [V1HorizontalPodAutoscalerSpec] -> Encoding # | |
FromJSON V1HorizontalPodAutoscalerSpec Source # | FromJSON V1HorizontalPodAutoscalerSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1HorizontalPodAutoscalerSpec # parseJSONList :: Value -> Parser [V1HorizontalPodAutoscalerSpec] # |
data V1HorizontalPodAutoscalerList Source #
V1HorizontalPodAutoscalerList list of horizontal pod autoscaler objects.
Constructors
V1HorizontalPodAutoscalerList | |
Fields
|
Instances
Eq V1HorizontalPodAutoscalerList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1HorizontalPodAutoscalerList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1HorizontalPodAutoscalerList -> ShowS # show :: V1HorizontalPodAutoscalerList -> String # showList :: [V1HorizontalPodAutoscalerList] -> ShowS # | |
ToJSON V1HorizontalPodAutoscalerList Source # | ToJSON V1HorizontalPodAutoscalerList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1HorizontalPodAutoscalerList -> Value # toEncoding :: V1HorizontalPodAutoscalerList -> Encoding # toJSONList :: [V1HorizontalPodAutoscalerList] -> Value # toEncodingList :: [V1HorizontalPodAutoscalerList] -> Encoding # | |
FromJSON V1HorizontalPodAutoscalerList Source # | FromJSON V1HorizontalPodAutoscalerList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1HorizontalPodAutoscalerList # parseJSONList :: Value -> Parser [V1HorizontalPodAutoscalerList] # |
data V1HorizontalPodAutoscaler Source #
V1HorizontalPodAutoscaler configuration of a horizontal pod autoscaler.
Constructors
V1HorizontalPodAutoscaler | |
Fields
|
Instances
V1Handler Handler defines a specific action that should be taken
Constructors
V1Handler | |
Fields
|
data V1HTTPHeader Source #
V1HTTPHeader HTTPHeader describes a custom header to be used in HTTP probes
Constructors
V1HTTPHeader | |
Fields
|
Instances
Eq V1HTTPHeader Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1HTTPHeader Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1HTTPHeader -> ShowS # show :: V1HTTPHeader -> String # showList :: [V1HTTPHeader] -> ShowS # | |
ToJSON V1HTTPHeader Source # | ToJSON V1HTTPHeader |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1HTTPHeader -> Value # toEncoding :: V1HTTPHeader -> Encoding # toJSONList :: [V1HTTPHeader] -> Value # toEncodingList :: [V1HTTPHeader] -> Encoding # | |
FromJSON V1HTTPHeader Source # | FromJSON V1HTTPHeader |
Defined in Kubernetes.OpenAPI.Model |
data V1HTTPGetAction Source #
V1HTTPGetAction HTTPGetAction describes an action based on HTTP Get requests.
Constructors
V1HTTPGetAction | |
Fields
|
Instances
Eq V1HTTPGetAction Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1HTTPGetAction -> V1HTTPGetAction -> Bool # (/=) :: V1HTTPGetAction -> V1HTTPGetAction -> Bool # | |
Show V1HTTPGetAction Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1HTTPGetAction -> ShowS # show :: V1HTTPGetAction -> String # showList :: [V1HTTPGetAction] -> ShowS # | |
ToJSON V1HTTPGetAction Source # | ToJSON V1HTTPGetAction |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1HTTPGetAction -> Value # toEncoding :: V1HTTPGetAction -> Encoding # toJSONList :: [V1HTTPGetAction] -> Value # toEncodingList :: [V1HTTPGetAction] -> Encoding # | |
FromJSON V1HTTPGetAction Source # | FromJSON V1HTTPGetAction |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1HTTPGetAction # parseJSONList :: Value -> Parser [V1HTTPGetAction] # |
data V1GroupVersionForDiscovery Source #
V1GroupVersionForDiscovery GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.
Constructors
V1GroupVersionForDiscovery | |
Fields
|
Instances
data V1GlusterfsVolumeSource Source #
V1GlusterfsVolumeSource Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.
Constructors
V1GlusterfsVolumeSource | |
Fields
|
Instances
Eq V1GlusterfsVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1GlusterfsVolumeSource -> V1GlusterfsVolumeSource -> Bool # (/=) :: V1GlusterfsVolumeSource -> V1GlusterfsVolumeSource -> Bool # | |
Show V1GlusterfsVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1GlusterfsVolumeSource -> ShowS # show :: V1GlusterfsVolumeSource -> String # showList :: [V1GlusterfsVolumeSource] -> ShowS # | |
ToJSON V1GlusterfsVolumeSource Source # | ToJSON V1GlusterfsVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1GlusterfsVolumeSource -> Value # toEncoding :: V1GlusterfsVolumeSource -> Encoding # toJSONList :: [V1GlusterfsVolumeSource] -> Value # | |
FromJSON V1GlusterfsVolumeSource Source # | FromJSON V1GlusterfsVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1GlusterfsVolumeSource # parseJSONList :: Value -> Parser [V1GlusterfsVolumeSource] # |
data V1GlusterfsPersistentVolumeSource Source #
V1GlusterfsPersistentVolumeSource Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.
Constructors
V1GlusterfsPersistentVolumeSource | |
Fields
|
Instances
Eq V1GlusterfsPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1GlusterfsPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1GlusterfsPersistentVolumeSource -> ShowS # | |
ToJSON V1GlusterfsPersistentVolumeSource Source # | ToJSON V1GlusterfsPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1GlusterfsPersistentVolumeSource Source # | FromJSON V1GlusterfsPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1GlusterfsPersistentVolumeSource # parseJSONList :: Value -> Parser [V1GlusterfsPersistentVolumeSource] # |
data V1GitRepoVolumeSource Source #
V1GitRepoVolumeSource Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.
Constructors
V1GitRepoVolumeSource | |
Fields
|
Instances
Eq V1GitRepoVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1GitRepoVolumeSource -> V1GitRepoVolumeSource -> Bool # (/=) :: V1GitRepoVolumeSource -> V1GitRepoVolumeSource -> Bool # | |
Show V1GitRepoVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1GitRepoVolumeSource -> ShowS # show :: V1GitRepoVolumeSource -> String # showList :: [V1GitRepoVolumeSource] -> ShowS # | |
ToJSON V1GitRepoVolumeSource Source # | ToJSON V1GitRepoVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1GitRepoVolumeSource -> Value # toEncoding :: V1GitRepoVolumeSource -> Encoding # toJSONList :: [V1GitRepoVolumeSource] -> Value # toEncodingList :: [V1GitRepoVolumeSource] -> Encoding # | |
FromJSON V1GitRepoVolumeSource Source # | FromJSON V1GitRepoVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1GitRepoVolumeSource # parseJSONList :: Value -> Parser [V1GitRepoVolumeSource] # |
data V1GCEPersistentDiskVolumeSource Source #
V1GCEPersistentDiskVolumeSource Represents a Persistent Disk resource in Google Compute Engine. A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.
Constructors
V1GCEPersistentDiskVolumeSource | |
Fields
|
Instances
Eq V1GCEPersistentDiskVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1GCEPersistentDiskVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1GCEPersistentDiskVolumeSource -> ShowS # | |
ToJSON V1GCEPersistentDiskVolumeSource Source # | ToJSON V1GCEPersistentDiskVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1GCEPersistentDiskVolumeSource Source # | FromJSON V1GCEPersistentDiskVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1GCEPersistentDiskVolumeSource # parseJSONList :: Value -> Parser [V1GCEPersistentDiskVolumeSource] # |
data V1FlockerVolumeSource Source #
V1FlockerVolumeSource Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.
Constructors
V1FlockerVolumeSource | |
Fields
|
Instances
Eq V1FlockerVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1FlockerVolumeSource -> V1FlockerVolumeSource -> Bool # (/=) :: V1FlockerVolumeSource -> V1FlockerVolumeSource -> Bool # | |
Show V1FlockerVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1FlockerVolumeSource -> ShowS # show :: V1FlockerVolumeSource -> String # showList :: [V1FlockerVolumeSource] -> ShowS # | |
ToJSON V1FlockerVolumeSource Source # | ToJSON V1FlockerVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1FlockerVolumeSource -> Value # toEncoding :: V1FlockerVolumeSource -> Encoding # toJSONList :: [V1FlockerVolumeSource] -> Value # toEncodingList :: [V1FlockerVolumeSource] -> Encoding # | |
FromJSON V1FlockerVolumeSource Source # | FromJSON V1FlockerVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1FlockerVolumeSource # parseJSONList :: Value -> Parser [V1FlockerVolumeSource] # |
data V1FlexVolumeSource Source #
V1FlexVolumeSource FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
Constructors
V1FlexVolumeSource | |
Fields
|
Instances
Eq V1FlexVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1FlexVolumeSource -> V1FlexVolumeSource -> Bool # (/=) :: V1FlexVolumeSource -> V1FlexVolumeSource -> Bool # | |
Show V1FlexVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1FlexVolumeSource -> ShowS # show :: V1FlexVolumeSource -> String # showList :: [V1FlexVolumeSource] -> ShowS # | |
ToJSON V1FlexVolumeSource Source # | ToJSON V1FlexVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1FlexVolumeSource -> Value # toEncoding :: V1FlexVolumeSource -> Encoding # toJSONList :: [V1FlexVolumeSource] -> Value # toEncodingList :: [V1FlexVolumeSource] -> Encoding # | |
FromJSON V1FlexVolumeSource Source # | FromJSON V1FlexVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1FlexVolumeSource # parseJSONList :: Value -> Parser [V1FlexVolumeSource] # |
data V1FlexPersistentVolumeSource Source #
V1FlexPersistentVolumeSource FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.
Constructors
V1FlexPersistentVolumeSource | |
Fields
|
Instances
data V1FCVolumeSource Source #
V1FCVolumeSource Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.
Constructors
V1FCVolumeSource | |
Fields
|
Instances
Eq V1FCVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1FCVolumeSource -> V1FCVolumeSource -> Bool # (/=) :: V1FCVolumeSource -> V1FCVolumeSource -> Bool # | |
Show V1FCVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1FCVolumeSource -> ShowS # show :: V1FCVolumeSource -> String # showList :: [V1FCVolumeSource] -> ShowS # | |
ToJSON V1FCVolumeSource Source # | ToJSON V1FCVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1FCVolumeSource -> Value # toEncoding :: V1FCVolumeSource -> Encoding # toJSONList :: [V1FCVolumeSource] -> Value # toEncodingList :: [V1FCVolumeSource] -> Encoding # | |
FromJSON V1FCVolumeSource Source # | FromJSON V1FCVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1FCVolumeSource # parseJSONList :: Value -> Parser [V1FCVolumeSource] # |
data V1ExternalDocumentation Source #
V1ExternalDocumentation ExternalDocumentation allows referencing an external resource for extended documentation.
Constructors
V1ExternalDocumentation | |
Fields
|
Instances
Eq V1ExternalDocumentation Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ExternalDocumentation -> V1ExternalDocumentation -> Bool # (/=) :: V1ExternalDocumentation -> V1ExternalDocumentation -> Bool # | |
Show V1ExternalDocumentation Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ExternalDocumentation -> ShowS # show :: V1ExternalDocumentation -> String # showList :: [V1ExternalDocumentation] -> ShowS # | |
ToJSON V1ExternalDocumentation Source # | ToJSON V1ExternalDocumentation |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ExternalDocumentation -> Value # toEncoding :: V1ExternalDocumentation -> Encoding # toJSONList :: [V1ExternalDocumentation] -> Value # | |
FromJSON V1ExternalDocumentation Source # | FromJSON V1ExternalDocumentation |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ExternalDocumentation # parseJSONList :: Value -> Parser [V1ExternalDocumentation] # |
data V1ExecAction Source #
V1ExecAction ExecAction describes a "run in container" action.
Constructors
V1ExecAction | |
Fields
|
Instances
Eq V1ExecAction Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1ExecAction Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ExecAction -> ShowS # show :: V1ExecAction -> String # showList :: [V1ExecAction] -> ShowS # | |
ToJSON V1ExecAction Source # | ToJSON V1ExecAction |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ExecAction -> Value # toEncoding :: V1ExecAction -> Encoding # toJSONList :: [V1ExecAction] -> Value # toEncodingList :: [V1ExecAction] -> Encoding # | |
FromJSON V1ExecAction Source # | FromJSON V1ExecAction |
Defined in Kubernetes.OpenAPI.Model |
data V1EventSource Source #
V1EventSource EventSource contains information for an event.
Constructors
V1EventSource | |
Fields
|
Instances
Eq V1EventSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1EventSource -> V1EventSource -> Bool # (/=) :: V1EventSource -> V1EventSource -> Bool # | |
Show V1EventSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EventSource -> ShowS # show :: V1EventSource -> String # showList :: [V1EventSource] -> ShowS # | |
ToJSON V1EventSource Source # | ToJSON V1EventSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EventSource -> Value # toEncoding :: V1EventSource -> Encoding # toJSONList :: [V1EventSource] -> Value # toEncodingList :: [V1EventSource] -> Encoding # | |
FromJSON V1EventSource Source # | FromJSON V1EventSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1EventSource # parseJSONList :: Value -> Parser [V1EventSource] # |
data V1EventSeries Source #
V1EventSeries EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
Constructors
V1EventSeries | |
Fields
|
Instances
Eq V1EventSeries Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1EventSeries -> V1EventSeries -> Bool # (/=) :: V1EventSeries -> V1EventSeries -> Bool # | |
Show V1EventSeries Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EventSeries -> ShowS # show :: V1EventSeries -> String # showList :: [V1EventSeries] -> ShowS # | |
ToJSON V1EventSeries Source # | ToJSON V1EventSeries |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EventSeries -> Value # toEncoding :: V1EventSeries -> Encoding # toJSONList :: [V1EventSeries] -> Value # toEncodingList :: [V1EventSeries] -> Encoding # | |
FromJSON V1EventSeries Source # | FromJSON V1EventSeries |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1EventSeries # parseJSONList :: Value -> Parser [V1EventSeries] # |
data V1EventList Source #
V1EventList EventList is a list of events.
Constructors
V1EventList | |
Fields
|
Instances
Eq V1EventList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1EventList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EventList -> ShowS # show :: V1EventList -> String # showList :: [V1EventList] -> ShowS # | |
ToJSON V1EventList Source # | ToJSON V1EventList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EventList -> Value # toEncoding :: V1EventList -> Encoding # toJSONList :: [V1EventList] -> Value # toEncodingList :: [V1EventList] -> Encoding # | |
FromJSON V1EventList Source # | FromJSON V1EventList |
Defined in Kubernetes.OpenAPI.Model |
V1Event Event is a report of an event somewhere in the cluster.
Constructors
V1Event | |
Fields
|
Instances
Eq V1Event Source # | |
Show V1Event Source # | |
ToJSON V1Event Source # | ToJSON V1Event |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1Event Source # | FromJSON V1Event |
HasBodyParam ReplaceNamespacedEvent V1Event Source # | |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods setBodyParam :: (Consumes ReplaceNamespacedEvent contentType, MimeRender contentType V1Event) => KubernetesRequest ReplaceNamespacedEvent contentType res accept -> V1Event -> KubernetesRequest ReplaceNamespacedEvent contentType res accept Source # | |
HasBodyParam CreateNamespacedEvent V1Event Source # | |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods setBodyParam :: (Consumes CreateNamespacedEvent contentType, MimeRender contentType V1Event) => KubernetesRequest CreateNamespacedEvent contentType res accept -> V1Event -> KubernetesRequest CreateNamespacedEvent contentType res accept Source # |
data V1EphemeralContainer Source #
V1EphemeralContainer An EphemeralContainer is a container that may be added temporarily to an existing pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a pod is removed or restarted. If an ephemeral container causes a pod to exceed its resource allocation, the pod may be evicted. Ephemeral containers may not be added by directly updating the pod spec. They must be added via the pod's ephemeralcontainers subresource, and they will appear in the pod spec once added. This is an alpha feature enabled by the EphemeralContainers feature flag.
Constructors
V1EphemeralContainer | |
Fields
|
Instances
Eq V1EphemeralContainer Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1EphemeralContainer -> V1EphemeralContainer -> Bool # (/=) :: V1EphemeralContainer -> V1EphemeralContainer -> Bool # | |
Show V1EphemeralContainer Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EphemeralContainer -> ShowS # show :: V1EphemeralContainer -> String # showList :: [V1EphemeralContainer] -> ShowS # | |
ToJSON V1EphemeralContainer Source # | ToJSON V1EphemeralContainer |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EphemeralContainer -> Value # toEncoding :: V1EphemeralContainer -> Encoding # toJSONList :: [V1EphemeralContainer] -> Value # toEncodingList :: [V1EphemeralContainer] -> Encoding # | |
FromJSON V1EphemeralContainer Source # | FromJSON V1EphemeralContainer |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1EphemeralContainer # parseJSONList :: Value -> Parser [V1EphemeralContainer] # |
data V1EnvVarSource Source #
V1EnvVarSource EnvVarSource represents a source for the value of an EnvVar.
Constructors
V1EnvVarSource | |
Fields
|
Instances
Eq V1EnvVarSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1EnvVarSource -> V1EnvVarSource -> Bool # (/=) :: V1EnvVarSource -> V1EnvVarSource -> Bool # | |
Show V1EnvVarSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EnvVarSource -> ShowS # show :: V1EnvVarSource -> String # showList :: [V1EnvVarSource] -> ShowS # | |
ToJSON V1EnvVarSource Source # | ToJSON V1EnvVarSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EnvVarSource -> Value # toEncoding :: V1EnvVarSource -> Encoding # toJSONList :: [V1EnvVarSource] -> Value # toEncodingList :: [V1EnvVarSource] -> Encoding # | |
FromJSON V1EnvVarSource Source # | FromJSON V1EnvVarSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1EnvVarSource # parseJSONList :: Value -> Parser [V1EnvVarSource] # |
V1EnvVar EnvVar represents an environment variable present in a Container.
Constructors
V1EnvVar | |
Fields
|
data V1EnvFromSource Source #
V1EnvFromSource EnvFromSource represents the source of a set of ConfigMaps
Constructors
V1EnvFromSource | |
Fields
|
Instances
Eq V1EnvFromSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1EnvFromSource -> V1EnvFromSource -> Bool # (/=) :: V1EnvFromSource -> V1EnvFromSource -> Bool # | |
Show V1EnvFromSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EnvFromSource -> ShowS # show :: V1EnvFromSource -> String # showList :: [V1EnvFromSource] -> ShowS # | |
ToJSON V1EnvFromSource Source # | ToJSON V1EnvFromSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EnvFromSource -> Value # toEncoding :: V1EnvFromSource -> Encoding # toJSONList :: [V1EnvFromSource] -> Value # toEncodingList :: [V1EnvFromSource] -> Encoding # | |
FromJSON V1EnvFromSource Source # | FromJSON V1EnvFromSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1EnvFromSource # parseJSONList :: Value -> Parser [V1EnvFromSource] # |
data V1EndpointsList Source #
V1EndpointsList EndpointsList is a list of endpoints.
Constructors
V1EndpointsList | |
Fields
|
Instances
Eq V1EndpointsList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1EndpointsList -> V1EndpointsList -> Bool # (/=) :: V1EndpointsList -> V1EndpointsList -> Bool # | |
Show V1EndpointsList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EndpointsList -> ShowS # show :: V1EndpointsList -> String # showList :: [V1EndpointsList] -> ShowS # | |
ToJSON V1EndpointsList Source # | ToJSON V1EndpointsList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EndpointsList -> Value # toEncoding :: V1EndpointsList -> Encoding # toJSONList :: [V1EndpointsList] -> Value # toEncodingList :: [V1EndpointsList] -> Encoding # | |
FromJSON V1EndpointsList Source # | FromJSON V1EndpointsList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1EndpointsList # parseJSONList :: Value -> Parser [V1EndpointsList] # |
data V1Endpoints Source #
V1Endpoints Endpoints is a collection of endpoints that implement the actual service. Example: Name: "mysvc", Subsets: [ { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] }, { Addresses: [{"ip": "10.10.3.3"}], Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}] }, ]
Constructors
V1Endpoints | |
Fields
|
Instances
data V1EndpointSubset Source #
V1EndpointSubset EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] } The resulting set of endpoints can be viewed as: a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], b: [ 10.10.1.1:309, 10.10.2.2:309 ]
Constructors
V1EndpointSubset | |
Fields
|
Instances
Eq V1EndpointSubset Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1EndpointSubset -> V1EndpointSubset -> Bool # (/=) :: V1EndpointSubset -> V1EndpointSubset -> Bool # | |
Show V1EndpointSubset Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EndpointSubset -> ShowS # show :: V1EndpointSubset -> String # showList :: [V1EndpointSubset] -> ShowS # | |
ToJSON V1EndpointSubset Source # | ToJSON V1EndpointSubset |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EndpointSubset -> Value # toEncoding :: V1EndpointSubset -> Encoding # toJSONList :: [V1EndpointSubset] -> Value # toEncodingList :: [V1EndpointSubset] -> Encoding # | |
FromJSON V1EndpointSubset Source # | FromJSON V1EndpointSubset |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1EndpointSubset # parseJSONList :: Value -> Parser [V1EndpointSubset] # |
data V1EndpointPort Source #
V1EndpointPort EndpointPort is a tuple that describes a single port.
Constructors
V1EndpointPort | |
Fields
|
Instances
Eq V1EndpointPort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1EndpointPort -> V1EndpointPort -> Bool # (/=) :: V1EndpointPort -> V1EndpointPort -> Bool # | |
Show V1EndpointPort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EndpointPort -> ShowS # show :: V1EndpointPort -> String # showList :: [V1EndpointPort] -> ShowS # | |
ToJSON V1EndpointPort Source # | ToJSON V1EndpointPort |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EndpointPort -> Value # toEncoding :: V1EndpointPort -> Encoding # toJSONList :: [V1EndpointPort] -> Value # toEncodingList :: [V1EndpointPort] -> Encoding # | |
FromJSON V1EndpointPort Source # | FromJSON V1EndpointPort |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1EndpointPort # parseJSONList :: Value -> Parser [V1EndpointPort] # |
data V1EndpointAddress Source #
V1EndpointAddress EndpointAddress is a tuple that describes single IP address.
Constructors
V1EndpointAddress | |
Fields
|
Instances
Eq V1EndpointAddress Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1EndpointAddress -> V1EndpointAddress -> Bool # (/=) :: V1EndpointAddress -> V1EndpointAddress -> Bool # | |
Show V1EndpointAddress Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EndpointAddress -> ShowS # show :: V1EndpointAddress -> String # showList :: [V1EndpointAddress] -> ShowS # | |
ToJSON V1EndpointAddress Source # | ToJSON V1EndpointAddress |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EndpointAddress -> Value # toEncoding :: V1EndpointAddress -> Encoding # toJSONList :: [V1EndpointAddress] -> Value # toEncodingList :: [V1EndpointAddress] -> Encoding # | |
FromJSON V1EndpointAddress Source # | FromJSON V1EndpointAddress |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1EndpointAddress # parseJSONList :: Value -> Parser [V1EndpointAddress] # |
data V1EmptyDirVolumeSource Source #
V1EmptyDirVolumeSource Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.
Constructors
V1EmptyDirVolumeSource | |
Fields
|
Instances
Eq V1EmptyDirVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1EmptyDirVolumeSource -> V1EmptyDirVolumeSource -> Bool # (/=) :: V1EmptyDirVolumeSource -> V1EmptyDirVolumeSource -> Bool # | |
Show V1EmptyDirVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1EmptyDirVolumeSource -> ShowS # show :: V1EmptyDirVolumeSource -> String # showList :: [V1EmptyDirVolumeSource] -> ShowS # | |
ToJSON V1EmptyDirVolumeSource Source # | ToJSON V1EmptyDirVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1EmptyDirVolumeSource -> Value # toEncoding :: V1EmptyDirVolumeSource -> Encoding # toJSONList :: [V1EmptyDirVolumeSource] -> Value # | |
FromJSON V1EmptyDirVolumeSource Source # | FromJSON V1EmptyDirVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1EmptyDirVolumeSource # parseJSONList :: Value -> Parser [V1EmptyDirVolumeSource] # |
data V1DownwardAPIVolumeSource Source #
V1DownwardAPIVolumeSource DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.
Constructors
V1DownwardAPIVolumeSource | |
Fields
|
Instances
Eq V1DownwardAPIVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DownwardAPIVolumeSource -> V1DownwardAPIVolumeSource -> Bool # (/=) :: V1DownwardAPIVolumeSource -> V1DownwardAPIVolumeSource -> Bool # | |
Show V1DownwardAPIVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DownwardAPIVolumeSource -> ShowS # show :: V1DownwardAPIVolumeSource -> String # showList :: [V1DownwardAPIVolumeSource] -> ShowS # | |
ToJSON V1DownwardAPIVolumeSource Source # | ToJSON V1DownwardAPIVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DownwardAPIVolumeSource -> Value # toEncoding :: V1DownwardAPIVolumeSource -> Encoding # toJSONList :: [V1DownwardAPIVolumeSource] -> Value # | |
FromJSON V1DownwardAPIVolumeSource Source # | FromJSON V1DownwardAPIVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DownwardAPIVolumeSource # parseJSONList :: Value -> Parser [V1DownwardAPIVolumeSource] # |
data V1DownwardAPIVolumeFile Source #
V1DownwardAPIVolumeFile DownwardAPIVolumeFile represents information to create the file containing the pod field
Constructors
V1DownwardAPIVolumeFile | |
Fields
|
Instances
Eq V1DownwardAPIVolumeFile Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DownwardAPIVolumeFile -> V1DownwardAPIVolumeFile -> Bool # (/=) :: V1DownwardAPIVolumeFile -> V1DownwardAPIVolumeFile -> Bool # | |
Show V1DownwardAPIVolumeFile Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DownwardAPIVolumeFile -> ShowS # show :: V1DownwardAPIVolumeFile -> String # showList :: [V1DownwardAPIVolumeFile] -> ShowS # | |
ToJSON V1DownwardAPIVolumeFile Source # | ToJSON V1DownwardAPIVolumeFile |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DownwardAPIVolumeFile -> Value # toEncoding :: V1DownwardAPIVolumeFile -> Encoding # toJSONList :: [V1DownwardAPIVolumeFile] -> Value # | |
FromJSON V1DownwardAPIVolumeFile Source # | FromJSON V1DownwardAPIVolumeFile |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DownwardAPIVolumeFile # parseJSONList :: Value -> Parser [V1DownwardAPIVolumeFile] # |
data V1DownwardAPIProjection Source #
V1DownwardAPIProjection Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
Constructors
V1DownwardAPIProjection | |
Fields
|
Instances
Eq V1DownwardAPIProjection Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DownwardAPIProjection -> V1DownwardAPIProjection -> Bool # (/=) :: V1DownwardAPIProjection -> V1DownwardAPIProjection -> Bool # | |
Show V1DownwardAPIProjection Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DownwardAPIProjection -> ShowS # show :: V1DownwardAPIProjection -> String # showList :: [V1DownwardAPIProjection] -> ShowS # | |
ToJSON V1DownwardAPIProjection Source # | ToJSON V1DownwardAPIProjection |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DownwardAPIProjection -> Value # toEncoding :: V1DownwardAPIProjection -> Encoding # toJSONList :: [V1DownwardAPIProjection] -> Value # | |
FromJSON V1DownwardAPIProjection Source # | FromJSON V1DownwardAPIProjection |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DownwardAPIProjection # parseJSONList :: Value -> Parser [V1DownwardAPIProjection] # |
data V1DeploymentStrategy Source #
V1DeploymentStrategy DeploymentStrategy describes how to replace existing pods with new ones.
Constructors
V1DeploymentStrategy | |
Fields
|
Instances
Eq V1DeploymentStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DeploymentStrategy -> V1DeploymentStrategy -> Bool # (/=) :: V1DeploymentStrategy -> V1DeploymentStrategy -> Bool # | |
Show V1DeploymentStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DeploymentStrategy -> ShowS # show :: V1DeploymentStrategy -> String # showList :: [V1DeploymentStrategy] -> ShowS # | |
ToJSON V1DeploymentStrategy Source # | ToJSON V1DeploymentStrategy |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DeploymentStrategy -> Value # toEncoding :: V1DeploymentStrategy -> Encoding # toJSONList :: [V1DeploymentStrategy] -> Value # toEncodingList :: [V1DeploymentStrategy] -> Encoding # | |
FromJSON V1DeploymentStrategy Source # | FromJSON V1DeploymentStrategy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DeploymentStrategy # parseJSONList :: Value -> Parser [V1DeploymentStrategy] # |
data V1DeploymentStatus Source #
V1DeploymentStatus DeploymentStatus is the most recently observed status of the Deployment.
Constructors
V1DeploymentStatus | |
Fields
|
Instances
Eq V1DeploymentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DeploymentStatus -> V1DeploymentStatus -> Bool # (/=) :: V1DeploymentStatus -> V1DeploymentStatus -> Bool # | |
Show V1DeploymentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DeploymentStatus -> ShowS # show :: V1DeploymentStatus -> String # showList :: [V1DeploymentStatus] -> ShowS # | |
ToJSON V1DeploymentStatus Source # | ToJSON V1DeploymentStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DeploymentStatus -> Value # toEncoding :: V1DeploymentStatus -> Encoding # toJSONList :: [V1DeploymentStatus] -> Value # toEncodingList :: [V1DeploymentStatus] -> Encoding # | |
FromJSON V1DeploymentStatus Source # | FromJSON V1DeploymentStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DeploymentStatus # parseJSONList :: Value -> Parser [V1DeploymentStatus] # |
data V1DeploymentSpec Source #
V1DeploymentSpec DeploymentSpec is the specification of the desired behavior of the Deployment.
Constructors
V1DeploymentSpec | |
Fields
|
Instances
Eq V1DeploymentSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DeploymentSpec -> V1DeploymentSpec -> Bool # (/=) :: V1DeploymentSpec -> V1DeploymentSpec -> Bool # | |
Show V1DeploymentSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DeploymentSpec -> ShowS # show :: V1DeploymentSpec -> String # showList :: [V1DeploymentSpec] -> ShowS # | |
ToJSON V1DeploymentSpec Source # | ToJSON V1DeploymentSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DeploymentSpec -> Value # toEncoding :: V1DeploymentSpec -> Encoding # toJSONList :: [V1DeploymentSpec] -> Value # toEncodingList :: [V1DeploymentSpec] -> Encoding # | |
FromJSON V1DeploymentSpec Source # | FromJSON V1DeploymentSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DeploymentSpec # parseJSONList :: Value -> Parser [V1DeploymentSpec] # |
data V1DeploymentList Source #
V1DeploymentList DeploymentList is a list of Deployments.
Constructors
V1DeploymentList | |
Fields
|
Instances
Eq V1DeploymentList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DeploymentList -> V1DeploymentList -> Bool # (/=) :: V1DeploymentList -> V1DeploymentList -> Bool # | |
Show V1DeploymentList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DeploymentList -> ShowS # show :: V1DeploymentList -> String # showList :: [V1DeploymentList] -> ShowS # | |
ToJSON V1DeploymentList Source # | ToJSON V1DeploymentList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DeploymentList -> Value # toEncoding :: V1DeploymentList -> Encoding # toJSONList :: [V1DeploymentList] -> Value # toEncodingList :: [V1DeploymentList] -> Encoding # | |
FromJSON V1DeploymentList Source # | FromJSON V1DeploymentList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DeploymentList # parseJSONList :: Value -> Parser [V1DeploymentList] # |
data V1DeploymentCondition Source #
V1DeploymentCondition DeploymentCondition describes the state of a deployment at a certain point.
Constructors
V1DeploymentCondition | |
Fields
|
Instances
Eq V1DeploymentCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DeploymentCondition -> V1DeploymentCondition -> Bool # (/=) :: V1DeploymentCondition -> V1DeploymentCondition -> Bool # | |
Show V1DeploymentCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DeploymentCondition -> ShowS # show :: V1DeploymentCondition -> String # showList :: [V1DeploymentCondition] -> ShowS # | |
ToJSON V1DeploymentCondition Source # | ToJSON V1DeploymentCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DeploymentCondition -> Value # toEncoding :: V1DeploymentCondition -> Encoding # toJSONList :: [V1DeploymentCondition] -> Value # toEncodingList :: [V1DeploymentCondition] -> Encoding # | |
FromJSON V1DeploymentCondition Source # | FromJSON V1DeploymentCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DeploymentCondition # parseJSONList :: Value -> Parser [V1DeploymentCondition] # |
data V1Deployment Source #
V1Deployment Deployment enables declarative updates for Pods and ReplicaSets.
Constructors
V1Deployment | |
Fields
|
Instances
data V1DeleteOptions Source #
V1DeleteOptions DeleteOptions may be provided when deleting an API object.
Constructors
V1DeleteOptions | |
Fields
|
Instances
data V1DaemonSetUpdateStrategy Source #
V1DaemonSetUpdateStrategy DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
Constructors
V1DaemonSetUpdateStrategy | |
Fields
|
Instances
Eq V1DaemonSetUpdateStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DaemonSetUpdateStrategy -> V1DaemonSetUpdateStrategy -> Bool # (/=) :: V1DaemonSetUpdateStrategy -> V1DaemonSetUpdateStrategy -> Bool # | |
Show V1DaemonSetUpdateStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DaemonSetUpdateStrategy -> ShowS # show :: V1DaemonSetUpdateStrategy -> String # showList :: [V1DaemonSetUpdateStrategy] -> ShowS # | |
ToJSON V1DaemonSetUpdateStrategy Source # | ToJSON V1DaemonSetUpdateStrategy |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DaemonSetUpdateStrategy -> Value # toEncoding :: V1DaemonSetUpdateStrategy -> Encoding # toJSONList :: [V1DaemonSetUpdateStrategy] -> Value # | |
FromJSON V1DaemonSetUpdateStrategy Source # | FromJSON V1DaemonSetUpdateStrategy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DaemonSetUpdateStrategy # parseJSONList :: Value -> Parser [V1DaemonSetUpdateStrategy] # |
data V1DaemonSetStatus Source #
V1DaemonSetStatus DaemonSetStatus represents the current status of a daemon set.
Constructors
V1DaemonSetStatus | |
Fields
|
Instances
Eq V1DaemonSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DaemonSetStatus -> V1DaemonSetStatus -> Bool # (/=) :: V1DaemonSetStatus -> V1DaemonSetStatus -> Bool # | |
Show V1DaemonSetStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DaemonSetStatus -> ShowS # show :: V1DaemonSetStatus -> String # showList :: [V1DaemonSetStatus] -> ShowS # | |
ToJSON V1DaemonSetStatus Source # | ToJSON V1DaemonSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DaemonSetStatus -> Value # toEncoding :: V1DaemonSetStatus -> Encoding # toJSONList :: [V1DaemonSetStatus] -> Value # toEncodingList :: [V1DaemonSetStatus] -> Encoding # | |
FromJSON V1DaemonSetStatus Source # | FromJSON V1DaemonSetStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DaemonSetStatus # parseJSONList :: Value -> Parser [V1DaemonSetStatus] # |
data V1DaemonSetSpec Source #
V1DaemonSetSpec DaemonSetSpec is the specification of a daemon set.
Constructors
V1DaemonSetSpec | |
Fields
|
Instances
Eq V1DaemonSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DaemonSetSpec -> V1DaemonSetSpec -> Bool # (/=) :: V1DaemonSetSpec -> V1DaemonSetSpec -> Bool # | |
Show V1DaemonSetSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DaemonSetSpec -> ShowS # show :: V1DaemonSetSpec -> String # showList :: [V1DaemonSetSpec] -> ShowS # | |
ToJSON V1DaemonSetSpec Source # | ToJSON V1DaemonSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DaemonSetSpec -> Value # toEncoding :: V1DaemonSetSpec -> Encoding # toJSONList :: [V1DaemonSetSpec] -> Value # toEncodingList :: [V1DaemonSetSpec] -> Encoding # | |
FromJSON V1DaemonSetSpec Source # | FromJSON V1DaemonSetSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DaemonSetSpec # parseJSONList :: Value -> Parser [V1DaemonSetSpec] # |
data V1DaemonSetList Source #
V1DaemonSetList DaemonSetList is a collection of daemon sets.
Constructors
V1DaemonSetList | |
Fields
|
Instances
Eq V1DaemonSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DaemonSetList -> V1DaemonSetList -> Bool # (/=) :: V1DaemonSetList -> V1DaemonSetList -> Bool # | |
Show V1DaemonSetList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DaemonSetList -> ShowS # show :: V1DaemonSetList -> String # showList :: [V1DaemonSetList] -> ShowS # | |
ToJSON V1DaemonSetList Source # | ToJSON V1DaemonSetList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DaemonSetList -> Value # toEncoding :: V1DaemonSetList -> Encoding # toJSONList :: [V1DaemonSetList] -> Value # toEncodingList :: [V1DaemonSetList] -> Encoding # | |
FromJSON V1DaemonSetList Source # | FromJSON V1DaemonSetList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DaemonSetList # parseJSONList :: Value -> Parser [V1DaemonSetList] # |
data V1DaemonSetCondition Source #
V1DaemonSetCondition DaemonSetCondition describes the state of a DaemonSet at a certain point.
Constructors
V1DaemonSetCondition | |
Fields
|
Instances
Eq V1DaemonSetCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DaemonSetCondition -> V1DaemonSetCondition -> Bool # (/=) :: V1DaemonSetCondition -> V1DaemonSetCondition -> Bool # | |
Show V1DaemonSetCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DaemonSetCondition -> ShowS # show :: V1DaemonSetCondition -> String # showList :: [V1DaemonSetCondition] -> ShowS # | |
ToJSON V1DaemonSetCondition Source # | ToJSON V1DaemonSetCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DaemonSetCondition -> Value # toEncoding :: V1DaemonSetCondition -> Encoding # toJSONList :: [V1DaemonSetCondition] -> Value # toEncodingList :: [V1DaemonSetCondition] -> Encoding # | |
FromJSON V1DaemonSetCondition Source # | FromJSON V1DaemonSetCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DaemonSetCondition # parseJSONList :: Value -> Parser [V1DaemonSetCondition] # |
data V1DaemonSet Source #
V1DaemonSet DaemonSet represents the configuration of a daemon set.
Constructors
V1DaemonSet | |
Fields
|
Instances
data V1DaemonEndpoint Source #
V1DaemonEndpoint DaemonEndpoint contains information about a single Daemon endpoint.
Constructors
V1DaemonEndpoint | |
Fields
|
Instances
Eq V1DaemonEndpoint Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1DaemonEndpoint -> V1DaemonEndpoint -> Bool # (/=) :: V1DaemonEndpoint -> V1DaemonEndpoint -> Bool # | |
Show V1DaemonEndpoint Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1DaemonEndpoint -> ShowS # show :: V1DaemonEndpoint -> String # showList :: [V1DaemonEndpoint] -> ShowS # | |
ToJSON V1DaemonEndpoint Source # | ToJSON V1DaemonEndpoint |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1DaemonEndpoint -> Value # toEncoding :: V1DaemonEndpoint -> Encoding # toJSONList :: [V1DaemonEndpoint] -> Value # toEncodingList :: [V1DaemonEndpoint] -> Encoding # | |
FromJSON V1DaemonEndpoint Source # | FromJSON V1DaemonEndpoint |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1DaemonEndpoint # parseJSONList :: Value -> Parser [V1DaemonEndpoint] # |
data V1CustomResourceValidation Source #
V1CustomResourceValidation CustomResourceValidation is a list of validation methods for CustomResources.
Constructors
V1CustomResourceValidation | |
Fields
|
Instances
data V1CustomResourceSubresources Source #
V1CustomResourceSubresources CustomResourceSubresources defines the status and scale subresources for CustomResources.
Constructors
V1CustomResourceSubresources | |
Fields
|
Instances
data V1CustomResourceSubresourceScale Source #
V1CustomResourceSubresourceScale CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
Constructors
V1CustomResourceSubresourceScale | |
Fields
|
Instances
Eq V1CustomResourceSubresourceScale Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1CustomResourceSubresourceScale Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CustomResourceSubresourceScale -> ShowS # | |
ToJSON V1CustomResourceSubresourceScale Source # | ToJSON V1CustomResourceSubresourceScale |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1CustomResourceSubresourceScale Source # | FromJSON V1CustomResourceSubresourceScale |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CustomResourceSubresourceScale # parseJSONList :: Value -> Parser [V1CustomResourceSubresourceScale] # |
data V1CustomResourceDefinitionVersion Source #
V1CustomResourceDefinitionVersion CustomResourceDefinitionVersion describes a version for CRD.
Constructors
V1CustomResourceDefinitionVersion | |
Fields
|
Instances
Eq V1CustomResourceDefinitionVersion Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1CustomResourceDefinitionVersion Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CustomResourceDefinitionVersion -> ShowS # | |
ToJSON V1CustomResourceDefinitionVersion Source # | ToJSON V1CustomResourceDefinitionVersion |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1CustomResourceDefinitionVersion Source # | FromJSON V1CustomResourceDefinitionVersion |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CustomResourceDefinitionVersion # parseJSONList :: Value -> Parser [V1CustomResourceDefinitionVersion] # |
data V1CustomResourceDefinitionStatus Source #
V1CustomResourceDefinitionStatus CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
Constructors
V1CustomResourceDefinitionStatus | |
Fields
|
Instances
Eq V1CustomResourceDefinitionStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1CustomResourceDefinitionStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CustomResourceDefinitionStatus -> ShowS # | |
ToJSON V1CustomResourceDefinitionStatus Source # | ToJSON V1CustomResourceDefinitionStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1CustomResourceDefinitionStatus Source # | FromJSON V1CustomResourceDefinitionStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CustomResourceDefinitionStatus # parseJSONList :: Value -> Parser [V1CustomResourceDefinitionStatus] # |
data V1CustomResourceDefinitionSpec Source #
V1CustomResourceDefinitionSpec CustomResourceDefinitionSpec describes how a user wants their resource to appear
Constructors
V1CustomResourceDefinitionSpec | |
Fields
|
Instances
Eq V1CustomResourceDefinitionSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1CustomResourceDefinitionSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CustomResourceDefinitionSpec -> ShowS # show :: V1CustomResourceDefinitionSpec -> String # showList :: [V1CustomResourceDefinitionSpec] -> ShowS # | |
ToJSON V1CustomResourceDefinitionSpec Source # | ToJSON V1CustomResourceDefinitionSpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1CustomResourceDefinitionSpec Source # | FromJSON V1CustomResourceDefinitionSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CustomResourceDefinitionSpec # parseJSONList :: Value -> Parser [V1CustomResourceDefinitionSpec] # |
data V1CustomResourceDefinitionNames Source #
V1CustomResourceDefinitionNames CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
Constructors
V1CustomResourceDefinitionNames | |
Fields
|
Instances
Eq V1CustomResourceDefinitionNames Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1CustomResourceDefinitionNames Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CustomResourceDefinitionNames -> ShowS # | |
ToJSON V1CustomResourceDefinitionNames Source # | ToJSON V1CustomResourceDefinitionNames |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1CustomResourceDefinitionNames Source # | FromJSON V1CustomResourceDefinitionNames |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CustomResourceDefinitionNames # parseJSONList :: Value -> Parser [V1CustomResourceDefinitionNames] # |
data V1CustomResourceDefinitionList Source #
V1CustomResourceDefinitionList CustomResourceDefinitionList is a list of CustomResourceDefinition objects.
Constructors
V1CustomResourceDefinitionList | |
Fields
|
Instances
Eq V1CustomResourceDefinitionList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1CustomResourceDefinitionList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CustomResourceDefinitionList -> ShowS # show :: V1CustomResourceDefinitionList -> String # showList :: [V1CustomResourceDefinitionList] -> ShowS # | |
ToJSON V1CustomResourceDefinitionList Source # | ToJSON V1CustomResourceDefinitionList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1CustomResourceDefinitionList Source # | FromJSON V1CustomResourceDefinitionList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CustomResourceDefinitionList # parseJSONList :: Value -> Parser [V1CustomResourceDefinitionList] # |
data V1CustomResourceDefinitionCondition Source #
V1CustomResourceDefinitionCondition CustomResourceDefinitionCondition contains details for the current condition of this pod.
Constructors
V1CustomResourceDefinitionCondition | |
Fields
|
Instances
Eq V1CustomResourceDefinitionCondition Source # | |
Show V1CustomResourceDefinitionCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CustomResourceDefinitionCondition -> ShowS # show :: V1CustomResourceDefinitionCondition -> String # showList :: [V1CustomResourceDefinitionCondition] -> ShowS # | |
ToJSON V1CustomResourceDefinitionCondition Source # | ToJSON V1CustomResourceDefinitionCondition |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1CustomResourceDefinitionCondition Source # | FromJSON V1CustomResourceDefinitionCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CustomResourceDefinitionCondition # parseJSONList :: Value -> Parser [V1CustomResourceDefinitionCondition] # |
data V1CustomResourceDefinition Source #
V1CustomResourceDefinition CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format .spec.name..spec.group.
Constructors
V1CustomResourceDefinition | |
Fields
|
Instances
data V1CustomResourceConversion Source #
V1CustomResourceConversion CustomResourceConversion describes how to convert different versions of a CR.
Constructors
V1CustomResourceConversion | |
Fields
|
Instances
data V1CustomResourceColumnDefinition Source #
V1CustomResourceColumnDefinition CustomResourceColumnDefinition specifies a column for server side printing.
Constructors
V1CustomResourceColumnDefinition | |
Fields
|
Instances
Eq V1CustomResourceColumnDefinition Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1CustomResourceColumnDefinition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CustomResourceColumnDefinition -> ShowS # | |
ToJSON V1CustomResourceColumnDefinition Source # | ToJSON V1CustomResourceColumnDefinition |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1CustomResourceColumnDefinition Source # | FromJSON V1CustomResourceColumnDefinition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CustomResourceColumnDefinition # parseJSONList :: Value -> Parser [V1CustomResourceColumnDefinition] # |
data V1CrossVersionObjectReference Source #
V1CrossVersionObjectReference CrossVersionObjectReference contains enough information to let you identify the referred resource.
Constructors
V1CrossVersionObjectReference | |
Fields
|
Instances
Eq V1CrossVersionObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1CrossVersionObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CrossVersionObjectReference -> ShowS # show :: V1CrossVersionObjectReference -> String # showList :: [V1CrossVersionObjectReference] -> ShowS # | |
ToJSON V1CrossVersionObjectReference Source # | ToJSON V1CrossVersionObjectReference |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1CrossVersionObjectReference -> Value # toEncoding :: V1CrossVersionObjectReference -> Encoding # toJSONList :: [V1CrossVersionObjectReference] -> Value # toEncodingList :: [V1CrossVersionObjectReference] -> Encoding # | |
FromJSON V1CrossVersionObjectReference Source # | FromJSON V1CrossVersionObjectReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CrossVersionObjectReference # parseJSONList :: Value -> Parser [V1CrossVersionObjectReference] # |
data V1ControllerRevisionList Source #
V1ControllerRevisionList ControllerRevisionList is a resource containing a list of ControllerRevision objects.
Constructors
V1ControllerRevisionList | |
Fields
|
Instances
Eq V1ControllerRevisionList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ControllerRevisionList -> V1ControllerRevisionList -> Bool # (/=) :: V1ControllerRevisionList -> V1ControllerRevisionList -> Bool # | |
Show V1ControllerRevisionList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ControllerRevisionList -> ShowS # show :: V1ControllerRevisionList -> String # showList :: [V1ControllerRevisionList] -> ShowS # | |
ToJSON V1ControllerRevisionList Source # | ToJSON V1ControllerRevisionList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ControllerRevisionList -> Value # toEncoding :: V1ControllerRevisionList -> Encoding # toJSONList :: [V1ControllerRevisionList] -> Value # | |
FromJSON V1ControllerRevisionList Source # | FromJSON V1ControllerRevisionList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ControllerRevisionList # parseJSONList :: Value -> Parser [V1ControllerRevisionList] # |
data V1ControllerRevision Source #
V1ControllerRevision ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
Constructors
V1ControllerRevision | |
Fields
|
Instances
data V1ContainerStatus Source #
V1ContainerStatus ContainerStatus contains details for the current status of this container.
Constructors
V1ContainerStatus | |
Fields
|
Instances
Eq V1ContainerStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ContainerStatus -> V1ContainerStatus -> Bool # (/=) :: V1ContainerStatus -> V1ContainerStatus -> Bool # | |
Show V1ContainerStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ContainerStatus -> ShowS # show :: V1ContainerStatus -> String # showList :: [V1ContainerStatus] -> ShowS # | |
ToJSON V1ContainerStatus Source # | ToJSON V1ContainerStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ContainerStatus -> Value # toEncoding :: V1ContainerStatus -> Encoding # toJSONList :: [V1ContainerStatus] -> Value # toEncodingList :: [V1ContainerStatus] -> Encoding # | |
FromJSON V1ContainerStatus Source # | FromJSON V1ContainerStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ContainerStatus # parseJSONList :: Value -> Parser [V1ContainerStatus] # |
data V1ContainerStateWaiting Source #
V1ContainerStateWaiting ContainerStateWaiting is a waiting state of a container.
Constructors
V1ContainerStateWaiting | |
Fields
|
Instances
Eq V1ContainerStateWaiting Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ContainerStateWaiting -> V1ContainerStateWaiting -> Bool # (/=) :: V1ContainerStateWaiting -> V1ContainerStateWaiting -> Bool # | |
Show V1ContainerStateWaiting Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ContainerStateWaiting -> ShowS # show :: V1ContainerStateWaiting -> String # showList :: [V1ContainerStateWaiting] -> ShowS # | |
ToJSON V1ContainerStateWaiting Source # | ToJSON V1ContainerStateWaiting |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ContainerStateWaiting -> Value # toEncoding :: V1ContainerStateWaiting -> Encoding # toJSONList :: [V1ContainerStateWaiting] -> Value # | |
FromJSON V1ContainerStateWaiting Source # | FromJSON V1ContainerStateWaiting |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ContainerStateWaiting # parseJSONList :: Value -> Parser [V1ContainerStateWaiting] # |
data V1ContainerStateTerminated Source #
V1ContainerStateTerminated ContainerStateTerminated is a terminated state of a container.
Constructors
V1ContainerStateTerminated | |
Fields
|
Instances
data V1ContainerStateRunning Source #
V1ContainerStateRunning ContainerStateRunning is a running state of a container.
Constructors
V1ContainerStateRunning | |
Fields
|
Instances
Eq V1ContainerStateRunning Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ContainerStateRunning -> V1ContainerStateRunning -> Bool # (/=) :: V1ContainerStateRunning -> V1ContainerStateRunning -> Bool # | |
Show V1ContainerStateRunning Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ContainerStateRunning -> ShowS # show :: V1ContainerStateRunning -> String # showList :: [V1ContainerStateRunning] -> ShowS # | |
ToJSON V1ContainerStateRunning Source # | ToJSON V1ContainerStateRunning |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ContainerStateRunning -> Value # toEncoding :: V1ContainerStateRunning -> Encoding # toJSONList :: [V1ContainerStateRunning] -> Value # | |
FromJSON V1ContainerStateRunning Source # | FromJSON V1ContainerStateRunning |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ContainerStateRunning # parseJSONList :: Value -> Parser [V1ContainerStateRunning] # |
data V1ContainerState Source #
V1ContainerState ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.
Constructors
V1ContainerState | |
Fields
|
Instances
Eq V1ContainerState Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ContainerState -> V1ContainerState -> Bool # (/=) :: V1ContainerState -> V1ContainerState -> Bool # | |
Show V1ContainerState Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ContainerState -> ShowS # show :: V1ContainerState -> String # showList :: [V1ContainerState] -> ShowS # | |
ToJSON V1ContainerState Source # | ToJSON V1ContainerState |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ContainerState -> Value # toEncoding :: V1ContainerState -> Encoding # toJSONList :: [V1ContainerState] -> Value # toEncodingList :: [V1ContainerState] -> Encoding # | |
FromJSON V1ContainerState Source # | FromJSON V1ContainerState |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ContainerState # parseJSONList :: Value -> Parser [V1ContainerState] # |
data V1ContainerPort Source #
V1ContainerPort ContainerPort represents a network port in a single container.
Constructors
V1ContainerPort | |
Fields
|
Instances
Eq V1ContainerPort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ContainerPort -> V1ContainerPort -> Bool # (/=) :: V1ContainerPort -> V1ContainerPort -> Bool # | |
Show V1ContainerPort Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ContainerPort -> ShowS # show :: V1ContainerPort -> String # showList :: [V1ContainerPort] -> ShowS # | |
ToJSON V1ContainerPort Source # | ToJSON V1ContainerPort |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ContainerPort -> Value # toEncoding :: V1ContainerPort -> Encoding # toJSONList :: [V1ContainerPort] -> Value # toEncodingList :: [V1ContainerPort] -> Encoding # | |
FromJSON V1ContainerPort Source # | FromJSON V1ContainerPort |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ContainerPort # parseJSONList :: Value -> Parser [V1ContainerPort] # |
data V1ContainerImage Source #
V1ContainerImage Describe a container image
Constructors
V1ContainerImage | |
Fields
|
Instances
Eq V1ContainerImage Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ContainerImage -> V1ContainerImage -> Bool # (/=) :: V1ContainerImage -> V1ContainerImage -> Bool # | |
Show V1ContainerImage Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ContainerImage -> ShowS # show :: V1ContainerImage -> String # showList :: [V1ContainerImage] -> ShowS # | |
ToJSON V1ContainerImage Source # | ToJSON V1ContainerImage |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ContainerImage -> Value # toEncoding :: V1ContainerImage -> Encoding # toJSONList :: [V1ContainerImage] -> Value # toEncodingList :: [V1ContainerImage] -> Encoding # | |
FromJSON V1ContainerImage Source # | FromJSON V1ContainerImage |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ContainerImage # parseJSONList :: Value -> Parser [V1ContainerImage] # |
data V1Container Source #
V1Container A single application container that you want to run within a pod.
Constructors
V1Container | |
Fields
|
Instances
Eq V1Container Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1Container Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1Container -> ShowS # show :: V1Container -> String # showList :: [V1Container] -> ShowS # | |
ToJSON V1Container Source # | ToJSON V1Container |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1Container -> Value # toEncoding :: V1Container -> Encoding # toJSONList :: [V1Container] -> Value # toEncodingList :: [V1Container] -> Encoding # | |
FromJSON V1Container Source # | FromJSON V1Container |
Defined in Kubernetes.OpenAPI.Model |
data V1ConfigMapVolumeSource Source #
V1ConfigMapVolumeSource Adapts a ConfigMap into a volume. The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.
Constructors
V1ConfigMapVolumeSource | |
Fields
|
Instances
Eq V1ConfigMapVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ConfigMapVolumeSource -> V1ConfigMapVolumeSource -> Bool # (/=) :: V1ConfigMapVolumeSource -> V1ConfigMapVolumeSource -> Bool # | |
Show V1ConfigMapVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ConfigMapVolumeSource -> ShowS # show :: V1ConfigMapVolumeSource -> String # showList :: [V1ConfigMapVolumeSource] -> ShowS # | |
ToJSON V1ConfigMapVolumeSource Source # | ToJSON V1ConfigMapVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ConfigMapVolumeSource -> Value # toEncoding :: V1ConfigMapVolumeSource -> Encoding # toJSONList :: [V1ConfigMapVolumeSource] -> Value # | |
FromJSON V1ConfigMapVolumeSource Source # | FromJSON V1ConfigMapVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ConfigMapVolumeSource # parseJSONList :: Value -> Parser [V1ConfigMapVolumeSource] # |
data V1ConfigMapProjection Source #
V1ConfigMapProjection Adapts a ConfigMap into a projected volume. The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.
Constructors
V1ConfigMapProjection | |
Fields
|
Instances
Eq V1ConfigMapProjection Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ConfigMapProjection -> V1ConfigMapProjection -> Bool # (/=) :: V1ConfigMapProjection -> V1ConfigMapProjection -> Bool # | |
Show V1ConfigMapProjection Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ConfigMapProjection -> ShowS # show :: V1ConfigMapProjection -> String # showList :: [V1ConfigMapProjection] -> ShowS # | |
ToJSON V1ConfigMapProjection Source # | ToJSON V1ConfigMapProjection |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ConfigMapProjection -> Value # toEncoding :: V1ConfigMapProjection -> Encoding # toJSONList :: [V1ConfigMapProjection] -> Value # toEncodingList :: [V1ConfigMapProjection] -> Encoding # | |
FromJSON V1ConfigMapProjection Source # | FromJSON V1ConfigMapProjection |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ConfigMapProjection # parseJSONList :: Value -> Parser [V1ConfigMapProjection] # |
data V1ConfigMapNodeConfigSource Source #
V1ConfigMapNodeConfigSource ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.
Constructors
V1ConfigMapNodeConfigSource | |
Fields
|
Instances
data V1ConfigMapList Source #
V1ConfigMapList ConfigMapList is a resource containing a list of ConfigMap objects.
Constructors
V1ConfigMapList | |
Fields
|
Instances
Eq V1ConfigMapList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ConfigMapList -> V1ConfigMapList -> Bool # (/=) :: V1ConfigMapList -> V1ConfigMapList -> Bool # | |
Show V1ConfigMapList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ConfigMapList -> ShowS # show :: V1ConfigMapList -> String # showList :: [V1ConfigMapList] -> ShowS # | |
ToJSON V1ConfigMapList Source # | ToJSON V1ConfigMapList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ConfigMapList -> Value # toEncoding :: V1ConfigMapList -> Encoding # toJSONList :: [V1ConfigMapList] -> Value # toEncodingList :: [V1ConfigMapList] -> Encoding # | |
FromJSON V1ConfigMapList Source # | FromJSON V1ConfigMapList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ConfigMapList # parseJSONList :: Value -> Parser [V1ConfigMapList] # |
data V1ConfigMapKeySelector Source #
V1ConfigMapKeySelector Selects a key from a ConfigMap.
Constructors
V1ConfigMapKeySelector | |
Fields
|
Instances
Eq V1ConfigMapKeySelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ConfigMapKeySelector -> V1ConfigMapKeySelector -> Bool # (/=) :: V1ConfigMapKeySelector -> V1ConfigMapKeySelector -> Bool # | |
Show V1ConfigMapKeySelector Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ConfigMapKeySelector -> ShowS # show :: V1ConfigMapKeySelector -> String # showList :: [V1ConfigMapKeySelector] -> ShowS # | |
ToJSON V1ConfigMapKeySelector Source # | ToJSON V1ConfigMapKeySelector |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ConfigMapKeySelector -> Value # toEncoding :: V1ConfigMapKeySelector -> Encoding # toJSONList :: [V1ConfigMapKeySelector] -> Value # | |
FromJSON V1ConfigMapKeySelector Source # | FromJSON V1ConfigMapKeySelector |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ConfigMapKeySelector # parseJSONList :: Value -> Parser [V1ConfigMapKeySelector] # |
data V1ConfigMapEnvSource Source #
V1ConfigMapEnvSource ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.
Constructors
V1ConfigMapEnvSource | |
Fields
|
Instances
Eq V1ConfigMapEnvSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ConfigMapEnvSource -> V1ConfigMapEnvSource -> Bool # (/=) :: V1ConfigMapEnvSource -> V1ConfigMapEnvSource -> Bool # | |
Show V1ConfigMapEnvSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ConfigMapEnvSource -> ShowS # show :: V1ConfigMapEnvSource -> String # showList :: [V1ConfigMapEnvSource] -> ShowS # | |
ToJSON V1ConfigMapEnvSource Source # | ToJSON V1ConfigMapEnvSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ConfigMapEnvSource -> Value # toEncoding :: V1ConfigMapEnvSource -> Encoding # toJSONList :: [V1ConfigMapEnvSource] -> Value # toEncodingList :: [V1ConfigMapEnvSource] -> Encoding # | |
FromJSON V1ConfigMapEnvSource Source # | FromJSON V1ConfigMapEnvSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ConfigMapEnvSource # parseJSONList :: Value -> Parser [V1ConfigMapEnvSource] # |
data V1ConfigMap Source #
V1ConfigMap ConfigMap holds configuration data for pods to consume.
Constructors
V1ConfigMap | |
Fields
|
Instances
data V1ComponentStatusList Source #
V1ComponentStatusList Status of all the conditions for the component as a list of ComponentStatus objects.
Constructors
V1ComponentStatusList | |
Fields
|
Instances
Eq V1ComponentStatusList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ComponentStatusList -> V1ComponentStatusList -> Bool # (/=) :: V1ComponentStatusList -> V1ComponentStatusList -> Bool # | |
Show V1ComponentStatusList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ComponentStatusList -> ShowS # show :: V1ComponentStatusList -> String # showList :: [V1ComponentStatusList] -> ShowS # | |
ToJSON V1ComponentStatusList Source # | ToJSON V1ComponentStatusList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ComponentStatusList -> Value # toEncoding :: V1ComponentStatusList -> Encoding # toJSONList :: [V1ComponentStatusList] -> Value # toEncodingList :: [V1ComponentStatusList] -> Encoding # | |
FromJSON V1ComponentStatusList Source # | FromJSON V1ComponentStatusList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ComponentStatusList # parseJSONList :: Value -> Parser [V1ComponentStatusList] # |
data V1ComponentStatus Source #
V1ComponentStatus ComponentStatus (and ComponentStatusList) holds the cluster validation info.
Constructors
V1ComponentStatus | |
Fields
|
Instances
Eq V1ComponentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ComponentStatus -> V1ComponentStatus -> Bool # (/=) :: V1ComponentStatus -> V1ComponentStatus -> Bool # | |
Show V1ComponentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ComponentStatus -> ShowS # show :: V1ComponentStatus -> String # showList :: [V1ComponentStatus] -> ShowS # | |
ToJSON V1ComponentStatus Source # | ToJSON V1ComponentStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ComponentStatus -> Value # toEncoding :: V1ComponentStatus -> Encoding # toJSONList :: [V1ComponentStatus] -> Value # toEncodingList :: [V1ComponentStatus] -> Encoding # | |
FromJSON V1ComponentStatus Source # | FromJSON V1ComponentStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ComponentStatus # parseJSONList :: Value -> Parser [V1ComponentStatus] # |
data V1ComponentCondition Source #
V1ComponentCondition Information about the condition of a component.
Constructors
V1ComponentCondition | |
Fields
|
Instances
Eq V1ComponentCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ComponentCondition -> V1ComponentCondition -> Bool # (/=) :: V1ComponentCondition -> V1ComponentCondition -> Bool # | |
Show V1ComponentCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ComponentCondition -> ShowS # show :: V1ComponentCondition -> String # showList :: [V1ComponentCondition] -> ShowS # | |
ToJSON V1ComponentCondition Source # | ToJSON V1ComponentCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ComponentCondition -> Value # toEncoding :: V1ComponentCondition -> Encoding # toJSONList :: [V1ComponentCondition] -> Value # toEncodingList :: [V1ComponentCondition] -> Encoding # | |
FromJSON V1ComponentCondition Source # | FromJSON V1ComponentCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ComponentCondition # parseJSONList :: Value -> Parser [V1ComponentCondition] # |
data V1ClusterRoleList Source #
V1ClusterRoleList ClusterRoleList is a collection of ClusterRoles
Constructors
V1ClusterRoleList | |
Fields
|
Instances
Eq V1ClusterRoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ClusterRoleList -> V1ClusterRoleList -> Bool # (/=) :: V1ClusterRoleList -> V1ClusterRoleList -> Bool # | |
Show V1ClusterRoleList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ClusterRoleList -> ShowS # show :: V1ClusterRoleList -> String # showList :: [V1ClusterRoleList] -> ShowS # | |
ToJSON V1ClusterRoleList Source # | ToJSON V1ClusterRoleList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ClusterRoleList -> Value # toEncoding :: V1ClusterRoleList -> Encoding # toJSONList :: [V1ClusterRoleList] -> Value # toEncodingList :: [V1ClusterRoleList] -> Encoding # | |
FromJSON V1ClusterRoleList Source # | FromJSON V1ClusterRoleList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ClusterRoleList # parseJSONList :: Value -> Parser [V1ClusterRoleList] # |
data V1ClusterRoleBindingList Source #
V1ClusterRoleBindingList ClusterRoleBindingList is a collection of ClusterRoleBindings
Constructors
V1ClusterRoleBindingList | |
Fields
|
Instances
Eq V1ClusterRoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ClusterRoleBindingList -> V1ClusterRoleBindingList -> Bool # (/=) :: V1ClusterRoleBindingList -> V1ClusterRoleBindingList -> Bool # | |
Show V1ClusterRoleBindingList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ClusterRoleBindingList -> ShowS # show :: V1ClusterRoleBindingList -> String # showList :: [V1ClusterRoleBindingList] -> ShowS # | |
ToJSON V1ClusterRoleBindingList Source # | ToJSON V1ClusterRoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ClusterRoleBindingList -> Value # toEncoding :: V1ClusterRoleBindingList -> Encoding # toJSONList :: [V1ClusterRoleBindingList] -> Value # | |
FromJSON V1ClusterRoleBindingList Source # | FromJSON V1ClusterRoleBindingList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ClusterRoleBindingList # parseJSONList :: Value -> Parser [V1ClusterRoleBindingList] # |
data V1ClusterRoleBinding Source #
V1ClusterRoleBinding ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.
Constructors
V1ClusterRoleBinding | |
Fields
|
Instances
data V1ClusterRole Source #
V1ClusterRole ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.
Constructors
V1ClusterRole | |
Fields
|
Instances
data V1ClientIPConfig Source #
V1ClientIPConfig ClientIPConfig represents the configurations of Client IP based session affinity.
Constructors
V1ClientIPConfig | |
Fields
|
Instances
Eq V1ClientIPConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1ClientIPConfig -> V1ClientIPConfig -> Bool # (/=) :: V1ClientIPConfig -> V1ClientIPConfig -> Bool # | |
Show V1ClientIPConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1ClientIPConfig -> ShowS # show :: V1ClientIPConfig -> String # showList :: [V1ClientIPConfig] -> ShowS # | |
ToJSON V1ClientIPConfig Source # | ToJSON V1ClientIPConfig |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1ClientIPConfig -> Value # toEncoding :: V1ClientIPConfig -> Encoding # toJSONList :: [V1ClientIPConfig] -> Value # toEncodingList :: [V1ClientIPConfig] -> Encoding # | |
FromJSON V1ClientIPConfig Source # | FromJSON V1ClientIPConfig |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1ClientIPConfig # parseJSONList :: Value -> Parser [V1ClientIPConfig] # |
data V1CinderVolumeSource Source #
V1CinderVolumeSource Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.
Constructors
V1CinderVolumeSource | |
Fields
|
Instances
Eq V1CinderVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1CinderVolumeSource -> V1CinderVolumeSource -> Bool # (/=) :: V1CinderVolumeSource -> V1CinderVolumeSource -> Bool # | |
Show V1CinderVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CinderVolumeSource -> ShowS # show :: V1CinderVolumeSource -> String # showList :: [V1CinderVolumeSource] -> ShowS # | |
ToJSON V1CinderVolumeSource Source # | ToJSON V1CinderVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1CinderVolumeSource -> Value # toEncoding :: V1CinderVolumeSource -> Encoding # toJSONList :: [V1CinderVolumeSource] -> Value # toEncodingList :: [V1CinderVolumeSource] -> Encoding # | |
FromJSON V1CinderVolumeSource Source # | FromJSON V1CinderVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CinderVolumeSource # parseJSONList :: Value -> Parser [V1CinderVolumeSource] # |
data V1CinderPersistentVolumeSource Source #
V1CinderPersistentVolumeSource Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.
Constructors
V1CinderPersistentVolumeSource | |
Fields
|
Instances
Eq V1CinderPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1CinderPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CinderPersistentVolumeSource -> ShowS # show :: V1CinderPersistentVolumeSource -> String # showList :: [V1CinderPersistentVolumeSource] -> ShowS # | |
ToJSON V1CinderPersistentVolumeSource Source # | ToJSON V1CinderPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1CinderPersistentVolumeSource Source # | FromJSON V1CinderPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CinderPersistentVolumeSource # parseJSONList :: Value -> Parser [V1CinderPersistentVolumeSource] # |
data V1CephFSVolumeSource Source #
V1CephFSVolumeSource Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.
Constructors
V1CephFSVolumeSource | |
Fields
|
Instances
Eq V1CephFSVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1CephFSVolumeSource -> V1CephFSVolumeSource -> Bool # (/=) :: V1CephFSVolumeSource -> V1CephFSVolumeSource -> Bool # | |
Show V1CephFSVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CephFSVolumeSource -> ShowS # show :: V1CephFSVolumeSource -> String # showList :: [V1CephFSVolumeSource] -> ShowS # | |
ToJSON V1CephFSVolumeSource Source # | ToJSON V1CephFSVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1CephFSVolumeSource -> Value # toEncoding :: V1CephFSVolumeSource -> Encoding # toJSONList :: [V1CephFSVolumeSource] -> Value # toEncodingList :: [V1CephFSVolumeSource] -> Encoding # | |
FromJSON V1CephFSVolumeSource Source # | FromJSON V1CephFSVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CephFSVolumeSource # parseJSONList :: Value -> Parser [V1CephFSVolumeSource] # |
data V1CephFSPersistentVolumeSource Source #
V1CephFSPersistentVolumeSource Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.
Constructors
V1CephFSPersistentVolumeSource | |
Fields
|
Instances
Eq V1CephFSPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1CephFSPersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CephFSPersistentVolumeSource -> ShowS # show :: V1CephFSPersistentVolumeSource -> String # showList :: [V1CephFSPersistentVolumeSource] -> ShowS # | |
ToJSON V1CephFSPersistentVolumeSource Source # | ToJSON V1CephFSPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1CephFSPersistentVolumeSource Source # | FromJSON V1CephFSPersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CephFSPersistentVolumeSource # parseJSONList :: Value -> Parser [V1CephFSPersistentVolumeSource] # |
data V1Capabilities Source #
V1Capabilities Adds and removes POSIX capabilities from running containers.
Constructors
V1Capabilities | |
Fields
|
Instances
Eq V1Capabilities Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1Capabilities -> V1Capabilities -> Bool # (/=) :: V1Capabilities -> V1Capabilities -> Bool # | |
Show V1Capabilities Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1Capabilities -> ShowS # show :: V1Capabilities -> String # showList :: [V1Capabilities] -> ShowS # | |
ToJSON V1Capabilities Source # | ToJSON V1Capabilities |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1Capabilities -> Value # toEncoding :: V1Capabilities -> Encoding # toJSONList :: [V1Capabilities] -> Value # toEncodingList :: [V1Capabilities] -> Encoding # | |
FromJSON V1Capabilities Source # | FromJSON V1Capabilities |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1Capabilities # parseJSONList :: Value -> Parser [V1Capabilities] # |
data V1CSIVolumeSource Source #
V1CSIVolumeSource Represents a source location of a volume to mount, managed by an external CSI driver
Constructors
V1CSIVolumeSource | |
Fields
|
Instances
Eq V1CSIVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1CSIVolumeSource -> V1CSIVolumeSource -> Bool # (/=) :: V1CSIVolumeSource -> V1CSIVolumeSource -> Bool # | |
Show V1CSIVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1CSIVolumeSource -> ShowS # show :: V1CSIVolumeSource -> String # showList :: [V1CSIVolumeSource] -> ShowS # | |
ToJSON V1CSIVolumeSource Source # | ToJSON V1CSIVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1CSIVolumeSource -> Value # toEncoding :: V1CSIVolumeSource -> Encoding # toJSONList :: [V1CSIVolumeSource] -> Value # toEncodingList :: [V1CSIVolumeSource] -> Encoding # | |
FromJSON V1CSIVolumeSource Source # | FromJSON V1CSIVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1CSIVolumeSource # parseJSONList :: Value -> Parser [V1CSIVolumeSource] # |
data V1CSIPersistentVolumeSource Source #
V1CSIPersistentVolumeSource Represents storage that is managed by an external CSI volume driver (Beta feature)
Constructors
V1CSIPersistentVolumeSource | |
Fields
|
Instances
data V1BoundObjectReference Source #
V1BoundObjectReference BoundObjectReference is a reference to an object that a token is bound to.
Constructors
V1BoundObjectReference | |
Fields
|
Instances
Eq V1BoundObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1BoundObjectReference -> V1BoundObjectReference -> Bool # (/=) :: V1BoundObjectReference -> V1BoundObjectReference -> Bool # | |
Show V1BoundObjectReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1BoundObjectReference -> ShowS # show :: V1BoundObjectReference -> String # showList :: [V1BoundObjectReference] -> ShowS # | |
ToJSON V1BoundObjectReference Source # | ToJSON V1BoundObjectReference |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1BoundObjectReference -> Value # toEncoding :: V1BoundObjectReference -> Encoding # toJSONList :: [V1BoundObjectReference] -> Value # | |
FromJSON V1BoundObjectReference Source # | FromJSON V1BoundObjectReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1BoundObjectReference # parseJSONList :: Value -> Parser [V1BoundObjectReference] # |
V1Binding Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.
Constructors
V1Binding | |
Fields
|
Instances
Eq V1Binding Source # | |
Show V1Binding Source # | |
ToJSON V1Binding Source # | ToJSON V1Binding |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1Binding Source # | FromJSON V1Binding |
HasBodyParam CreateNamespacedPodBinding V1Binding Source # | |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods setBodyParam :: (Consumes CreateNamespacedPodBinding contentType, MimeRender contentType V1Binding) => KubernetesRequest CreateNamespacedPodBinding contentType res accept -> V1Binding -> KubernetesRequest CreateNamespacedPodBinding contentType res accept Source # | |
HasBodyParam CreateNamespacedBinding V1Binding Source # | |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods setBodyParam :: (Consumes CreateNamespacedBinding contentType, MimeRender contentType V1Binding) => KubernetesRequest CreateNamespacedBinding contentType res accept -> V1Binding -> KubernetesRequest CreateNamespacedBinding contentType res accept Source # |
data V1AzureFileVolumeSource Source #
V1AzureFileVolumeSource AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
Constructors
V1AzureFileVolumeSource | |
Fields
|
Instances
Eq V1AzureFileVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1AzureFileVolumeSource -> V1AzureFileVolumeSource -> Bool # (/=) :: V1AzureFileVolumeSource -> V1AzureFileVolumeSource -> Bool # | |
Show V1AzureFileVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1AzureFileVolumeSource -> ShowS # show :: V1AzureFileVolumeSource -> String # showList :: [V1AzureFileVolumeSource] -> ShowS # | |
ToJSON V1AzureFileVolumeSource Source # | ToJSON V1AzureFileVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1AzureFileVolumeSource -> Value # toEncoding :: V1AzureFileVolumeSource -> Encoding # toJSONList :: [V1AzureFileVolumeSource] -> Value # | |
FromJSON V1AzureFileVolumeSource Source # | FromJSON V1AzureFileVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1AzureFileVolumeSource # parseJSONList :: Value -> Parser [V1AzureFileVolumeSource] # |
data V1AzureFilePersistentVolumeSource Source #
V1AzureFilePersistentVolumeSource AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
Constructors
V1AzureFilePersistentVolumeSource | |
Fields
|
Instances
Eq V1AzureFilePersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1AzureFilePersistentVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1AzureFilePersistentVolumeSource -> ShowS # | |
ToJSON V1AzureFilePersistentVolumeSource Source # | ToJSON V1AzureFilePersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1AzureFilePersistentVolumeSource Source # | FromJSON V1AzureFilePersistentVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1AzureFilePersistentVolumeSource # parseJSONList :: Value -> Parser [V1AzureFilePersistentVolumeSource] # |
data V1AzureDiskVolumeSource Source #
V1AzureDiskVolumeSource AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
Constructors
V1AzureDiskVolumeSource | |
Fields
|
Instances
Eq V1AzureDiskVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1AzureDiskVolumeSource -> V1AzureDiskVolumeSource -> Bool # (/=) :: V1AzureDiskVolumeSource -> V1AzureDiskVolumeSource -> Bool # | |
Show V1AzureDiskVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1AzureDiskVolumeSource -> ShowS # show :: V1AzureDiskVolumeSource -> String # showList :: [V1AzureDiskVolumeSource] -> ShowS # | |
ToJSON V1AzureDiskVolumeSource Source # | ToJSON V1AzureDiskVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1AzureDiskVolumeSource -> Value # toEncoding :: V1AzureDiskVolumeSource -> Encoding # toJSONList :: [V1AzureDiskVolumeSource] -> Value # | |
FromJSON V1AzureDiskVolumeSource Source # | FromJSON V1AzureDiskVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1AzureDiskVolumeSource # parseJSONList :: Value -> Parser [V1AzureDiskVolumeSource] # |
data V1AttachedVolume Source #
V1AttachedVolume AttachedVolume describes a volume attached to a node
Constructors
V1AttachedVolume | |
Fields
|
Instances
Eq V1AttachedVolume Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1AttachedVolume -> V1AttachedVolume -> Bool # (/=) :: V1AttachedVolume -> V1AttachedVolume -> Bool # | |
Show V1AttachedVolume Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1AttachedVolume -> ShowS # show :: V1AttachedVolume -> String # showList :: [V1AttachedVolume] -> ShowS # | |
ToJSON V1AttachedVolume Source # | ToJSON V1AttachedVolume |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1AttachedVolume -> Value # toEncoding :: V1AttachedVolume -> Encoding # toJSONList :: [V1AttachedVolume] -> Value # toEncodingList :: [V1AttachedVolume] -> Encoding # | |
FromJSON V1AttachedVolume Source # | FromJSON V1AttachedVolume |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1AttachedVolume # parseJSONList :: Value -> Parser [V1AttachedVolume] # |
data V1AggregationRule Source #
V1AggregationRule AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
Constructors
V1AggregationRule | |
Fields
|
Instances
Eq V1AggregationRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1AggregationRule -> V1AggregationRule -> Bool # (/=) :: V1AggregationRule -> V1AggregationRule -> Bool # | |
Show V1AggregationRule Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1AggregationRule -> ShowS # show :: V1AggregationRule -> String # showList :: [V1AggregationRule] -> ShowS # | |
ToJSON V1AggregationRule Source # | ToJSON V1AggregationRule |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1AggregationRule -> Value # toEncoding :: V1AggregationRule -> Encoding # toJSONList :: [V1AggregationRule] -> Value # toEncodingList :: [V1AggregationRule] -> Encoding # | |
FromJSON V1AggregationRule Source # | FromJSON V1AggregationRule |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1AggregationRule # parseJSONList :: Value -> Parser [V1AggregationRule] # |
data V1Affinity Source #
V1Affinity Affinity is a group of affinity scheduling rules.
Constructors
V1Affinity | |
Fields
|
Instances
Eq V1Affinity Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1Affinity Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1Affinity -> ShowS # show :: V1Affinity -> String # showList :: [V1Affinity] -> ShowS # | |
ToJSON V1Affinity Source # | ToJSON V1Affinity |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1Affinity -> Value # toEncoding :: V1Affinity -> Encoding # toJSONList :: [V1Affinity] -> Value # toEncodingList :: [V1Affinity] -> Encoding # | |
FromJSON V1Affinity Source # | FromJSON V1Affinity |
Defined in Kubernetes.OpenAPI.Model |
data V1AWSElasticBlockStoreVolumeSource Source #
V1AWSElasticBlockStoreVolumeSource Represents a Persistent Disk resource in AWS. An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.
Constructors
V1AWSElasticBlockStoreVolumeSource | |
Fields
|
Instances
Eq V1AWSElasticBlockStoreVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1AWSElasticBlockStoreVolumeSource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1AWSElasticBlockStoreVolumeSource -> ShowS # | |
ToJSON V1AWSElasticBlockStoreVolumeSource Source # | ToJSON V1AWSElasticBlockStoreVolumeSource |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON V1AWSElasticBlockStoreVolumeSource Source # | FromJSON V1AWSElasticBlockStoreVolumeSource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1AWSElasticBlockStoreVolumeSource # parseJSONList :: Value -> Parser [V1AWSElasticBlockStoreVolumeSource] # |
data V1APIVersions Source #
V1APIVersions APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.
Constructors
V1APIVersions | |
Fields
|
Instances
Eq V1APIVersions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1APIVersions -> V1APIVersions -> Bool # (/=) :: V1APIVersions -> V1APIVersions -> Bool # | |
Show V1APIVersions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1APIVersions -> ShowS # show :: V1APIVersions -> String # showList :: [V1APIVersions] -> ShowS # | |
ToJSON V1APIVersions Source # | ToJSON V1APIVersions |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1APIVersions -> Value # toEncoding :: V1APIVersions -> Encoding # toJSONList :: [V1APIVersions] -> Value # toEncodingList :: [V1APIVersions] -> Encoding # | |
FromJSON V1APIVersions Source # | FromJSON V1APIVersions |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1APIVersions # parseJSONList :: Value -> Parser [V1APIVersions] # |
data V1APIServiceStatus Source #
V1APIServiceStatus APIServiceStatus contains derived information about an API server
Constructors
V1APIServiceStatus | |
Fields
|
Instances
Eq V1APIServiceStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1APIServiceStatus -> V1APIServiceStatus -> Bool # (/=) :: V1APIServiceStatus -> V1APIServiceStatus -> Bool # | |
Show V1APIServiceStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1APIServiceStatus -> ShowS # show :: V1APIServiceStatus -> String # showList :: [V1APIServiceStatus] -> ShowS # | |
ToJSON V1APIServiceStatus Source # | ToJSON V1APIServiceStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1APIServiceStatus -> Value # toEncoding :: V1APIServiceStatus -> Encoding # toJSONList :: [V1APIServiceStatus] -> Value # toEncodingList :: [V1APIServiceStatus] -> Encoding # | |
FromJSON V1APIServiceStatus Source # | FromJSON V1APIServiceStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1APIServiceStatus # parseJSONList :: Value -> Parser [V1APIServiceStatus] # |
data V1APIServiceSpec Source #
V1APIServiceSpec APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.
Constructors
V1APIServiceSpec | |
Fields
|
Instances
Eq V1APIServiceSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1APIServiceSpec -> V1APIServiceSpec -> Bool # (/=) :: V1APIServiceSpec -> V1APIServiceSpec -> Bool # | |
Show V1APIServiceSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1APIServiceSpec -> ShowS # show :: V1APIServiceSpec -> String # showList :: [V1APIServiceSpec] -> ShowS # | |
ToJSON V1APIServiceSpec Source # | ToJSON V1APIServiceSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1APIServiceSpec -> Value # toEncoding :: V1APIServiceSpec -> Encoding # toJSONList :: [V1APIServiceSpec] -> Value # toEncodingList :: [V1APIServiceSpec] -> Encoding # | |
FromJSON V1APIServiceSpec Source # | FromJSON V1APIServiceSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1APIServiceSpec # parseJSONList :: Value -> Parser [V1APIServiceSpec] # |
data V1APIServiceList Source #
V1APIServiceList APIServiceList is a list of APIService objects.
Constructors
V1APIServiceList | |
Fields
|
Instances
Eq V1APIServiceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1APIServiceList -> V1APIServiceList -> Bool # (/=) :: V1APIServiceList -> V1APIServiceList -> Bool # | |
Show V1APIServiceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1APIServiceList -> ShowS # show :: V1APIServiceList -> String # showList :: [V1APIServiceList] -> ShowS # | |
ToJSON V1APIServiceList Source # | ToJSON V1APIServiceList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1APIServiceList -> Value # toEncoding :: V1APIServiceList -> Encoding # toJSONList :: [V1APIServiceList] -> Value # toEncodingList :: [V1APIServiceList] -> Encoding # | |
FromJSON V1APIServiceList Source # | FromJSON V1APIServiceList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1APIServiceList # parseJSONList :: Value -> Parser [V1APIServiceList] # |
data V1APIServiceCondition Source #
V1APIServiceCondition APIServiceCondition describes the state of an APIService at a particular point
Constructors
V1APIServiceCondition | |
Fields
|
Instances
Eq V1APIServiceCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1APIServiceCondition -> V1APIServiceCondition -> Bool # (/=) :: V1APIServiceCondition -> V1APIServiceCondition -> Bool # | |
Show V1APIServiceCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1APIServiceCondition -> ShowS # show :: V1APIServiceCondition -> String # showList :: [V1APIServiceCondition] -> ShowS # | |
ToJSON V1APIServiceCondition Source # | ToJSON V1APIServiceCondition |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1APIServiceCondition -> Value # toEncoding :: V1APIServiceCondition -> Encoding # toJSONList :: [V1APIServiceCondition] -> Value # toEncodingList :: [V1APIServiceCondition] -> Encoding # | |
FromJSON V1APIServiceCondition Source # | FromJSON V1APIServiceCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1APIServiceCondition # parseJSONList :: Value -> Parser [V1APIServiceCondition] # |
data V1APIService Source #
V1APIService APIService represents a server for a particular GroupVersion. Name must be "version.group".
Constructors
V1APIService | |
Fields
|
Instances
data V1APIResourceList Source #
V1APIResourceList APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.
Constructors
V1APIResourceList | |
Fields
|
Instances
Eq V1APIResourceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1APIResourceList -> V1APIResourceList -> Bool # (/=) :: V1APIResourceList -> V1APIResourceList -> Bool # | |
Show V1APIResourceList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1APIResourceList -> ShowS # show :: V1APIResourceList -> String # showList :: [V1APIResourceList] -> ShowS # | |
ToJSON V1APIResourceList Source # | ToJSON V1APIResourceList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1APIResourceList -> Value # toEncoding :: V1APIResourceList -> Encoding # toJSONList :: [V1APIResourceList] -> Value # toEncodingList :: [V1APIResourceList] -> Encoding # | |
FromJSON V1APIResourceList Source # | FromJSON V1APIResourceList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1APIResourceList # parseJSONList :: Value -> Parser [V1APIResourceList] # |
data V1APIResource Source #
V1APIResource APIResource specifies the name of a resource and whether it is namespaced.
Constructors
V1APIResource | |
Fields
|
Instances
Eq V1APIResource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1APIResource -> V1APIResource -> Bool # (/=) :: V1APIResource -> V1APIResource -> Bool # | |
Show V1APIResource Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1APIResource -> ShowS # show :: V1APIResource -> String # showList :: [V1APIResource] -> ShowS # | |
ToJSON V1APIResource Source # | ToJSON V1APIResource |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1APIResource -> Value # toEncoding :: V1APIResource -> Encoding # toJSONList :: [V1APIResource] -> Value # toEncodingList :: [V1APIResource] -> Encoding # | |
FromJSON V1APIResource Source # | FromJSON V1APIResource |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1APIResource # parseJSONList :: Value -> Parser [V1APIResource] # |
data V1APIGroupList Source #
V1APIGroupList APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
Constructors
V1APIGroupList | |
Fields
|
Instances
Eq V1APIGroupList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: V1APIGroupList -> V1APIGroupList -> Bool # (/=) :: V1APIGroupList -> V1APIGroupList -> Bool # | |
Show V1APIGroupList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1APIGroupList -> ShowS # show :: V1APIGroupList -> String # showList :: [V1APIGroupList] -> ShowS # | |
ToJSON V1APIGroupList Source # | ToJSON V1APIGroupList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1APIGroupList -> Value # toEncoding :: V1APIGroupList -> Encoding # toJSONList :: [V1APIGroupList] -> Value # toEncodingList :: [V1APIGroupList] -> Encoding # | |
FromJSON V1APIGroupList Source # | FromJSON V1APIGroupList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser V1APIGroupList # parseJSONList :: Value -> Parser [V1APIGroupList] # |
data V1APIGroup Source #
V1APIGroup APIGroup contains the name, the supported versions, and the preferred version of a group.
Constructors
V1APIGroup | |
Fields
|
Instances
Eq V1APIGroup Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show V1APIGroup Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> V1APIGroup -> ShowS # show :: V1APIGroup -> String # showList :: [V1APIGroup] -> ShowS # | |
ToJSON V1APIGroup Source # | ToJSON V1APIGroup |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: V1APIGroup -> Value # toEncoding :: V1APIGroup -> Encoding # toJSONList :: [V1APIGroup] -> Value # toEncodingList :: [V1APIGroup] -> Encoding # | |
FromJSON V1APIGroup Source # | FromJSON V1APIGroup |
Defined in Kubernetes.OpenAPI.Model |
data PolicyV1beta1SupplementalGroupsStrategyOptions Source #
PolicyV1beta1SupplementalGroupsStrategyOptions SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
Constructors
PolicyV1beta1SupplementalGroupsStrategyOptions | |
Fields
|
Instances
Eq PolicyV1beta1SupplementalGroupsStrategyOptions Source # | |
Show PolicyV1beta1SupplementalGroupsStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON PolicyV1beta1SupplementalGroupsStrategyOptions Source # | ToJSON PolicyV1beta1SupplementalGroupsStrategyOptions |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: PolicyV1beta1SupplementalGroupsStrategyOptions -> Value # toEncoding :: PolicyV1beta1SupplementalGroupsStrategyOptions -> Encoding # toJSONList :: [PolicyV1beta1SupplementalGroupsStrategyOptions] -> Value # toEncodingList :: [PolicyV1beta1SupplementalGroupsStrategyOptions] -> Encoding # | |
FromJSON PolicyV1beta1SupplementalGroupsStrategyOptions Source # | FromJSON PolicyV1beta1SupplementalGroupsStrategyOptions |
Defined in Kubernetes.OpenAPI.Model |
data PolicyV1beta1SELinuxStrategyOptions Source #
PolicyV1beta1SELinuxStrategyOptions SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
Constructors
PolicyV1beta1SELinuxStrategyOptions | |
Fields
|
Instances
Eq PolicyV1beta1SELinuxStrategyOptions Source # | |
Show PolicyV1beta1SELinuxStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> PolicyV1beta1SELinuxStrategyOptions -> ShowS # show :: PolicyV1beta1SELinuxStrategyOptions -> String # showList :: [PolicyV1beta1SELinuxStrategyOptions] -> ShowS # | |
ToJSON PolicyV1beta1SELinuxStrategyOptions Source # | ToJSON PolicyV1beta1SELinuxStrategyOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON PolicyV1beta1SELinuxStrategyOptions Source # | FromJSON PolicyV1beta1SELinuxStrategyOptions |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser PolicyV1beta1SELinuxStrategyOptions # parseJSONList :: Value -> Parser [PolicyV1beta1SELinuxStrategyOptions] # |
data PolicyV1beta1RuntimeClassStrategyOptions Source #
PolicyV1beta1RuntimeClassStrategyOptions RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
Constructors
PolicyV1beta1RuntimeClassStrategyOptions | |
Fields
|
Instances
Eq PolicyV1beta1RuntimeClassStrategyOptions Source # | |
Show PolicyV1beta1RuntimeClassStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON PolicyV1beta1RuntimeClassStrategyOptions Source # | ToJSON PolicyV1beta1RuntimeClassStrategyOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON PolicyV1beta1RuntimeClassStrategyOptions Source # | FromJSON PolicyV1beta1RuntimeClassStrategyOptions |
Defined in Kubernetes.OpenAPI.Model |
data PolicyV1beta1RunAsUserStrategyOptions Source #
PolicyV1beta1RunAsUserStrategyOptions RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
Constructors
PolicyV1beta1RunAsUserStrategyOptions | |
Fields
|
Instances
Eq PolicyV1beta1RunAsUserStrategyOptions Source # | |
Show PolicyV1beta1RunAsUserStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> PolicyV1beta1RunAsUserStrategyOptions -> ShowS # show :: PolicyV1beta1RunAsUserStrategyOptions -> String # showList :: [PolicyV1beta1RunAsUserStrategyOptions] -> ShowS # | |
ToJSON PolicyV1beta1RunAsUserStrategyOptions Source # | ToJSON PolicyV1beta1RunAsUserStrategyOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON PolicyV1beta1RunAsUserStrategyOptions Source # | FromJSON PolicyV1beta1RunAsUserStrategyOptions |
Defined in Kubernetes.OpenAPI.Model |
data PolicyV1beta1RunAsGroupStrategyOptions Source #
PolicyV1beta1RunAsGroupStrategyOptions RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
Constructors
PolicyV1beta1RunAsGroupStrategyOptions | |
Fields
|
Instances
Eq PolicyV1beta1RunAsGroupStrategyOptions Source # | |
Show PolicyV1beta1RunAsGroupStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> PolicyV1beta1RunAsGroupStrategyOptions -> ShowS # show :: PolicyV1beta1RunAsGroupStrategyOptions -> String # showList :: [PolicyV1beta1RunAsGroupStrategyOptions] -> ShowS # | |
ToJSON PolicyV1beta1RunAsGroupStrategyOptions Source # | ToJSON PolicyV1beta1RunAsGroupStrategyOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON PolicyV1beta1RunAsGroupStrategyOptions Source # | FromJSON PolicyV1beta1RunAsGroupStrategyOptions |
Defined in Kubernetes.OpenAPI.Model |
data PolicyV1beta1PodSecurityPolicySpec Source #
PolicyV1beta1PodSecurityPolicySpec PodSecurityPolicySpec defines the policy enforced.
Constructors
PolicyV1beta1PodSecurityPolicySpec | |
Fields
|
Instances
Eq PolicyV1beta1PodSecurityPolicySpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show PolicyV1beta1PodSecurityPolicySpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> PolicyV1beta1PodSecurityPolicySpec -> ShowS # | |
ToJSON PolicyV1beta1PodSecurityPolicySpec Source # | ToJSON PolicyV1beta1PodSecurityPolicySpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON PolicyV1beta1PodSecurityPolicySpec Source # | FromJSON PolicyV1beta1PodSecurityPolicySpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser PolicyV1beta1PodSecurityPolicySpec # parseJSONList :: Value -> Parser [PolicyV1beta1PodSecurityPolicySpec] # |
data PolicyV1beta1PodSecurityPolicyList Source #
PolicyV1beta1PodSecurityPolicyList PodSecurityPolicyList is a list of PodSecurityPolicy objects.
Constructors
PolicyV1beta1PodSecurityPolicyList | |
Fields
|
Instances
Eq PolicyV1beta1PodSecurityPolicyList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show PolicyV1beta1PodSecurityPolicyList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> PolicyV1beta1PodSecurityPolicyList -> ShowS # | |
ToJSON PolicyV1beta1PodSecurityPolicyList Source # | ToJSON PolicyV1beta1PodSecurityPolicyList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON PolicyV1beta1PodSecurityPolicyList Source # | FromJSON PolicyV1beta1PodSecurityPolicyList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser PolicyV1beta1PodSecurityPolicyList # parseJSONList :: Value -> Parser [PolicyV1beta1PodSecurityPolicyList] # |
data PolicyV1beta1PodSecurityPolicy Source #
PolicyV1beta1PodSecurityPolicy PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
Constructors
PolicyV1beta1PodSecurityPolicy | |
Fields
|
Instances
data PolicyV1beta1IDRange Source #
PolicyV1beta1IDRange IDRange provides a min/max of an allowed range of IDs.
Constructors
PolicyV1beta1IDRange | |
Fields
|
Instances
Eq PolicyV1beta1IDRange Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: PolicyV1beta1IDRange -> PolicyV1beta1IDRange -> Bool # (/=) :: PolicyV1beta1IDRange -> PolicyV1beta1IDRange -> Bool # | |
Show PolicyV1beta1IDRange Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> PolicyV1beta1IDRange -> ShowS # show :: PolicyV1beta1IDRange -> String # showList :: [PolicyV1beta1IDRange] -> ShowS # | |
ToJSON PolicyV1beta1IDRange Source # | ToJSON PolicyV1beta1IDRange |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: PolicyV1beta1IDRange -> Value # toEncoding :: PolicyV1beta1IDRange -> Encoding # toJSONList :: [PolicyV1beta1IDRange] -> Value # toEncodingList :: [PolicyV1beta1IDRange] -> Encoding # | |
FromJSON PolicyV1beta1IDRange Source # | FromJSON PolicyV1beta1IDRange |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser PolicyV1beta1IDRange # parseJSONList :: Value -> Parser [PolicyV1beta1IDRange] # |
data PolicyV1beta1HostPortRange Source #
PolicyV1beta1HostPortRange HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.
Constructors
PolicyV1beta1HostPortRange | |
Fields
|
Instances
data PolicyV1beta1FSGroupStrategyOptions Source #
PolicyV1beta1FSGroupStrategyOptions FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
Constructors
PolicyV1beta1FSGroupStrategyOptions | |
Fields
|
Instances
Eq PolicyV1beta1FSGroupStrategyOptions Source # | |
Show PolicyV1beta1FSGroupStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> PolicyV1beta1FSGroupStrategyOptions -> ShowS # show :: PolicyV1beta1FSGroupStrategyOptions -> String # showList :: [PolicyV1beta1FSGroupStrategyOptions] -> ShowS # | |
ToJSON PolicyV1beta1FSGroupStrategyOptions Source # | ToJSON PolicyV1beta1FSGroupStrategyOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON PolicyV1beta1FSGroupStrategyOptions Source # | FromJSON PolicyV1beta1FSGroupStrategyOptions |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser PolicyV1beta1FSGroupStrategyOptions # parseJSONList :: Value -> Parser [PolicyV1beta1FSGroupStrategyOptions] # |
data PolicyV1beta1AllowedHostPath Source #
PolicyV1beta1AllowedHostPath AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.
Constructors
PolicyV1beta1AllowedHostPath | |
Fields
|
Instances
data PolicyV1beta1AllowedFlexVolume Source #
PolicyV1beta1AllowedFlexVolume AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
Constructors
PolicyV1beta1AllowedFlexVolume | |
Fields
|
Instances
Eq PolicyV1beta1AllowedFlexVolume Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show PolicyV1beta1AllowedFlexVolume Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> PolicyV1beta1AllowedFlexVolume -> ShowS # show :: PolicyV1beta1AllowedFlexVolume -> String # showList :: [PolicyV1beta1AllowedFlexVolume] -> ShowS # | |
ToJSON PolicyV1beta1AllowedFlexVolume Source # | ToJSON PolicyV1beta1AllowedFlexVolume |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON PolicyV1beta1AllowedFlexVolume Source # | FromJSON PolicyV1beta1AllowedFlexVolume |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser PolicyV1beta1AllowedFlexVolume # parseJSONList :: Value -> Parser [PolicyV1beta1AllowedFlexVolume] # |
data PolicyV1beta1AllowedCSIDriver Source #
PolicyV1beta1AllowedCSIDriver AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
Constructors
PolicyV1beta1AllowedCSIDriver | |
Fields
|
Instances
Eq PolicyV1beta1AllowedCSIDriver Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show PolicyV1beta1AllowedCSIDriver Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> PolicyV1beta1AllowedCSIDriver -> ShowS # show :: PolicyV1beta1AllowedCSIDriver -> String # showList :: [PolicyV1beta1AllowedCSIDriver] -> ShowS # | |
ToJSON PolicyV1beta1AllowedCSIDriver Source # | ToJSON PolicyV1beta1AllowedCSIDriver |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: PolicyV1beta1AllowedCSIDriver -> Value # toEncoding :: PolicyV1beta1AllowedCSIDriver -> Encoding # toJSONList :: [PolicyV1beta1AllowedCSIDriver] -> Value # toEncodingList :: [PolicyV1beta1AllowedCSIDriver] -> Encoding # | |
FromJSON PolicyV1beta1AllowedCSIDriver Source # | FromJSON PolicyV1beta1AllowedCSIDriver |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser PolicyV1beta1AllowedCSIDriver # parseJSONList :: Value -> Parser [PolicyV1beta1AllowedCSIDriver] # |
data NetworkingV1beta1IngressTLS Source #
NetworkingV1beta1IngressTLS IngressTLS describes the transport layer security associated with an Ingress.
Constructors
NetworkingV1beta1IngressTLS | |
Fields
|
Instances
data NetworkingV1beta1IngressStatus Source #
NetworkingV1beta1IngressStatus IngressStatus describe the current state of the Ingress.
Constructors
NetworkingV1beta1IngressStatus | |
Fields
|
Instances
Eq NetworkingV1beta1IngressStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show NetworkingV1beta1IngressStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> NetworkingV1beta1IngressStatus -> ShowS # show :: NetworkingV1beta1IngressStatus -> String # showList :: [NetworkingV1beta1IngressStatus] -> ShowS # | |
ToJSON NetworkingV1beta1IngressStatus Source # | ToJSON NetworkingV1beta1IngressStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON NetworkingV1beta1IngressStatus Source # | FromJSON NetworkingV1beta1IngressStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser NetworkingV1beta1IngressStatus # parseJSONList :: Value -> Parser [NetworkingV1beta1IngressStatus] # |
data NetworkingV1beta1IngressSpec Source #
NetworkingV1beta1IngressSpec IngressSpec describes the Ingress the user wishes to exist.
Constructors
NetworkingV1beta1IngressSpec | |
Fields
|
Instances
data NetworkingV1beta1IngressRule Source #
NetworkingV1beta1IngressRule IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
Constructors
NetworkingV1beta1IngressRule | |
Fields
|
Instances
data NetworkingV1beta1IngressList Source #
NetworkingV1beta1IngressList IngressList is a collection of Ingress.
Constructors
NetworkingV1beta1IngressList | |
Fields
|
Instances
data NetworkingV1beta1IngressBackend Source #
NetworkingV1beta1IngressBackend IngressBackend describes all endpoints for a given service and port.
Constructors
NetworkingV1beta1IngressBackend | |
Fields
|
Instances
Eq NetworkingV1beta1IngressBackend Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show NetworkingV1beta1IngressBackend Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> NetworkingV1beta1IngressBackend -> ShowS # | |
ToJSON NetworkingV1beta1IngressBackend Source # | ToJSON NetworkingV1beta1IngressBackend |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON NetworkingV1beta1IngressBackend Source # | FromJSON NetworkingV1beta1IngressBackend |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser NetworkingV1beta1IngressBackend # parseJSONList :: Value -> Parser [NetworkingV1beta1IngressBackend] # |
data NetworkingV1beta1Ingress Source #
NetworkingV1beta1Ingress Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
Constructors
NetworkingV1beta1Ingress | |
Fields
|
Instances
data NetworkingV1beta1HTTPIngressRuleValue Source #
NetworkingV1beta1HTTPIngressRuleValue
HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last /
and before the first ?
or #
.
Constructors
NetworkingV1beta1HTTPIngressRuleValue | |
Fields
|
Instances
Eq NetworkingV1beta1HTTPIngressRuleValue Source # | |
Show NetworkingV1beta1HTTPIngressRuleValue Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> NetworkingV1beta1HTTPIngressRuleValue -> ShowS # show :: NetworkingV1beta1HTTPIngressRuleValue -> String # showList :: [NetworkingV1beta1HTTPIngressRuleValue] -> ShowS # | |
ToJSON NetworkingV1beta1HTTPIngressRuleValue Source # | ToJSON NetworkingV1beta1HTTPIngressRuleValue |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON NetworkingV1beta1HTTPIngressRuleValue Source # | FromJSON NetworkingV1beta1HTTPIngressRuleValue |
Defined in Kubernetes.OpenAPI.Model |
data NetworkingV1beta1HTTPIngressPath Source #
NetworkingV1beta1HTTPIngressPath HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
Constructors
NetworkingV1beta1HTTPIngressPath | |
Fields
|
Instances
Eq NetworkingV1beta1HTTPIngressPath Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show NetworkingV1beta1HTTPIngressPath Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> NetworkingV1beta1HTTPIngressPath -> ShowS # | |
ToJSON NetworkingV1beta1HTTPIngressPath Source # | ToJSON NetworkingV1beta1HTTPIngressPath |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON NetworkingV1beta1HTTPIngressPath Source # | FromJSON NetworkingV1beta1HTTPIngressPath |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser NetworkingV1beta1HTTPIngressPath # parseJSONList :: Value -> Parser [NetworkingV1beta1HTTPIngressPath] # |
data ExtensionsV1beta1SupplementalGroupsStrategyOptions Source #
ExtensionsV1beta1SupplementalGroupsStrategyOptions SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.
Constructors
ExtensionsV1beta1SupplementalGroupsStrategyOptions | |
Fields
|
Instances
Eq ExtensionsV1beta1SupplementalGroupsStrategyOptions Source # | |
Show ExtensionsV1beta1SupplementalGroupsStrategyOptions Source # | |
ToJSON ExtensionsV1beta1SupplementalGroupsStrategyOptions Source # | ToJSON ExtensionsV1beta1SupplementalGroupsStrategyOptions |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: ExtensionsV1beta1SupplementalGroupsStrategyOptions -> Value # toEncoding :: ExtensionsV1beta1SupplementalGroupsStrategyOptions -> Encoding # toJSONList :: [ExtensionsV1beta1SupplementalGroupsStrategyOptions] -> Value # toEncodingList :: [ExtensionsV1beta1SupplementalGroupsStrategyOptions] -> Encoding # | |
FromJSON ExtensionsV1beta1SupplementalGroupsStrategyOptions Source # | FromJSON ExtensionsV1beta1SupplementalGroupsStrategyOptions |
data ExtensionsV1beta1ScaleStatus Source #
ExtensionsV1beta1ScaleStatus represents the current status of a scale subresource.
Constructors
ExtensionsV1beta1ScaleStatus | |
Fields
|
Instances
data ExtensionsV1beta1ScaleSpec Source #
ExtensionsV1beta1ScaleSpec describes the attributes of a scale subresource
Constructors
ExtensionsV1beta1ScaleSpec | |
Fields
|
Instances
data ExtensionsV1beta1Scale Source #
ExtensionsV1beta1Scale represents a scaling request for a resource.
Constructors
ExtensionsV1beta1Scale | |
Fields
|
Instances
data ExtensionsV1beta1SELinuxStrategyOptions Source #
ExtensionsV1beta1SELinuxStrategyOptions SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.
Constructors
ExtensionsV1beta1SELinuxStrategyOptions | |
Fields
|
Instances
Eq ExtensionsV1beta1SELinuxStrategyOptions Source # | |
Show ExtensionsV1beta1SELinuxStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1SELinuxStrategyOptions -> ShowS # show :: ExtensionsV1beta1SELinuxStrategyOptions -> String # showList :: [ExtensionsV1beta1SELinuxStrategyOptions] -> ShowS # | |
ToJSON ExtensionsV1beta1SELinuxStrategyOptions Source # | ToJSON ExtensionsV1beta1SELinuxStrategyOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1SELinuxStrategyOptions Source # | FromJSON ExtensionsV1beta1SELinuxStrategyOptions |
Defined in Kubernetes.OpenAPI.Model |
data ExtensionsV1beta1RuntimeClassStrategyOptions Source #
ExtensionsV1beta1RuntimeClassStrategyOptions RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
Constructors
ExtensionsV1beta1RuntimeClassStrategyOptions | |
Fields
|
Instances
Eq ExtensionsV1beta1RuntimeClassStrategyOptions Source # | |
Show ExtensionsV1beta1RuntimeClassStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON ExtensionsV1beta1RuntimeClassStrategyOptions Source # | ToJSON ExtensionsV1beta1RuntimeClassStrategyOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1RuntimeClassStrategyOptions Source # | FromJSON ExtensionsV1beta1RuntimeClassStrategyOptions |
Defined in Kubernetes.OpenAPI.Model |
data ExtensionsV1beta1RunAsUserStrategyOptions Source #
ExtensionsV1beta1RunAsUserStrategyOptions RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.
Constructors
ExtensionsV1beta1RunAsUserStrategyOptions | |
Fields
|
Instances
Eq ExtensionsV1beta1RunAsUserStrategyOptions Source # | |
Show ExtensionsV1beta1RunAsUserStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON ExtensionsV1beta1RunAsUserStrategyOptions Source # | ToJSON ExtensionsV1beta1RunAsUserStrategyOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1RunAsUserStrategyOptions Source # | FromJSON ExtensionsV1beta1RunAsUserStrategyOptions |
Defined in Kubernetes.OpenAPI.Model |
data ExtensionsV1beta1RunAsGroupStrategyOptions Source #
ExtensionsV1beta1RunAsGroupStrategyOptions RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.
Constructors
ExtensionsV1beta1RunAsGroupStrategyOptions | |
Fields
|
Instances
Eq ExtensionsV1beta1RunAsGroupStrategyOptions Source # | |
Show ExtensionsV1beta1RunAsGroupStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON ExtensionsV1beta1RunAsGroupStrategyOptions Source # | ToJSON ExtensionsV1beta1RunAsGroupStrategyOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1RunAsGroupStrategyOptions Source # | FromJSON ExtensionsV1beta1RunAsGroupStrategyOptions |
Defined in Kubernetes.OpenAPI.Model |
data ExtensionsV1beta1RollingUpdateDeployment Source #
ExtensionsV1beta1RollingUpdateDeployment Spec to control the desired behavior of rolling update.
Constructors
ExtensionsV1beta1RollingUpdateDeployment | |
Fields
|
Instances
Eq ExtensionsV1beta1RollingUpdateDeployment Source # | |
Show ExtensionsV1beta1RollingUpdateDeployment Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON ExtensionsV1beta1RollingUpdateDeployment Source # | ToJSON ExtensionsV1beta1RollingUpdateDeployment |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1RollingUpdateDeployment Source # | FromJSON ExtensionsV1beta1RollingUpdateDeployment |
Defined in Kubernetes.OpenAPI.Model |
data ExtensionsV1beta1RollbackConfig Source #
ExtensionsV1beta1RollbackConfig DEPRECATED.
Constructors
ExtensionsV1beta1RollbackConfig | |
Fields
|
Instances
Eq ExtensionsV1beta1RollbackConfig Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1RollbackConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1RollbackConfig -> ShowS # | |
ToJSON ExtensionsV1beta1RollbackConfig Source # | ToJSON ExtensionsV1beta1RollbackConfig |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1RollbackConfig Source # | FromJSON ExtensionsV1beta1RollbackConfig |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1RollbackConfig # parseJSONList :: Value -> Parser [ExtensionsV1beta1RollbackConfig] # |
data ExtensionsV1beta1PodSecurityPolicySpec Source #
ExtensionsV1beta1PodSecurityPolicySpec PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead.
Constructors
ExtensionsV1beta1PodSecurityPolicySpec | |
Fields
|
Instances
Eq ExtensionsV1beta1PodSecurityPolicySpec Source # | |
Show ExtensionsV1beta1PodSecurityPolicySpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1PodSecurityPolicySpec -> ShowS # show :: ExtensionsV1beta1PodSecurityPolicySpec -> String # showList :: [ExtensionsV1beta1PodSecurityPolicySpec] -> ShowS # | |
ToJSON ExtensionsV1beta1PodSecurityPolicySpec Source # | ToJSON ExtensionsV1beta1PodSecurityPolicySpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1PodSecurityPolicySpec Source # | FromJSON ExtensionsV1beta1PodSecurityPolicySpec |
Defined in Kubernetes.OpenAPI.Model |
data ExtensionsV1beta1PodSecurityPolicyList Source #
ExtensionsV1beta1PodSecurityPolicyList PodSecurityPolicyList is a list of PodSecurityPolicy objects. Deprecated: use PodSecurityPolicyList from policy API Group instead.
Constructors
ExtensionsV1beta1PodSecurityPolicyList | |
Fields
|
Instances
Eq ExtensionsV1beta1PodSecurityPolicyList Source # | |
Show ExtensionsV1beta1PodSecurityPolicyList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1PodSecurityPolicyList -> ShowS # show :: ExtensionsV1beta1PodSecurityPolicyList -> String # showList :: [ExtensionsV1beta1PodSecurityPolicyList] -> ShowS # | |
ToJSON ExtensionsV1beta1PodSecurityPolicyList Source # | ToJSON ExtensionsV1beta1PodSecurityPolicyList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1PodSecurityPolicyList Source # | FromJSON ExtensionsV1beta1PodSecurityPolicyList |
Defined in Kubernetes.OpenAPI.Model |
data ExtensionsV1beta1PodSecurityPolicy Source #
ExtensionsV1beta1PodSecurityPolicy PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated: use PodSecurityPolicy from policy API Group instead.
Constructors
ExtensionsV1beta1PodSecurityPolicy | |
Fields
|
Instances
data ExtensionsV1beta1IngressTLS Source #
ExtensionsV1beta1IngressTLS IngressTLS describes the transport layer security associated with an Ingress.
Constructors
ExtensionsV1beta1IngressTLS | |
Fields
|
Instances
data ExtensionsV1beta1IngressStatus Source #
ExtensionsV1beta1IngressStatus IngressStatus describe the current state of the Ingress.
Constructors
ExtensionsV1beta1IngressStatus | |
Fields
|
Instances
Eq ExtensionsV1beta1IngressStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1IngressStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1IngressStatus -> ShowS # show :: ExtensionsV1beta1IngressStatus -> String # showList :: [ExtensionsV1beta1IngressStatus] -> ShowS # | |
ToJSON ExtensionsV1beta1IngressStatus Source # | ToJSON ExtensionsV1beta1IngressStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1IngressStatus Source # | FromJSON ExtensionsV1beta1IngressStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1IngressStatus # parseJSONList :: Value -> Parser [ExtensionsV1beta1IngressStatus] # |
data ExtensionsV1beta1IngressSpec Source #
ExtensionsV1beta1IngressSpec IngressSpec describes the Ingress the user wishes to exist.
Constructors
ExtensionsV1beta1IngressSpec | |
Fields
|
Instances
data ExtensionsV1beta1IngressRule Source #
ExtensionsV1beta1IngressRule IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
Constructors
ExtensionsV1beta1IngressRule | |
Fields
|
Instances
data ExtensionsV1beta1IngressList Source #
ExtensionsV1beta1IngressList IngressList is a collection of Ingress.
Constructors
ExtensionsV1beta1IngressList | |
Fields
|
Instances
data ExtensionsV1beta1IngressBackend Source #
ExtensionsV1beta1IngressBackend IngressBackend describes all endpoints for a given service and port.
Constructors
ExtensionsV1beta1IngressBackend | |
Fields
|
Instances
Eq ExtensionsV1beta1IngressBackend Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1IngressBackend Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1IngressBackend -> ShowS # | |
ToJSON ExtensionsV1beta1IngressBackend Source # | ToJSON ExtensionsV1beta1IngressBackend |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1IngressBackend Source # | FromJSON ExtensionsV1beta1IngressBackend |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1IngressBackend # parseJSONList :: Value -> Parser [ExtensionsV1beta1IngressBackend] # |
data ExtensionsV1beta1Ingress Source #
ExtensionsV1beta1Ingress Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. DEPRECATED - This group version of Ingress is deprecated by networking.k8s.io/v1beta1 Ingress. See the release notes for more information.
Constructors
ExtensionsV1beta1Ingress | |
Fields
|
Instances
data ExtensionsV1beta1IDRange Source #
ExtensionsV1beta1IDRange IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
Constructors
ExtensionsV1beta1IDRange | |
Fields
|
Instances
Eq ExtensionsV1beta1IDRange Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: ExtensionsV1beta1IDRange -> ExtensionsV1beta1IDRange -> Bool # (/=) :: ExtensionsV1beta1IDRange -> ExtensionsV1beta1IDRange -> Bool # | |
Show ExtensionsV1beta1IDRange Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1IDRange -> ShowS # show :: ExtensionsV1beta1IDRange -> String # showList :: [ExtensionsV1beta1IDRange] -> ShowS # | |
ToJSON ExtensionsV1beta1IDRange Source # | ToJSON ExtensionsV1beta1IDRange |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: ExtensionsV1beta1IDRange -> Value # toEncoding :: ExtensionsV1beta1IDRange -> Encoding # toJSONList :: [ExtensionsV1beta1IDRange] -> Value # | |
FromJSON ExtensionsV1beta1IDRange Source # | FromJSON ExtensionsV1beta1IDRange |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1IDRange # parseJSONList :: Value -> Parser [ExtensionsV1beta1IDRange] # |
data ExtensionsV1beta1HostPortRange Source #
ExtensionsV1beta1HostPortRange HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead.
Constructors
ExtensionsV1beta1HostPortRange | |
Fields
|
Instances
Eq ExtensionsV1beta1HostPortRange Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1HostPortRange Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1HostPortRange -> ShowS # show :: ExtensionsV1beta1HostPortRange -> String # showList :: [ExtensionsV1beta1HostPortRange] -> ShowS # | |
ToJSON ExtensionsV1beta1HostPortRange Source # | ToJSON ExtensionsV1beta1HostPortRange |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1HostPortRange Source # | FromJSON ExtensionsV1beta1HostPortRange |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1HostPortRange # parseJSONList :: Value -> Parser [ExtensionsV1beta1HostPortRange] # |
data ExtensionsV1beta1HTTPIngressRuleValue Source #
ExtensionsV1beta1HTTPIngressRuleValue
HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last /
and before the first ?
or #
.
Constructors
ExtensionsV1beta1HTTPIngressRuleValue | |
Fields
|
Instances
Eq ExtensionsV1beta1HTTPIngressRuleValue Source # | |
Show ExtensionsV1beta1HTTPIngressRuleValue Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1HTTPIngressRuleValue -> ShowS # show :: ExtensionsV1beta1HTTPIngressRuleValue -> String # showList :: [ExtensionsV1beta1HTTPIngressRuleValue] -> ShowS # | |
ToJSON ExtensionsV1beta1HTTPIngressRuleValue Source # | ToJSON ExtensionsV1beta1HTTPIngressRuleValue |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1HTTPIngressRuleValue Source # | FromJSON ExtensionsV1beta1HTTPIngressRuleValue |
Defined in Kubernetes.OpenAPI.Model |
data ExtensionsV1beta1HTTPIngressPath Source #
ExtensionsV1beta1HTTPIngressPath HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
Constructors
ExtensionsV1beta1HTTPIngressPath | |
Fields
|
Instances
Eq ExtensionsV1beta1HTTPIngressPath Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1HTTPIngressPath Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1HTTPIngressPath -> ShowS # | |
ToJSON ExtensionsV1beta1HTTPIngressPath Source # | ToJSON ExtensionsV1beta1HTTPIngressPath |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1HTTPIngressPath Source # | FromJSON ExtensionsV1beta1HTTPIngressPath |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1HTTPIngressPath # parseJSONList :: Value -> Parser [ExtensionsV1beta1HTTPIngressPath] # |
data ExtensionsV1beta1FSGroupStrategyOptions Source #
ExtensionsV1beta1FSGroupStrategyOptions FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.
Constructors
ExtensionsV1beta1FSGroupStrategyOptions | |
Fields
|
Instances
Eq ExtensionsV1beta1FSGroupStrategyOptions Source # | |
Show ExtensionsV1beta1FSGroupStrategyOptions Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1FSGroupStrategyOptions -> ShowS # show :: ExtensionsV1beta1FSGroupStrategyOptions -> String # showList :: [ExtensionsV1beta1FSGroupStrategyOptions] -> ShowS # | |
ToJSON ExtensionsV1beta1FSGroupStrategyOptions Source # | ToJSON ExtensionsV1beta1FSGroupStrategyOptions |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1FSGroupStrategyOptions Source # | FromJSON ExtensionsV1beta1FSGroupStrategyOptions |
Defined in Kubernetes.OpenAPI.Model |
data ExtensionsV1beta1DeploymentStrategy Source #
ExtensionsV1beta1DeploymentStrategy DeploymentStrategy describes how to replace existing pods with new ones.
Constructors
ExtensionsV1beta1DeploymentStrategy | |
Fields
|
Instances
Eq ExtensionsV1beta1DeploymentStrategy Source # | |
Show ExtensionsV1beta1DeploymentStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1DeploymentStrategy -> ShowS # show :: ExtensionsV1beta1DeploymentStrategy -> String # showList :: [ExtensionsV1beta1DeploymentStrategy] -> ShowS # | |
ToJSON ExtensionsV1beta1DeploymentStrategy Source # | ToJSON ExtensionsV1beta1DeploymentStrategy |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1DeploymentStrategy Source # | FromJSON ExtensionsV1beta1DeploymentStrategy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1DeploymentStrategy # parseJSONList :: Value -> Parser [ExtensionsV1beta1DeploymentStrategy] # |
data ExtensionsV1beta1DeploymentStatus Source #
ExtensionsV1beta1DeploymentStatus DeploymentStatus is the most recently observed status of the Deployment.
Constructors
ExtensionsV1beta1DeploymentStatus | |
Fields
|
Instances
Eq ExtensionsV1beta1DeploymentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1DeploymentStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1DeploymentStatus -> ShowS # | |
ToJSON ExtensionsV1beta1DeploymentStatus Source # | ToJSON ExtensionsV1beta1DeploymentStatus |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1DeploymentStatus Source # | FromJSON ExtensionsV1beta1DeploymentStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1DeploymentStatus # parseJSONList :: Value -> Parser [ExtensionsV1beta1DeploymentStatus] # |
data ExtensionsV1beta1DeploymentSpec Source #
ExtensionsV1beta1DeploymentSpec DeploymentSpec is the specification of the desired behavior of the Deployment.
Constructors
ExtensionsV1beta1DeploymentSpec | |
Fields
|
Instances
Eq ExtensionsV1beta1DeploymentSpec Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1DeploymentSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1DeploymentSpec -> ShowS # | |
ToJSON ExtensionsV1beta1DeploymentSpec Source # | ToJSON ExtensionsV1beta1DeploymentSpec |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1DeploymentSpec Source # | FromJSON ExtensionsV1beta1DeploymentSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1DeploymentSpec # parseJSONList :: Value -> Parser [ExtensionsV1beta1DeploymentSpec] # |
data ExtensionsV1beta1DeploymentRollback Source #
ExtensionsV1beta1DeploymentRollback DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.
Constructors
ExtensionsV1beta1DeploymentRollback | |
Fields
|
Instances
data ExtensionsV1beta1DeploymentList Source #
ExtensionsV1beta1DeploymentList DeploymentList is a list of Deployments.
Constructors
ExtensionsV1beta1DeploymentList | |
Fields
|
Instances
Eq ExtensionsV1beta1DeploymentList Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1DeploymentList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1DeploymentList -> ShowS # | |
ToJSON ExtensionsV1beta1DeploymentList Source # | ToJSON ExtensionsV1beta1DeploymentList |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1DeploymentList Source # | FromJSON ExtensionsV1beta1DeploymentList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1DeploymentList # parseJSONList :: Value -> Parser [ExtensionsV1beta1DeploymentList] # |
data ExtensionsV1beta1DeploymentCondition Source #
ExtensionsV1beta1DeploymentCondition DeploymentCondition describes the state of a deployment at a certain point.
Constructors
ExtensionsV1beta1DeploymentCondition | |
Fields
|
Instances
Eq ExtensionsV1beta1DeploymentCondition Source # | |
Show ExtensionsV1beta1DeploymentCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1DeploymentCondition -> ShowS # show :: ExtensionsV1beta1DeploymentCondition -> String # showList :: [ExtensionsV1beta1DeploymentCondition] -> ShowS # | |
ToJSON ExtensionsV1beta1DeploymentCondition Source # | ToJSON ExtensionsV1beta1DeploymentCondition |
FromJSON ExtensionsV1beta1DeploymentCondition Source # | FromJSON ExtensionsV1beta1DeploymentCondition |
Defined in Kubernetes.OpenAPI.Model |
data ExtensionsV1beta1Deployment Source #
ExtensionsV1beta1Deployment DEPRECATED - This group version of Deployment is deprecated by appsv1beta2Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.
Constructors
ExtensionsV1beta1Deployment | |
Fields
|
Instances
data ExtensionsV1beta1AllowedHostPath Source #
ExtensionsV1beta1AllowedHostPath AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. Deprecated: use AllowedHostPath from policy API Group instead.
Constructors
ExtensionsV1beta1AllowedHostPath | |
Fields
|
Instances
Eq ExtensionsV1beta1AllowedHostPath Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1AllowedHostPath Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1AllowedHostPath -> ShowS # | |
ToJSON ExtensionsV1beta1AllowedHostPath Source # | ToJSON ExtensionsV1beta1AllowedHostPath |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1AllowedHostPath Source # | FromJSON ExtensionsV1beta1AllowedHostPath |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1AllowedHostPath # parseJSONList :: Value -> Parser [ExtensionsV1beta1AllowedHostPath] # |
data ExtensionsV1beta1AllowedFlexVolume Source #
ExtensionsV1beta1AllowedFlexVolume AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
Constructors
ExtensionsV1beta1AllowedFlexVolume | |
Fields
|
Instances
Eq ExtensionsV1beta1AllowedFlexVolume Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1AllowedFlexVolume Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1AllowedFlexVolume -> ShowS # | |
ToJSON ExtensionsV1beta1AllowedFlexVolume Source # | ToJSON ExtensionsV1beta1AllowedFlexVolume |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1AllowedFlexVolume Source # | FromJSON ExtensionsV1beta1AllowedFlexVolume |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1AllowedFlexVolume # parseJSONList :: Value -> Parser [ExtensionsV1beta1AllowedFlexVolume] # |
data ExtensionsV1beta1AllowedCSIDriver Source #
ExtensionsV1beta1AllowedCSIDriver AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
Constructors
ExtensionsV1beta1AllowedCSIDriver | |
Fields
|
Instances
Eq ExtensionsV1beta1AllowedCSIDriver Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ExtensionsV1beta1AllowedCSIDriver Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ExtensionsV1beta1AllowedCSIDriver -> ShowS # | |
ToJSON ExtensionsV1beta1AllowedCSIDriver Source # | ToJSON ExtensionsV1beta1AllowedCSIDriver |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ExtensionsV1beta1AllowedCSIDriver Source # | FromJSON ExtensionsV1beta1AllowedCSIDriver |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ExtensionsV1beta1AllowedCSIDriver # parseJSONList :: Value -> Parser [ExtensionsV1beta1AllowedCSIDriver] # |
data AppsV1beta1ScaleStatus Source #
AppsV1beta1ScaleStatus ScaleStatus represents the current status of a scale subresource.
Constructors
AppsV1beta1ScaleStatus | |
Fields
|
Instances
Eq AppsV1beta1ScaleStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: AppsV1beta1ScaleStatus -> AppsV1beta1ScaleStatus -> Bool # (/=) :: AppsV1beta1ScaleStatus -> AppsV1beta1ScaleStatus -> Bool # | |
Show AppsV1beta1ScaleStatus Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AppsV1beta1ScaleStatus -> ShowS # show :: AppsV1beta1ScaleStatus -> String # showList :: [AppsV1beta1ScaleStatus] -> ShowS # | |
ToJSON AppsV1beta1ScaleStatus Source # | ToJSON AppsV1beta1ScaleStatus |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: AppsV1beta1ScaleStatus -> Value # toEncoding :: AppsV1beta1ScaleStatus -> Encoding # toJSONList :: [AppsV1beta1ScaleStatus] -> Value # | |
FromJSON AppsV1beta1ScaleStatus Source # | FromJSON AppsV1beta1ScaleStatus |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser AppsV1beta1ScaleStatus # parseJSONList :: Value -> Parser [AppsV1beta1ScaleStatus] # |
data AppsV1beta1ScaleSpec Source #
AppsV1beta1ScaleSpec ScaleSpec describes the attributes of a scale subresource
Constructors
AppsV1beta1ScaleSpec | |
Fields
|
Instances
Eq AppsV1beta1ScaleSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: AppsV1beta1ScaleSpec -> AppsV1beta1ScaleSpec -> Bool # (/=) :: AppsV1beta1ScaleSpec -> AppsV1beta1ScaleSpec -> Bool # | |
Show AppsV1beta1ScaleSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AppsV1beta1ScaleSpec -> ShowS # show :: AppsV1beta1ScaleSpec -> String # showList :: [AppsV1beta1ScaleSpec] -> ShowS # | |
ToJSON AppsV1beta1ScaleSpec Source # | ToJSON AppsV1beta1ScaleSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: AppsV1beta1ScaleSpec -> Value # toEncoding :: AppsV1beta1ScaleSpec -> Encoding # toJSONList :: [AppsV1beta1ScaleSpec] -> Value # toEncodingList :: [AppsV1beta1ScaleSpec] -> Encoding # | |
FromJSON AppsV1beta1ScaleSpec Source # | FromJSON AppsV1beta1ScaleSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser AppsV1beta1ScaleSpec # parseJSONList :: Value -> Parser [AppsV1beta1ScaleSpec] # |
data AppsV1beta1Scale Source #
AppsV1beta1Scale Scale represents a scaling request for a resource.
Constructors
AppsV1beta1Scale | |
Fields
|
Instances
data AppsV1beta1RollingUpdateDeployment Source #
AppsV1beta1RollingUpdateDeployment Spec to control the desired behavior of rolling update.
Constructors
AppsV1beta1RollingUpdateDeployment | |
Fields
|
Instances
Eq AppsV1beta1RollingUpdateDeployment Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show AppsV1beta1RollingUpdateDeployment Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AppsV1beta1RollingUpdateDeployment -> ShowS # | |
ToJSON AppsV1beta1RollingUpdateDeployment Source # | ToJSON AppsV1beta1RollingUpdateDeployment |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON AppsV1beta1RollingUpdateDeployment Source # | FromJSON AppsV1beta1RollingUpdateDeployment |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser AppsV1beta1RollingUpdateDeployment # parseJSONList :: Value -> Parser [AppsV1beta1RollingUpdateDeployment] # |
data AppsV1beta1RollbackConfig Source #
AppsV1beta1RollbackConfig DEPRECATED.
Constructors
AppsV1beta1RollbackConfig | |
Fields
|
Instances
Eq AppsV1beta1RollbackConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: AppsV1beta1RollbackConfig -> AppsV1beta1RollbackConfig -> Bool # (/=) :: AppsV1beta1RollbackConfig -> AppsV1beta1RollbackConfig -> Bool # | |
Show AppsV1beta1RollbackConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AppsV1beta1RollbackConfig -> ShowS # show :: AppsV1beta1RollbackConfig -> String # showList :: [AppsV1beta1RollbackConfig] -> ShowS # | |
ToJSON AppsV1beta1RollbackConfig Source # | ToJSON AppsV1beta1RollbackConfig |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: AppsV1beta1RollbackConfig -> Value # toEncoding :: AppsV1beta1RollbackConfig -> Encoding # toJSONList :: [AppsV1beta1RollbackConfig] -> Value # | |
FromJSON AppsV1beta1RollbackConfig Source # | FromJSON AppsV1beta1RollbackConfig |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser AppsV1beta1RollbackConfig # parseJSONList :: Value -> Parser [AppsV1beta1RollbackConfig] # |
data AppsV1beta1DeploymentStrategy Source #
AppsV1beta1DeploymentStrategy DeploymentStrategy describes how to replace existing pods with new ones.
Constructors
AppsV1beta1DeploymentStrategy | |
Fields
|
Instances
Eq AppsV1beta1DeploymentStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show AppsV1beta1DeploymentStrategy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AppsV1beta1DeploymentStrategy -> ShowS # show :: AppsV1beta1DeploymentStrategy -> String # showList :: [AppsV1beta1DeploymentStrategy] -> ShowS # | |
ToJSON AppsV1beta1DeploymentStrategy Source # | ToJSON AppsV1beta1DeploymentStrategy |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: AppsV1beta1DeploymentStrategy -> Value # toEncoding :: AppsV1beta1DeploymentStrategy -> Encoding # toJSONList :: [AppsV1beta1DeploymentStrategy] -> Value # toEncodingList :: [AppsV1beta1DeploymentStrategy] -> Encoding # | |
FromJSON AppsV1beta1DeploymentStrategy Source # | FromJSON AppsV1beta1DeploymentStrategy |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser AppsV1beta1DeploymentStrategy # parseJSONList :: Value -> Parser [AppsV1beta1DeploymentStrategy] # |
data AppsV1beta1DeploymentStatus Source #
AppsV1beta1DeploymentStatus DeploymentStatus is the most recently observed status of the Deployment.
Constructors
AppsV1beta1DeploymentStatus | |
Fields
|
Instances
data AppsV1beta1DeploymentSpec Source #
AppsV1beta1DeploymentSpec DeploymentSpec is the specification of the desired behavior of the Deployment.
Constructors
AppsV1beta1DeploymentSpec | |
Fields
|
Instances
Eq AppsV1beta1DeploymentSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: AppsV1beta1DeploymentSpec -> AppsV1beta1DeploymentSpec -> Bool # (/=) :: AppsV1beta1DeploymentSpec -> AppsV1beta1DeploymentSpec -> Bool # | |
Show AppsV1beta1DeploymentSpec Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AppsV1beta1DeploymentSpec -> ShowS # show :: AppsV1beta1DeploymentSpec -> String # showList :: [AppsV1beta1DeploymentSpec] -> ShowS # | |
ToJSON AppsV1beta1DeploymentSpec Source # | ToJSON AppsV1beta1DeploymentSpec |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: AppsV1beta1DeploymentSpec -> Value # toEncoding :: AppsV1beta1DeploymentSpec -> Encoding # toJSONList :: [AppsV1beta1DeploymentSpec] -> Value # | |
FromJSON AppsV1beta1DeploymentSpec Source # | FromJSON AppsV1beta1DeploymentSpec |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser AppsV1beta1DeploymentSpec # parseJSONList :: Value -> Parser [AppsV1beta1DeploymentSpec] # |
data AppsV1beta1DeploymentRollback Source #
AppsV1beta1DeploymentRollback DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.
Constructors
AppsV1beta1DeploymentRollback | |
Fields
|
Instances
data AppsV1beta1DeploymentList Source #
AppsV1beta1DeploymentList DeploymentList is a list of Deployments.
Constructors
AppsV1beta1DeploymentList | |
Fields
|
Instances
Eq AppsV1beta1DeploymentList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: AppsV1beta1DeploymentList -> AppsV1beta1DeploymentList -> Bool # (/=) :: AppsV1beta1DeploymentList -> AppsV1beta1DeploymentList -> Bool # | |
Show AppsV1beta1DeploymentList Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AppsV1beta1DeploymentList -> ShowS # show :: AppsV1beta1DeploymentList -> String # showList :: [AppsV1beta1DeploymentList] -> ShowS # | |
ToJSON AppsV1beta1DeploymentList Source # | ToJSON AppsV1beta1DeploymentList |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: AppsV1beta1DeploymentList -> Value # toEncoding :: AppsV1beta1DeploymentList -> Encoding # toJSONList :: [AppsV1beta1DeploymentList] -> Value # | |
FromJSON AppsV1beta1DeploymentList Source # | FromJSON AppsV1beta1DeploymentList |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser AppsV1beta1DeploymentList # parseJSONList :: Value -> Parser [AppsV1beta1DeploymentList] # |
data AppsV1beta1DeploymentCondition Source #
AppsV1beta1DeploymentCondition DeploymentCondition describes the state of a deployment at a certain point.
Constructors
AppsV1beta1DeploymentCondition | |
Fields
|
Instances
Eq AppsV1beta1DeploymentCondition Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show AppsV1beta1DeploymentCondition Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AppsV1beta1DeploymentCondition -> ShowS # show :: AppsV1beta1DeploymentCondition -> String # showList :: [AppsV1beta1DeploymentCondition] -> ShowS # | |
ToJSON AppsV1beta1DeploymentCondition Source # | ToJSON AppsV1beta1DeploymentCondition |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON AppsV1beta1DeploymentCondition Source # | FromJSON AppsV1beta1DeploymentCondition |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser AppsV1beta1DeploymentCondition # parseJSONList :: Value -> Parser [AppsV1beta1DeploymentCondition] # |
data AppsV1beta1Deployment Source #
AppsV1beta1Deployment DEPRECATED - This group version of Deployment is deprecated by appsv1beta2Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.
Constructors
AppsV1beta1Deployment | |
Fields
|
Instances
data ApiregistrationV1beta1ServiceReference Source #
ApiregistrationV1beta1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io
Constructors
ApiregistrationV1beta1ServiceReference | |
Fields
|
Instances
Eq ApiregistrationV1beta1ServiceReference Source # | |
Show ApiregistrationV1beta1ServiceReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ApiregistrationV1beta1ServiceReference -> ShowS # show :: ApiregistrationV1beta1ServiceReference -> String # showList :: [ApiregistrationV1beta1ServiceReference] -> ShowS # | |
ToJSON ApiregistrationV1beta1ServiceReference Source # | ToJSON ApiregistrationV1beta1ServiceReference |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ApiregistrationV1beta1ServiceReference Source # | FromJSON ApiregistrationV1beta1ServiceReference |
Defined in Kubernetes.OpenAPI.Model |
data ApiregistrationV1ServiceReference Source #
ApiregistrationV1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io
Constructors
ApiregistrationV1ServiceReference | |
Fields
|
Instances
Eq ApiregistrationV1ServiceReference Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ApiregistrationV1ServiceReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ApiregistrationV1ServiceReference -> ShowS # | |
ToJSON ApiregistrationV1ServiceReference Source # | ToJSON ApiregistrationV1ServiceReference |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ApiregistrationV1ServiceReference Source # | FromJSON ApiregistrationV1ServiceReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ApiregistrationV1ServiceReference # parseJSONList :: Value -> Parser [ApiregistrationV1ServiceReference] # |
data ApiextensionsV1beta1WebhookClientConfig Source #
ApiextensionsV1beta1WebhookClientConfig WebhookClientConfig contains the information to make a TLS connection with the webhook.
Constructors
ApiextensionsV1beta1WebhookClientConfig | |
Fields
|
Instances
Eq ApiextensionsV1beta1WebhookClientConfig Source # | |
Show ApiextensionsV1beta1WebhookClientConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ApiextensionsV1beta1WebhookClientConfig -> ShowS # show :: ApiextensionsV1beta1WebhookClientConfig -> String # showList :: [ApiextensionsV1beta1WebhookClientConfig] -> ShowS # | |
ToJSON ApiextensionsV1beta1WebhookClientConfig Source # | ToJSON ApiextensionsV1beta1WebhookClientConfig |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ApiextensionsV1beta1WebhookClientConfig Source # | FromJSON ApiextensionsV1beta1WebhookClientConfig |
Defined in Kubernetes.OpenAPI.Model |
data ApiextensionsV1beta1ServiceReference Source #
ApiextensionsV1beta1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io
Constructors
ApiextensionsV1beta1ServiceReference | |
Fields
|
Instances
Eq ApiextensionsV1beta1ServiceReference Source # | |
Show ApiextensionsV1beta1ServiceReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ApiextensionsV1beta1ServiceReference -> ShowS # show :: ApiextensionsV1beta1ServiceReference -> String # showList :: [ApiextensionsV1beta1ServiceReference] -> ShowS # | |
ToJSON ApiextensionsV1beta1ServiceReference Source # | ToJSON ApiextensionsV1beta1ServiceReference |
FromJSON ApiextensionsV1beta1ServiceReference Source # | FromJSON ApiextensionsV1beta1ServiceReference |
Defined in Kubernetes.OpenAPI.Model |
data ApiextensionsV1WebhookClientConfig Source #
ApiextensionsV1WebhookClientConfig WebhookClientConfig contains the information to make a TLS connection with the webhook.
Constructors
ApiextensionsV1WebhookClientConfig | |
Fields
|
Instances
Eq ApiextensionsV1WebhookClientConfig Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ApiextensionsV1WebhookClientConfig Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ApiextensionsV1WebhookClientConfig -> ShowS # | |
ToJSON ApiextensionsV1WebhookClientConfig Source # | ToJSON ApiextensionsV1WebhookClientConfig |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ApiextensionsV1WebhookClientConfig Source # | FromJSON ApiextensionsV1WebhookClientConfig |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ApiextensionsV1WebhookClientConfig # parseJSONList :: Value -> Parser [ApiextensionsV1WebhookClientConfig] # |
data ApiextensionsV1ServiceReference Source #
ApiextensionsV1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io
Constructors
ApiextensionsV1ServiceReference | |
Fields
|
Instances
Eq ApiextensionsV1ServiceReference Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show ApiextensionsV1ServiceReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ApiextensionsV1ServiceReference -> ShowS # | |
ToJSON ApiextensionsV1ServiceReference Source # | ToJSON ApiextensionsV1ServiceReference |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON ApiextensionsV1ServiceReference Source # | FromJSON ApiextensionsV1ServiceReference |
Defined in Kubernetes.OpenAPI.Model Methods parseJSON :: Value -> Parser ApiextensionsV1ServiceReference # parseJSONList :: Value -> Parser [ApiextensionsV1ServiceReference] # |
data AdmissionregistrationV1beta1WebhookClientConfig Source #
AdmissionregistrationV1beta1WebhookClientConfig WebhookClientConfig contains the information to make a TLS connection with the webhook
Constructors
AdmissionregistrationV1beta1WebhookClientConfig | |
Fields
|
Instances
Eq AdmissionregistrationV1beta1WebhookClientConfig Source # | |
Show AdmissionregistrationV1beta1WebhookClientConfig Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON AdmissionregistrationV1beta1WebhookClientConfig Source # | ToJSON AdmissionregistrationV1beta1WebhookClientConfig |
Defined in Kubernetes.OpenAPI.Model Methods toJSON :: AdmissionregistrationV1beta1WebhookClientConfig -> Value # toEncoding :: AdmissionregistrationV1beta1WebhookClientConfig -> Encoding # toJSONList :: [AdmissionregistrationV1beta1WebhookClientConfig] -> Value # toEncodingList :: [AdmissionregistrationV1beta1WebhookClientConfig] -> Encoding # | |
FromJSON AdmissionregistrationV1beta1WebhookClientConfig Source # | FromJSON AdmissionregistrationV1beta1WebhookClientConfig |
Defined in Kubernetes.OpenAPI.Model |
data AdmissionregistrationV1beta1ServiceReference Source #
AdmissionregistrationV1beta1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io
Constructors
AdmissionregistrationV1beta1ServiceReference | |
Fields
|
Instances
Eq AdmissionregistrationV1beta1ServiceReference Source # | |
Show AdmissionregistrationV1beta1ServiceReference Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON AdmissionregistrationV1beta1ServiceReference Source # | ToJSON AdmissionregistrationV1beta1ServiceReference |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON AdmissionregistrationV1beta1ServiceReference Source # | FromJSON AdmissionregistrationV1beta1ServiceReference |
Defined in Kubernetes.OpenAPI.Model |
data AdmissionregistrationV1WebhookClientConfig Source #
AdmissionregistrationV1WebhookClientConfig WebhookClientConfig contains the information to make a TLS connection with the webhook
Constructors
AdmissionregistrationV1WebhookClientConfig | |
Fields
|
Instances
Eq AdmissionregistrationV1WebhookClientConfig Source # | |
Show AdmissionregistrationV1WebhookClientConfig Source # | |
Defined in Kubernetes.OpenAPI.Model | |
ToJSON AdmissionregistrationV1WebhookClientConfig Source # | ToJSON AdmissionregistrationV1WebhookClientConfig |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON AdmissionregistrationV1WebhookClientConfig Source # | FromJSON AdmissionregistrationV1WebhookClientConfig |
Defined in Kubernetes.OpenAPI.Model |
data AdmissionregistrationV1ServiceReference Source #
AdmissionregistrationV1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io
Constructors
AdmissionregistrationV1ServiceReference | |
Fields
|
Instances
Eq AdmissionregistrationV1ServiceReference Source # | |
Show AdmissionregistrationV1ServiceReference Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AdmissionregistrationV1ServiceReference -> ShowS # show :: AdmissionregistrationV1ServiceReference -> String # showList :: [AdmissionregistrationV1ServiceReference] -> ShowS # | |
ToJSON AdmissionregistrationV1ServiceReference Source # | ToJSON AdmissionregistrationV1ServiceReference |
Defined in Kubernetes.OpenAPI.Model | |
FromJSON AdmissionregistrationV1ServiceReference Source # | FromJSON AdmissionregistrationV1ServiceReference |
Defined in Kubernetes.OpenAPI.Model |
Instances
Instances
Eq Tty Source # | |
Show Tty Source # | |
HasOptionalParam ConnectPostNamespacedPodExec Tty Source # | Optional Param "tty" - TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ConnectPostNamespacedPodExec contentType res accept -> Tty -> KubernetesRequest ConnectPostNamespacedPodExec contentType res accept Source # (-&-) :: KubernetesRequest ConnectPostNamespacedPodExec contentType res accept -> Tty -> KubernetesRequest ConnectPostNamespacedPodExec contentType res accept Source # | |
HasOptionalParam ConnectPostNamespacedPodAttach Tty Source # | Optional Param "tty" - TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ConnectPostNamespacedPodAttach contentType res accept -> Tty -> KubernetesRequest ConnectPostNamespacedPodAttach contentType res accept Source # (-&-) :: KubernetesRequest ConnectPostNamespacedPodAttach contentType res accept -> Tty -> KubernetesRequest ConnectPostNamespacedPodAttach contentType res accept Source # | |
HasOptionalParam ConnectGetNamespacedPodExec Tty Source # | Optional Param "tty" - TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ConnectGetNamespacedPodExec contentType res accept -> Tty -> KubernetesRequest ConnectGetNamespacedPodExec contentType res accept Source # (-&-) :: KubernetesRequest ConnectGetNamespacedPodExec contentType res accept -> Tty -> KubernetesRequest ConnectGetNamespacedPodExec contentType res accept Source # | |
HasOptionalParam ConnectGetNamespacedPodAttach Tty Source # | Optional Param "tty" - TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ConnectGetNamespacedPodAttach contentType res accept -> Tty -> KubernetesRequest ConnectGetNamespacedPodAttach contentType res accept Source # (-&-) :: KubernetesRequest ConnectGetNamespacedPodAttach contentType res accept -> Tty -> KubernetesRequest ConnectGetNamespacedPodAttach contentType res accept Source # |
newtype Timestamps Source #
Constructors
Timestamps | |
Fields
|
Instances
Eq Timestamps Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show Timestamps Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> Timestamps -> ShowS # show :: Timestamps -> String # showList :: [Timestamps] -> ShowS # | |
HasOptionalParam ReadNamespacedPodLog Timestamps Source # | Optional Param "timestamps" - If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> Timestamps -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # (-&-) :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> Timestamps -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # |
newtype TimeoutSeconds Source #
Constructors
TimeoutSeconds | |
Fields |
Instances
Constructors
TailLines | |
Fields
|
Instances
Eq TailLines Source # | |
Show TailLines Source # | |
HasOptionalParam ReadNamespacedPodLog TailLines Source # | Optional Param "tailLines" - If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> TailLines -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # (-&-) :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> TailLines -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # |
Instances
Instances
Instances
newtype SinceSeconds Source #
Constructors
SinceSeconds | |
Fields |
Instances
Eq SinceSeconds Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show SinceSeconds Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> SinceSeconds -> ShowS # show :: SinceSeconds -> String # showList :: [SinceSeconds] -> ShowS # | |
HasOptionalParam ReadNamespacedPodLog SinceSeconds Source # | Optional Param "sinceSeconds" - A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> SinceSeconds -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # (-&-) :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> SinceSeconds -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # |
newtype ResourceVersion Source #
Constructors
ResourceVersion | |
Fields |
Instances
Eq ResourceVersion Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: ResourceVersion -> ResourceVersion -> Bool # (/=) :: ResourceVersion -> ResourceVersion -> Bool # | |
Show ResourceVersion Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> ResourceVersion -> ShowS # show :: ResourceVersion -> String # showList :: [ResourceVersion] -> ShowS # | |
HasOptionalParam ListVolumeAttachment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListStorageClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> ResourceVersion -> KubernetesRequest ListStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ListStorageClass contentType res accept -> ResourceVersion -> KubernetesRequest ListStorageClass contentType res accept Source # | |
HasOptionalParam ListCSINode ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> ResourceVersion -> KubernetesRequest ListCSINode contentType res accept Source # (-&-) :: KubernetesRequest ListCSINode contentType res accept -> ResourceVersion -> KubernetesRequest ListCSINode contentType res accept Source # | |
HasOptionalParam ListCSIDriver ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> ResourceVersion -> KubernetesRequest ListCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> ResourceVersion -> KubernetesRequest ListCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSINode ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSIDriver ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # | |
HasOptionalParam ListVolumeAttachment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListVolumeAttachment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListStorageClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> ResourceVersion -> KubernetesRequest ListStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ListStorageClass contentType res accept -> ResourceVersion -> KubernetesRequest ListStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam ListPodPresetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListPodPresetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListPodPresetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodPresetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListPodPresetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedPodPreset ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodPreset contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodPreset contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodPreset ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam ListPriorityClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListPriorityClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListPriorityClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListPodSecurityPolicy ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> ResourceVersion -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> ResourceVersion -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ListPodDisruptionBudgetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedPodDisruptionBudget ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam ListRuntimeClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> ResourceVersion -> KubernetesRequest ListRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> ResourceVersion -> KubernetesRequest ListRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam ListRuntimeClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> ResourceVersion -> KubernetesRequest ListRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> ResourceVersion -> KubernetesRequest ListRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodSecurityPolicy ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> ResourceVersion -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> ResourceVersion -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedEvent ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListEventForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListNamespacedEndpointSlice ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEndpointSlice contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEndpointSlice contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam ListEndpointSliceForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpointSlice ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam ListNamespacedCustomObject ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CustomObjects Methods applyOptionalParam :: KubernetesRequest ListNamespacedCustomObject contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedCustomObject contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCustomObject contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedCustomObject contentType res accept Source # | |
HasOptionalParam ListClusterCustomObject ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CustomObjects Methods applyOptionalParam :: KubernetesRequest ListClusterCustomObject contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterCustomObject contentType res accept Source # (-&-) :: KubernetesRequest ListClusterCustomObject contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterCustomObject contentType res accept Source # | |
HasOptionalParam ListServiceForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListServiceForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListServiceForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListServiceForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListServiceForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListServiceAccountForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListSecretForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListSecretForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListSecretForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListSecretForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListSecretForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceQuotaForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicationControllerForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodTemplateForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPodForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListPodForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListPodForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPersistentVolumeClaimForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPersistentVolume ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPersistentVolume contentType res accept -> ResourceVersion -> KubernetesRequest ListPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest ListPersistentVolume contentType res accept -> ResourceVersion -> KubernetesRequest ListPersistentVolume contentType res accept Source # | |
HasOptionalParam ListNode ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> ResourceVersion -> KubernetesRequest ListNode contentType res accept Source # (-&-) :: KubernetesRequest ListNode contentType res accept -> ResourceVersion -> KubernetesRequest ListNode contentType res accept Source # | |
HasOptionalParam ListNamespacedServiceAccount ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedServiceAccount contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedServiceAccount contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam ListNamespacedService ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedService contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedService contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedService contentType res accept Source # | |
HasOptionalParam ListNamespacedSecret ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedSecret contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedSecret contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedSecret contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceQuota ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceQuota contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceQuota contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicationController ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicationController contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicationController contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam ListNamespacedPodTemplate ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodTemplate contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodTemplate contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedPod ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedPod contentType res accept Source # | |
HasOptionalParam ListNamespacedPersistentVolumeClaim ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedLimitRange ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLimitRange contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLimitRange contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam ListNamespacedEvent ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListNamespacedEndpoints ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEndpoints contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEndpoints contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam ListNamespacedConfigMap ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedConfigMap contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedConfigMap contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam ListNamespace ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespace contentType res accept Source # (-&-) :: KubernetesRequest ListNamespace contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespace contentType res accept Source # | |
HasOptionalParam ListLimitRangeForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListEventForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListEndpointsForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListEndpointsForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListEndpointsForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEndpointsForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListEndpointsForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListConfigMapForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListConfigMapForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListConfigMapForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListConfigMapForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListConfigMapForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListComponentStatus ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListComponentStatus contentType res accept -> ResourceVersion -> KubernetesRequest ListComponentStatus contentType res accept Source # (-&-) :: KubernetesRequest ListComponentStatus contentType res accept -> ResourceVersion -> KubernetesRequest ListComponentStatus contentType res accept Source # | |
HasOptionalParam DeleteCollectionPersistentVolume ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteCollectionNode ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNode contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedServiceAccount ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedSecret ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceQuota ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicationController ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodTemplate ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPod ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLimitRange ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpoints ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedConfigMap ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam ListNamespacedLease ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedLease contentType res accept Source # | |
HasOptionalParam ListLeaseForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam ListNamespacedLease ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedLease contentType res accept Source # | |
HasOptionalParam ListLeaseForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam ListCertificateSigningRequest ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCertificateSigningRequest contentType res accept -> ResourceVersion -> KubernetesRequest ListCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest ListCertificateSigningRequest contentType res accept -> ResourceVersion -> KubernetesRequest ListCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteCollectionCertificateSigningRequest ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedJob ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedJob contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedJob contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedJob contentType res accept Source # | |
HasOptionalParam ListJobForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ListJobForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListJobForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedJob ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListAuditSink ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> ResourceVersion -> KubernetesRequest ListAuditSink contentType res accept Source # (-&-) :: KubernetesRequest ListAuditSink contentType res accept -> ResourceVersion -> KubernetesRequest ListAuditSink contentType res accept Source # | |
HasOptionalParam DeleteCollectionAuditSink ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListAPIService ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> ResourceVersion -> KubernetesRequest ListAPIService contentType res accept Source # (-&-) :: KubernetesRequest ListAPIService contentType res accept -> ResourceVersion -> KubernetesRequest ListAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam ListAPIService ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> ResourceVersion -> KubernetesRequest ListAPIService contentType res accept Source # (-&-) :: KubernetesRequest ListAPIService contentType res accept -> ResourceVersion -> KubernetesRequest ListAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListValidatingWebhookConfiguration ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListMutatingWebhookConfiguration ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListValidatingWebhookConfiguration ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListMutatingWebhookConfiguration ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration ResourceVersion Source # | Optional Param "resourceVersion" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # |
newtype PropagationPolicy Source #
Constructors
PropagationPolicy | |
Fields |
Instances
Eq PropagationPolicy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: PropagationPolicy -> PropagationPolicy -> Bool # (/=) :: PropagationPolicy -> PropagationPolicy -> Bool # | |
Show PropagationPolicy Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> PropagationPolicy -> ShowS # show :: PropagationPolicy -> String # showList :: [PropagationPolicy] -> ShowS # | |
HasOptionalParam DeleteVolumeAttachment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteStorageClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteStorageClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteStorageClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSINode PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSIDriver PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteCSINode PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCSINode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCSINode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCSINode contentType res accept Source # | |
HasOptionalParam DeleteCSIDriver PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCSIDriver contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCSIDriver contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteVolumeAttachment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteVolumeAttachment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteStorageClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteStorageClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteStorageClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodPreset PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodPreset contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodPreset contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodPreset PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeletePriorityClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam DeletePriorityClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam DeletePriorityClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam DeletePodSecurityPolicy PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodDisruptionBudget PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteRuntimeClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteRuntimeClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteRuntimeClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteRuntimeClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteRuntimeClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteRuntimeClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeletePodSecurityPolicy PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEvent PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEndpointSlice PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpointSlice PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCustomObject PropagationPolicy Source # | Optional Param "propagationPolicy" - 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. |
Defined in Kubernetes.OpenAPI.API.CustomObjects Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCustomObject contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedCustomObject contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCustomObject contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedCustomObject contentType res accept Source # | |
HasOptionalParam DeleteClusterCustomObject PropagationPolicy Source # | Optional Param "propagationPolicy" - 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. |
Defined in Kubernetes.OpenAPI.API.CustomObjects Methods applyOptionalParam :: KubernetesRequest DeleteClusterCustomObject contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterCustomObject contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterCustomObject contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteClusterCustomObject contentType res accept Source # | |
HasOptionalParam DeletePersistentVolume PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeletePersistentVolume contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeletePersistentVolume contentType res accept -> PropagationPolicy -> KubernetesRequest DeletePersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteNode PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteNode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNode contentType res accept Source # | |
HasOptionalParam DeleteNamespacedServiceAccount PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedServiceAccount contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedServiceAccount contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteNamespacedService PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedService contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedService contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedService contentType res accept Source # | |
HasOptionalParam DeleteNamespacedSecret PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedSecret contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedSecret contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceQuota PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceQuota contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceQuota contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicationController PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicationController contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicationController contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodTemplate PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodTemplate contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodTemplate contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPod PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPod contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPod contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPersistentVolumeClaim PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLimitRange PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLimitRange contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLimitRange contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEvent PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEndpoints PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEndpoints contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEndpoints contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteNamespacedConfigMap PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedConfigMap contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedConfigMap contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam DeleteNamespace PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespace contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespace contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespace contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespace contentType res accept Source # | |
HasOptionalParam DeleteCollectionPersistentVolume PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteCollectionNode PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNode contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedServiceAccount PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedSecret PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceQuota PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicationController PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodTemplate PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPod PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLimitRange PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpoints PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedConfigMap PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLease PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLease contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLease contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLease PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLease contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLease contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionCertificateSigningRequest PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteCertificateSigningRequest PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCertificateSigningRequest contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCertificateSigningRequest contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedJob PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedJob PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionAuditSink PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # | |
HasOptionalParam DeleteAuditSink PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteAuditSink contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteAuditSink contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteAuditSink contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam DeleteAPIService PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteAPIService contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteAPIService contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam DeleteAPIService PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteAPIService contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteAPIService contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteAPIService contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteValidatingWebhookConfiguration PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteMutatingWebhookConfiguration PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteValidatingWebhookConfiguration PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteMutatingWebhookConfiguration PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration PropagationPolicy Source # | Optional Param "propagationPolicy" - 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: |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # |
Constructors
Previous | |
Fields
|
Instances
Eq Previous Source # | |
Show Previous Source # | |
HasOptionalParam ReadNamespacedPodLog Previous Source # | Optional Param "previous" - Return previous terminated container logs. Defaults to false. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> Previous -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # (-&-) :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> Previous -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # |
Instances
Instances
Instances
Instances
newtype OrphanDependents Source #
Constructors
OrphanDependents | |
Fields |
Instances
Eq OrphanDependents Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: OrphanDependents -> OrphanDependents -> Bool # (/=) :: OrphanDependents -> OrphanDependents -> Bool # | |
Show OrphanDependents Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> OrphanDependents -> ShowS # show :: OrphanDependents -> String # showList :: [OrphanDependents] -> ShowS # | |
HasOptionalParam DeleteVolumeAttachment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteStorageClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteStorageClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteStorageClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSINode OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSIDriver OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteCSINode OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCSINode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCSINode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCSINode contentType res accept Source # | |
HasOptionalParam DeleteCSIDriver OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCSIDriver contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCSIDriver contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteVolumeAttachment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteVolumeAttachment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteStorageClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteStorageClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteStorageClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodPreset OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodPreset contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodPreset contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodPreset OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeletePriorityClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam DeletePriorityClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam DeletePriorityClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam DeletePodSecurityPolicy OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodDisruptionBudget OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteRuntimeClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteRuntimeClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteRuntimeClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteRuntimeClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteRuntimeClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteRuntimeClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeletePodSecurityPolicy OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEvent OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEndpointSlice OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpointSlice OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCustomObject OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CustomObjects Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCustomObject contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedCustomObject contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCustomObject contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedCustomObject contentType res accept Source # | |
HasOptionalParam DeleteClusterCustomObject OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CustomObjects Methods applyOptionalParam :: KubernetesRequest DeleteClusterCustomObject contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterCustomObject contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterCustomObject contentType res accept -> OrphanDependents -> KubernetesRequest DeleteClusterCustomObject contentType res accept Source # | |
HasOptionalParam DeletePersistentVolume OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeletePersistentVolume contentType res accept -> OrphanDependents -> KubernetesRequest DeletePersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeletePersistentVolume contentType res accept -> OrphanDependents -> KubernetesRequest DeletePersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteNode OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteNode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNode contentType res accept Source # | |
HasOptionalParam DeleteNamespacedServiceAccount OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedServiceAccount contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedServiceAccount contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteNamespacedService OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedService contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedService contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedService contentType res accept Source # | |
HasOptionalParam DeleteNamespacedSecret OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedSecret contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedSecret contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceQuota OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceQuota contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceQuota contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicationController OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicationController contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicationController contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodTemplate OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodTemplate contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodTemplate contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPod OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPod contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPod contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPersistentVolumeClaim OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLimitRange OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLimitRange contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLimitRange contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEvent OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEndpoints OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEndpoints contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEndpoints contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteNamespacedConfigMap OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedConfigMap contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedConfigMap contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam DeleteNamespace OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespace contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespace contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespace contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespace contentType res accept Source # | |
HasOptionalParam DeleteCollectionPersistentVolume OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteCollectionNode OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNode contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedServiceAccount OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedSecret OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceQuota OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicationController OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodTemplate OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPod OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLimitRange OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpoints OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedConfigMap OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLease OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLease contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLease contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLease OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLease contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLease contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionCertificateSigningRequest OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteCertificateSigningRequest OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCertificateSigningRequest contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCertificateSigningRequest contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedJob OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedJob OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionAuditSink OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # | |
HasOptionalParam DeleteAuditSink OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteAuditSink contentType res accept -> OrphanDependents -> KubernetesRequest DeleteAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteAuditSink contentType res accept -> OrphanDependents -> KubernetesRequest DeleteAuditSink contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam DeleteAPIService OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteAPIService contentType res accept -> OrphanDependents -> KubernetesRequest DeleteAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteAPIService contentType res accept -> OrphanDependents -> KubernetesRequest DeleteAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam DeleteAPIService OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteAPIService contentType res accept -> OrphanDependents -> KubernetesRequest DeleteAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteAPIService contentType res accept -> OrphanDependents -> KubernetesRequest DeleteAPIService contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteValidatingWebhookConfiguration OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteMutatingWebhookConfiguration OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteValidatingWebhookConfiguration OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteMutatingWebhookConfiguration OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # |
Constructors
Namespace | |
Fields
|
newtype LimitBytes Source #
Constructors
LimitBytes | |
Fields
|
Instances
Eq LimitBytes Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show LimitBytes Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> LimitBytes -> ShowS # show :: LimitBytes -> String # showList :: [LimitBytes] -> ShowS # | |
HasOptionalParam ReadNamespacedPodLog LimitBytes Source # | Optional Param "limitBytes" - If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> LimitBytes -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # (-&-) :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> LimitBytes -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # |
Instances
Eq Limit Source # | |
Show Limit Source # | |
HasOptionalParam ListVolumeAttachment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> Limit -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> Limit -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListStorageClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> Limit -> KubernetesRequest ListStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ListStorageClass contentType res accept -> Limit -> KubernetesRequest ListStorageClass contentType res accept Source # | |
HasOptionalParam ListCSINode Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> Limit -> KubernetesRequest ListCSINode contentType res accept Source # (-&-) :: KubernetesRequest ListCSINode contentType res accept -> Limit -> KubernetesRequest ListCSINode contentType res accept Source # | |
HasOptionalParam ListCSIDriver Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> Limit -> KubernetesRequest ListCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> Limit -> KubernetesRequest ListCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSINode Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSIDriver Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # | |
HasOptionalParam ListVolumeAttachment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> Limit -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> Limit -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListVolumeAttachment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> Limit -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> Limit -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListStorageClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> Limit -> KubernetesRequest ListStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ListStorageClass contentType res accept -> Limit -> KubernetesRequest ListStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam ListPodPresetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListPodPresetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListPodPresetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodPresetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListPodPresetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedPodPreset Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodPreset contentType res accept -> Limit -> KubernetesRequest ListNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodPreset contentType res accept -> Limit -> KubernetesRequest ListNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodPreset Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam ListPriorityClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> Limit -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> Limit -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListPriorityClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> Limit -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> Limit -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListPriorityClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> Limit -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> Limit -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Limit -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Limit -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Limit -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Limit -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Limit -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Limit -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Limit -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Limit -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Limit -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Limit -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Limit -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Limit -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Limit -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListPodSecurityPolicy Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> Limit -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> Limit -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ListPodDisruptionBudgetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedPodDisruptionBudget Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept -> Limit -> KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept -> Limit -> KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam ListRuntimeClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> Limit -> KubernetesRequest ListRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> Limit -> KubernetesRequest ListRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam ListRuntimeClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> Limit -> KubernetesRequest ListRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> Limit -> KubernetesRequest ListRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> Limit -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> Limit -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodSecurityPolicy Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> Limit -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> Limit -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> Limit -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> Limit -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedEvent Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Limit -> KubernetesRequest ListNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Limit -> KubernetesRequest ListNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListEventForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListNamespacedEndpointSlice Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEndpointSlice contentType res accept -> Limit -> KubernetesRequest ListNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEndpointSlice contentType res accept -> Limit -> KubernetesRequest ListNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam ListEndpointSliceForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpointSlice Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam ListServiceForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListServiceForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListServiceForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListServiceForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListServiceForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListServiceAccountForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListSecretForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListSecretForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListSecretForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListSecretForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListSecretForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceQuotaForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicationControllerForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodTemplateForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPodForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListPodForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListPodForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPersistentVolumeClaimForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPersistentVolume Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPersistentVolume contentType res accept -> Limit -> KubernetesRequest ListPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest ListPersistentVolume contentType res accept -> Limit -> KubernetesRequest ListPersistentVolume contentType res accept Source # | |
HasOptionalParam ListNode Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Limit -> KubernetesRequest ListNode contentType res accept Source # (-&-) :: KubernetesRequest ListNode contentType res accept -> Limit -> KubernetesRequest ListNode contentType res accept Source # | |
HasOptionalParam ListNamespacedServiceAccount Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedServiceAccount contentType res accept -> Limit -> KubernetesRequest ListNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedServiceAccount contentType res accept -> Limit -> KubernetesRequest ListNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam ListNamespacedService Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedService contentType res accept -> Limit -> KubernetesRequest ListNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedService contentType res accept -> Limit -> KubernetesRequest ListNamespacedService contentType res accept Source # | |
HasOptionalParam ListNamespacedSecret Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedSecret contentType res accept -> Limit -> KubernetesRequest ListNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedSecret contentType res accept -> Limit -> KubernetesRequest ListNamespacedSecret contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceQuota Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceQuota contentType res accept -> Limit -> KubernetesRequest ListNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceQuota contentType res accept -> Limit -> KubernetesRequest ListNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicationController Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicationController contentType res accept -> Limit -> KubernetesRequest ListNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicationController contentType res accept -> Limit -> KubernetesRequest ListNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam ListNamespacedPodTemplate Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodTemplate contentType res accept -> Limit -> KubernetesRequest ListNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodTemplate contentType res accept -> Limit -> KubernetesRequest ListNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedPod Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Limit -> KubernetesRequest ListNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Limit -> KubernetesRequest ListNamespacedPod contentType res accept Source # | |
HasOptionalParam ListNamespacedPersistentVolumeClaim Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept -> Limit -> KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept -> Limit -> KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedLimitRange Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLimitRange contentType res accept -> Limit -> KubernetesRequest ListNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLimitRange contentType res accept -> Limit -> KubernetesRequest ListNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam ListNamespacedEvent Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Limit -> KubernetesRequest ListNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Limit -> KubernetesRequest ListNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListNamespacedEndpoints Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEndpoints contentType res accept -> Limit -> KubernetesRequest ListNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEndpoints contentType res accept -> Limit -> KubernetesRequest ListNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam ListNamespacedConfigMap Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedConfigMap contentType res accept -> Limit -> KubernetesRequest ListNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedConfigMap contentType res accept -> Limit -> KubernetesRequest ListNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam ListNamespace Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Limit -> KubernetesRequest ListNamespace contentType res accept Source # (-&-) :: KubernetesRequest ListNamespace contentType res accept -> Limit -> KubernetesRequest ListNamespace contentType res accept Source # | |
HasOptionalParam ListLimitRangeForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListEventForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListEndpointsForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListEndpointsForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListEndpointsForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEndpointsForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListEndpointsForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListConfigMapForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListConfigMapForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListConfigMapForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListConfigMapForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListConfigMapForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListComponentStatus Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListComponentStatus contentType res accept -> Limit -> KubernetesRequest ListComponentStatus contentType res accept Source # (-&-) :: KubernetesRequest ListComponentStatus contentType res accept -> Limit -> KubernetesRequest ListComponentStatus contentType res accept Source # | |
HasOptionalParam DeleteCollectionPersistentVolume Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> Limit -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteCollectionNode Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNode contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedServiceAccount Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedSecret Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceQuota Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicationController Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodTemplate Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPod Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLimitRange Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpoints Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedConfigMap Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam ListNamespacedLease Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> Limit -> KubernetesRequest ListNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> Limit -> KubernetesRequest ListNamespacedLease contentType res accept Source # | |
HasOptionalParam ListLeaseForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam ListNamespacedLease Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> Limit -> KubernetesRequest ListNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> Limit -> KubernetesRequest ListNamespacedLease contentType res accept Source # | |
HasOptionalParam ListLeaseForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam ListCertificateSigningRequest Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCertificateSigningRequest contentType res accept -> Limit -> KubernetesRequest ListCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest ListCertificateSigningRequest contentType res accept -> Limit -> KubernetesRequest ListCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteCollectionCertificateSigningRequest Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedJob Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedJob contentType res accept -> Limit -> KubernetesRequest ListNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedJob contentType res accept -> Limit -> KubernetesRequest ListNamespacedJob contentType res accept Source # | |
HasOptionalParam ListJobForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ListJobForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListJobForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedJob Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListAuditSink Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> Limit -> KubernetesRequest ListAuditSink contentType res accept Source # (-&-) :: KubernetesRequest ListAuditSink contentType res accept -> Limit -> KubernetesRequest ListAuditSink contentType res accept Source # | |
HasOptionalParam DeleteCollectionAuditSink Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> Limit -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> Limit -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListAPIService Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> Limit -> KubernetesRequest ListAPIService contentType res accept Source # (-&-) :: KubernetesRequest ListAPIService contentType res accept -> Limit -> KubernetesRequest ListAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> Limit -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> Limit -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam ListAPIService Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> Limit -> KubernetesRequest ListAPIService contentType res accept Source # (-&-) :: KubernetesRequest ListAPIService contentType res accept -> Limit -> KubernetesRequest ListAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> Limit -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> Limit -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListValidatingWebhookConfiguration Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListMutatingWebhookConfiguration Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListValidatingWebhookConfiguration Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListMutatingWebhookConfiguration Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> Limit -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # |
newtype LabelSelector Source #
Constructors
LabelSelector | |
Fields |
Instances
newtype GracePeriodSeconds Source #
Constructors
GracePeriodSeconds | |
Fields |
Instances
Eq GracePeriodSeconds Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: GracePeriodSeconds -> GracePeriodSeconds -> Bool # (/=) :: GracePeriodSeconds -> GracePeriodSeconds -> Bool # | |
Show GracePeriodSeconds Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> GracePeriodSeconds -> ShowS # show :: GracePeriodSeconds -> String # showList :: [GracePeriodSeconds] -> ShowS # | |
HasOptionalParam DeleteVolumeAttachment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteStorageClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteStorageClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteStorageClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSINode GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSIDriver GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteCSINode GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCSINode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCSINode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCSINode contentType res accept Source # | |
HasOptionalParam DeleteCSIDriver GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCSIDriver contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCSIDriver contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteVolumeAttachment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteVolumeAttachment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteStorageClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteStorageClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteStorageClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodPreset GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodPreset contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodPreset contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodPreset GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeletePriorityClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam DeletePriorityClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam DeletePriorityClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam DeletePodSecurityPolicy GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodDisruptionBudget GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteRuntimeClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteRuntimeClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteRuntimeClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteRuntimeClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteRuntimeClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteRuntimeClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeletePodSecurityPolicy GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEvent GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEndpointSlice GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpointSlice GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCustomObject GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CustomObjects Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCustomObject contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedCustomObject contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCustomObject contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedCustomObject contentType res accept Source # | |
HasOptionalParam DeleteClusterCustomObject GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CustomObjects Methods applyOptionalParam :: KubernetesRequest DeleteClusterCustomObject contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterCustomObject contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterCustomObject contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteClusterCustomObject contentType res accept Source # | |
HasOptionalParam DeletePersistentVolume GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeletePersistentVolume contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeletePersistentVolume contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeletePersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteNode GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteNode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNode contentType res accept Source # | |
HasOptionalParam DeleteNamespacedServiceAccount GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedServiceAccount contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedServiceAccount contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteNamespacedService GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedService contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedService contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedService contentType res accept Source # | |
HasOptionalParam DeleteNamespacedSecret GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedSecret contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedSecret contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceQuota GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceQuota contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceQuota contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicationController GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicationController contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicationController contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodTemplate GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodTemplate contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodTemplate contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPod GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPod contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPod contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPersistentVolumeClaim GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLimitRange GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLimitRange contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLimitRange contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEvent GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEndpoints GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEndpoints contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEndpoints contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteNamespacedConfigMap GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedConfigMap contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedConfigMap contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam DeleteNamespace GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespace contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespace contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespace contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespace contentType res accept Source # | |
HasOptionalParam DeleteCollectionPersistentVolume GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteCollectionNode GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNode contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedServiceAccount GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedSecret GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceQuota GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicationController GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodTemplate GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPod GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLimitRange GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpoints GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedConfigMap GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLease GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLease contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLease contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLease GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLease contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLease contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionCertificateSigningRequest GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteCertificateSigningRequest GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCertificateSigningRequest contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCertificateSigningRequest contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedJob GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedJob GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionAuditSink GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # | |
HasOptionalParam DeleteAuditSink GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteAuditSink contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteAuditSink contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteAuditSink contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam DeleteAPIService GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteAPIService contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteAPIService contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam DeleteAPIService GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteAPIService contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteAPIService contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteAPIService contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteValidatingWebhookConfiguration GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteMutatingWebhookConfiguration GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteValidatingWebhookConfiguration GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteMutatingWebhookConfiguration GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # |
Instances
Eq Force Source # | |
Show Force Source # | |
HasOptionalParam PatchVolumeAttachment Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachment contentType res accept -> Force -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachment contentType res accept -> Force -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # | |
HasOptionalParam PatchStorageClass Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchStorageClass contentType res accept -> Force -> KubernetesRequest PatchStorageClass contentType res accept Source # (-&-) :: KubernetesRequest PatchStorageClass contentType res accept -> Force -> KubernetesRequest PatchStorageClass contentType res accept Source # | |
HasOptionalParam PatchCSINode Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCSINode contentType res accept -> Force -> KubernetesRequest PatchCSINode contentType res accept Source # (-&-) :: KubernetesRequest PatchCSINode contentType res accept -> Force -> KubernetesRequest PatchCSINode contentType res accept Source # | |
HasOptionalParam PatchCSIDriver Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCSIDriver contentType res accept -> Force -> KubernetesRequest PatchCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest PatchCSIDriver contentType res accept -> Force -> KubernetesRequest PatchCSIDriver contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachment Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachment contentType res accept -> Force -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachment contentType res accept -> Force -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachmentStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachmentStatus contentType res accept -> Force -> KubernetesRequest PatchVolumeAttachmentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachmentStatus contentType res accept -> Force -> KubernetesRequest PatchVolumeAttachmentStatus contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachment Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachment contentType res accept -> Force -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachment contentType res accept -> Force -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # | |
HasOptionalParam PatchStorageClass Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest PatchStorageClass contentType res accept -> Force -> KubernetesRequest PatchStorageClass contentType res accept Source # (-&-) :: KubernetesRequest PatchStorageClass contentType res accept -> Force -> KubernetesRequest PatchStorageClass contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodPreset Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodPreset contentType res accept -> Force -> KubernetesRequest PatchNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodPreset contentType res accept -> Force -> KubernetesRequest PatchNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam PatchPriorityClass Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> Force -> KubernetesRequest PatchPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> Force -> KubernetesRequest PatchPriorityClass contentType res accept Source # | |
HasOptionalParam PatchPriorityClass Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> Force -> KubernetesRequest PatchPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> Force -> KubernetesRequest PatchPriorityClass contentType res accept Source # | |
HasOptionalParam PatchPriorityClass Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> Force -> KubernetesRequest PatchPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> Force -> KubernetesRequest PatchPriorityClass contentType res accept Source # | |
HasOptionalParam PatchNamespacedRoleBinding Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> Force -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> Force -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam PatchNamespacedRole Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> Force -> KubernetesRequest PatchNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> Force -> KubernetesRequest PatchNamespacedRole contentType res accept Source # | |
HasOptionalParam PatchClusterRoleBinding Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> Force -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> Force -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # | |
HasOptionalParam PatchClusterRole Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> Force -> KubernetesRequest PatchClusterRole contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> Force -> KubernetesRequest PatchClusterRole contentType res accept Source # | |
HasOptionalParam PatchNamespacedRoleBinding Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> Force -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> Force -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam PatchNamespacedRole Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> Force -> KubernetesRequest PatchNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> Force -> KubernetesRequest PatchNamespacedRole contentType res accept Source # | |
HasOptionalParam PatchClusterRoleBinding Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> Force -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> Force -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # | |
HasOptionalParam PatchClusterRole Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> Force -> KubernetesRequest PatchClusterRole contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> Force -> KubernetesRequest PatchClusterRole contentType res accept Source # | |
HasOptionalParam PatchNamespacedRoleBinding Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> Force -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> Force -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam PatchNamespacedRole Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> Force -> KubernetesRequest PatchNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> Force -> KubernetesRequest PatchNamespacedRole contentType res accept Source # | |
HasOptionalParam PatchClusterRoleBinding Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> Force -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> Force -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # | |
HasOptionalParam PatchClusterRole Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> Force -> KubernetesRequest PatchClusterRole contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> Force -> KubernetesRequest PatchClusterRole contentType res accept Source # | |
HasOptionalParam PatchPodSecurityPolicy Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> Force -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> Force -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodDisruptionBudgetStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodDisruptionBudget Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept -> Force -> KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept -> Force -> KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam PatchRuntimeClass Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchRuntimeClass contentType res accept -> Force -> KubernetesRequest PatchRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest PatchRuntimeClass contentType res accept -> Force -> KubernetesRequest PatchRuntimeClass contentType res accept Source # | |
HasOptionalParam PatchRuntimeClass Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchRuntimeClass contentType res accept -> Force -> KubernetesRequest PatchRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest PatchRuntimeClass contentType res accept -> Force -> KubernetesRequest PatchRuntimeClass contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> Force -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> Force -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchPodSecurityPolicy Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> Force -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> Force -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationControllerDummyScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSet Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> Force -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> Force -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSetStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSet Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedEvent Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # | |
HasOptionalParam PatchNamespacedEndpointSlice Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEndpointSlice contentType res accept -> Force -> KubernetesRequest PatchNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEndpointSlice contentType res accept -> Force -> KubernetesRequest PatchNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam PatchPersistentVolumeStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchPersistentVolumeStatus contentType res accept -> Force -> KubernetesRequest PatchPersistentVolumeStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchPersistentVolumeStatus contentType res accept -> Force -> KubernetesRequest PatchPersistentVolumeStatus contentType res accept Source # | |
HasOptionalParam PatchPersistentVolume Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchPersistentVolume contentType res accept -> Force -> KubernetesRequest PatchPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest PatchPersistentVolume contentType res accept -> Force -> KubernetesRequest PatchPersistentVolume contentType res accept Source # | |
HasOptionalParam PatchNodeStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> Force -> KubernetesRequest PatchNodeStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> Force -> KubernetesRequest PatchNodeStatus contentType res accept Source # | |
HasOptionalParam PatchNode Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> Force -> KubernetesRequest PatchNode contentType res accept Source # (-&-) :: KubernetesRequest PatchNode contentType res accept -> Force -> KubernetesRequest PatchNode contentType res accept Source # | |
HasOptionalParam PatchNamespacedServiceStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedServiceStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedServiceStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedServiceStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedServiceAccount Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedServiceAccount contentType res accept -> Force -> KubernetesRequest PatchNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedServiceAccount contentType res accept -> Force -> KubernetesRequest PatchNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam PatchNamespacedService Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedService contentType res accept -> Force -> KubernetesRequest PatchNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedService contentType res accept -> Force -> KubernetesRequest PatchNamespacedService contentType res accept Source # | |
HasOptionalParam PatchNamespacedSecret Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedSecret contentType res accept -> Force -> KubernetesRequest PatchNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedSecret contentType res accept -> Force -> KubernetesRequest PatchNamespacedSecret contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceQuotaStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceQuota Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceQuota contentType res accept -> Force -> KubernetesRequest PatchNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceQuota contentType res accept -> Force -> KubernetesRequest PatchNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationControllerStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationControllerScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationController Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationController contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationController contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodTemplate Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodTemplate contentType res accept -> Force -> KubernetesRequest PatchNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodTemplate contentType res accept -> Force -> KubernetesRequest PatchNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedPodStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedPodStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedPod Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPod contentType res accept -> Force -> KubernetesRequest PatchNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPod contentType res accept -> Force -> KubernetesRequest PatchNamespacedPod contentType res accept Source # | |
HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedPersistentVolumeClaim Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept -> Force -> KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept -> Force -> KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam PatchNamespacedLimitRange Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedLimitRange contentType res accept -> Force -> KubernetesRequest PatchNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedLimitRange contentType res accept -> Force -> KubernetesRequest PatchNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam PatchNamespacedEvent Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # | |
HasOptionalParam PatchNamespacedEndpoints Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEndpoints contentType res accept -> Force -> KubernetesRequest PatchNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEndpoints contentType res accept -> Force -> KubernetesRequest PatchNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam PatchNamespacedConfigMap Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedConfigMap contentType res accept -> Force -> KubernetesRequest PatchNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedConfigMap contentType res accept -> Force -> KubernetesRequest PatchNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam PatchNamespaceStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespaceStatus contentType res accept -> Force -> KubernetesRequest PatchNamespaceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespaceStatus contentType res accept -> Force -> KubernetesRequest PatchNamespaceStatus contentType res accept Source # | |
HasOptionalParam PatchNamespace Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> Force -> KubernetesRequest PatchNamespace contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespace contentType res accept -> Force -> KubernetesRequest PatchNamespace contentType res accept Source # | |
HasOptionalParam PatchNamespacedLease Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedLease contentType res accept -> Force -> KubernetesRequest PatchNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedLease contentType res accept -> Force -> KubernetesRequest PatchNamespacedLease contentType res accept Source # | |
HasOptionalParam PatchNamespacedLease Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedLease contentType res accept -> Force -> KubernetesRequest PatchNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedLease contentType res accept -> Force -> KubernetesRequest PatchNamespacedLease contentType res accept Source # | |
HasOptionalParam PatchCertificateSigningRequestStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept -> Force -> KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept -> Force -> KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept Source # | |
HasOptionalParam PatchCertificateSigningRequest Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCertificateSigningRequest contentType res accept -> Force -> KubernetesRequest PatchCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest PatchCertificateSigningRequest contentType res accept -> Force -> KubernetesRequest PatchCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJobStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJob Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> Force -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> Force -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJobStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJob Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> Force -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> Force -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # | |
HasOptionalParam PatchNamespacedJobStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedJobStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedJobStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedJobStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedJobStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedJob Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedJob contentType res accept -> Force -> KubernetesRequest PatchNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedJob contentType res accept -> Force -> KubernetesRequest PatchNamespacedJob contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscaler Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscaler Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscaler Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> Force -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam PatchAuditSink Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchAuditSink contentType res accept -> Force -> KubernetesRequest PatchAuditSink contentType res accept Source # (-&-) :: KubernetesRequest PatchAuditSink contentType res accept -> Force -> KubernetesRequest PatchAuditSink contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSet Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSet Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSetStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSet Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedControllerRevision Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> Force -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> Force -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSet Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedControllerRevision Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> Force -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> Force -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSet Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSet Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> Force -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSetStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSet Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> Force -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedControllerRevision Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> Force -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> Force -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam PatchAPIServiceStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> Force -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> Force -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # | |
HasOptionalParam PatchAPIService Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> Force -> KubernetesRequest PatchAPIService contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIService contentType res accept -> Force -> KubernetesRequest PatchAPIService contentType res accept Source # | |
HasOptionalParam PatchAPIServiceStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> Force -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> Force -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # | |
HasOptionalParam PatchAPIService Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> Force -> KubernetesRequest PatchAPIService contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIService contentType res accept -> Force -> KubernetesRequest PatchAPIService contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchValidatingWebhookConfiguration Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> Force -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> Force -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchMutatingWebhookConfiguration Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> Force -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> Force -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchValidatingWebhookConfiguration Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> Force -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> Force -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchMutatingWebhookConfiguration Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> Force -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> Force -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # |
Instances
Eq Follow Source # | |
Show Follow Source # | |
HasOptionalParam ReadNamespacedPodLog Follow Source # | Optional Param "follow" - Follow the log stream of the pod. Defaults to false. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> Follow -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # (-&-) :: KubernetesRequest ReadNamespacedPodLog contentType res accept -> Follow -> KubernetesRequest ReadNamespacedPodLog contentType res accept Source # |
newtype FieldSelector Source #
Constructors
FieldSelector | |
Fields |
Instances
newtype FieldManager Source #
Constructors
FieldManager | |
Fields |
Instances
Eq FieldManager Source # | |
Defined in Kubernetes.OpenAPI.Model | |
Show FieldManager Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> FieldManager -> ShowS # show :: FieldManager -> String # showList :: [FieldManager] -> ShowS # | |
HasOptionalParam ReplaceVolumeAttachment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # | |
HasOptionalParam ReplaceStorageClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceStorageClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceStorageClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceStorageClass contentType res accept Source # | |
HasOptionalParam ReplaceCSINode FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCSINode contentType res accept -> FieldManager -> KubernetesRequest ReplaceCSINode contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCSINode contentType res accept -> FieldManager -> KubernetesRequest ReplaceCSINode contentType res accept Source # | |
HasOptionalParam ReplaceCSIDriver FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCSIDriver contentType res accept -> FieldManager -> KubernetesRequest ReplaceCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCSIDriver contentType res accept -> FieldManager -> KubernetesRequest ReplaceCSIDriver contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # | |
HasOptionalParam PatchStorageClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchStorageClass contentType res accept -> FieldManager -> KubernetesRequest PatchStorageClass contentType res accept Source # (-&-) :: KubernetesRequest PatchStorageClass contentType res accept -> FieldManager -> KubernetesRequest PatchStorageClass contentType res accept Source # | |
HasOptionalParam PatchCSINode FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCSINode contentType res accept -> FieldManager -> KubernetesRequest PatchCSINode contentType res accept Source # (-&-) :: KubernetesRequest PatchCSINode contentType res accept -> FieldManager -> KubernetesRequest PatchCSINode contentType res accept Source # | |
HasOptionalParam PatchCSIDriver FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCSIDriver contentType res accept -> FieldManager -> KubernetesRequest PatchCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest PatchCSIDriver contentType res accept -> FieldManager -> KubernetesRequest PatchCSIDriver contentType res accept Source # | |
HasOptionalParam CreateVolumeAttachment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest CreateVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # | |
HasOptionalParam CreateStorageClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateStorageClass contentType res accept -> FieldManager -> KubernetesRequest CreateStorageClass contentType res accept Source # (-&-) :: KubernetesRequest CreateStorageClass contentType res accept -> FieldManager -> KubernetesRequest CreateStorageClass contentType res accept Source # | |
HasOptionalParam CreateCSINode FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateCSINode contentType res accept -> FieldManager -> KubernetesRequest CreateCSINode contentType res accept Source # (-&-) :: KubernetesRequest CreateCSINode contentType res accept -> FieldManager -> KubernetesRequest CreateCSINode contentType res accept Source # | |
HasOptionalParam CreateCSIDriver FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateCSIDriver contentType res accept -> FieldManager -> KubernetesRequest CreateCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest CreateCSIDriver contentType res accept -> FieldManager -> KubernetesRequest CreateCSIDriver contentType res accept Source # | |
HasOptionalParam ReplaceVolumeAttachment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # | |
HasOptionalParam CreateVolumeAttachment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest CreateVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # | |
HasOptionalParam ReplaceVolumeAttachmentStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ReplaceVolumeAttachmentStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceVolumeAttachmentStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceVolumeAttachmentStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceVolumeAttachmentStatus contentType res accept Source # | |
HasOptionalParam ReplaceVolumeAttachment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # | |
HasOptionalParam ReplaceStorageClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ReplaceStorageClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceStorageClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceStorageClass contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachmentStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachmentStatus contentType res accept -> FieldManager -> KubernetesRequest PatchVolumeAttachmentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachmentStatus contentType res accept -> FieldManager -> KubernetesRequest PatchVolumeAttachmentStatus contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # | |
HasOptionalParam PatchStorageClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest PatchStorageClass contentType res accept -> FieldManager -> KubernetesRequest PatchStorageClass contentType res accept Source # (-&-) :: KubernetesRequest PatchStorageClass contentType res accept -> FieldManager -> KubernetesRequest PatchStorageClass contentType res accept Source # | |
HasOptionalParam CreateVolumeAttachment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest CreateVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest CreateVolumeAttachment contentType res accept -> FieldManager -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # | |
HasOptionalParam CreateStorageClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest CreateStorageClass contentType res accept -> FieldManager -> KubernetesRequest CreateStorageClass contentType res accept Source # (-&-) :: KubernetesRequest CreateStorageClass contentType res accept -> FieldManager -> KubernetesRequest CreateStorageClass contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPodPreset FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPodPreset contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPodPreset contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodPreset FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodPreset contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodPreset contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam CreateNamespacedPodPreset FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPodPreset contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPodPreset contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam ReplacePriorityClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplacePriorityClass contentType res accept -> FieldManager -> KubernetesRequest ReplacePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ReplacePriorityClass contentType res accept -> FieldManager -> KubernetesRequest ReplacePriorityClass contentType res accept Source # | |
HasOptionalParam PatchPriorityClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> FieldManager -> KubernetesRequest PatchPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> FieldManager -> KubernetesRequest PatchPriorityClass contentType res accept Source # | |
HasOptionalParam CreatePriorityClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreatePriorityClass contentType res accept -> FieldManager -> KubernetesRequest CreatePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest CreatePriorityClass contentType res accept -> FieldManager -> KubernetesRequest CreatePriorityClass contentType res accept Source # | |
HasOptionalParam ReplacePriorityClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplacePriorityClass contentType res accept -> FieldManager -> KubernetesRequest ReplacePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ReplacePriorityClass contentType res accept -> FieldManager -> KubernetesRequest ReplacePriorityClass contentType res accept Source # | |
HasOptionalParam PatchPriorityClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> FieldManager -> KubernetesRequest PatchPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> FieldManager -> KubernetesRequest PatchPriorityClass contentType res accept Source # | |
HasOptionalParam CreatePriorityClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreatePriorityClass contentType res accept -> FieldManager -> KubernetesRequest CreatePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest CreatePriorityClass contentType res accept -> FieldManager -> KubernetesRequest CreatePriorityClass contentType res accept Source # | |
HasOptionalParam ReplacePriorityClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest ReplacePriorityClass contentType res accept -> FieldManager -> KubernetesRequest ReplacePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ReplacePriorityClass contentType res accept -> FieldManager -> KubernetesRequest ReplacePriorityClass contentType res accept Source # | |
HasOptionalParam PatchPriorityClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> FieldManager -> KubernetesRequest PatchPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> FieldManager -> KubernetesRequest PatchPriorityClass contentType res accept Source # | |
HasOptionalParam CreatePriorityClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest CreatePriorityClass contentType res accept -> FieldManager -> KubernetesRequest CreatePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest CreatePriorityClass contentType res accept -> FieldManager -> KubernetesRequest CreatePriorityClass contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # | |
HasOptionalParam ReplaceClusterRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceClusterRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRole contentType res accept Source # | |
HasOptionalParam PatchNamespacedRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam PatchNamespacedRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRole contentType res accept Source # | |
HasOptionalParam PatchClusterRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # | |
HasOptionalParam PatchClusterRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRole contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRole contentType res accept Source # | |
HasOptionalParam CreateNamespacedRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam CreateNamespacedRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRole contentType res accept Source # | |
HasOptionalParam CreateClusterRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # | |
HasOptionalParam CreateClusterRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRole contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRole contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRole contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRole contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # | |
HasOptionalParam ReplaceClusterRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceClusterRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRole contentType res accept Source # | |
HasOptionalParam PatchNamespacedRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam PatchNamespacedRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRole contentType res accept Source # | |
HasOptionalParam PatchClusterRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # | |
HasOptionalParam PatchClusterRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRole contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRole contentType res accept Source # | |
HasOptionalParam CreateNamespacedRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam CreateNamespacedRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRole contentType res accept Source # | |
HasOptionalParam CreateClusterRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # | |
HasOptionalParam CreateClusterRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRole contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRole contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRole contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRole contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # | |
HasOptionalParam ReplaceClusterRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceClusterRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRole contentType res accept -> FieldManager -> KubernetesRequest ReplaceClusterRole contentType res accept Source # | |
HasOptionalParam PatchNamespacedRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam PatchNamespacedRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedRole contentType res accept Source # | |
HasOptionalParam PatchClusterRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # | |
HasOptionalParam PatchClusterRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRole contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRole contentType res accept Source # | |
HasOptionalParam CreateNamespacedRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam CreateNamespacedRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRole contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedRole contentType res accept Source # | |
HasOptionalParam CreateClusterRoleBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # | |
HasOptionalParam CreateClusterRole FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRole contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRole contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRole contentType res accept -> FieldManager -> KubernetesRequest CreateClusterRole contentType res accept Source # | |
HasOptionalParam ReplacePodSecurityPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplacePodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest ReplacePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplacePodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest ReplacePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPodDisruptionBudgetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPodDisruptionBudgetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPodDisruptionBudgetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPodDisruptionBudgetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPodDisruptionBudgetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPodDisruptionBudget FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPodDisruptionBudget contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPodDisruptionBudget contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam PatchPodSecurityPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodDisruptionBudgetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodDisruptionBudget FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam CreatePodSecurityPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest CreatePodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest CreatePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreatePodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest CreatePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedPodDisruptionBudget FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPodDisruptionBudget contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPodDisruptionBudget contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam ReplaceRuntimeClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source # | |
HasOptionalParam PatchRuntimeClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest PatchRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest PatchRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest PatchRuntimeClass contentType res accept Source # | |
HasOptionalParam CreateRuntimeClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest CreateRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest CreateRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest CreateRuntimeClass contentType res accept Source # | |
HasOptionalParam ReplaceRuntimeClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source # | |
HasOptionalParam PatchRuntimeClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest PatchRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest PatchRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest PatchRuntimeClass contentType res accept Source # | |
HasOptionalParam CreateRuntimeClass FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest CreateRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest CreateRuntimeClass contentType res accept -> FieldManager -> KubernetesRequest CreateRuntimeClass contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngressStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngress FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam CreateNamespacedIngress FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedNetworkPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedNetworkPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ReplacePodSecurityPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplacePodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest ReplacePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplacePodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest ReplacePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicationControllerDummyScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicationControllerDummyScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicationControllerDummyScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicationControllerDummyScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicationControllerDummyScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedNetworkPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngressStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngress FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam PatchPodSecurityPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationControllerDummyScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam CreatePodSecurityPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreatePodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest CreatePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreatePodSecurityPolicy contentType res accept -> FieldManager -> KubernetesRequest CreatePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedReplicaSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedNetworkPolicy FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedIngress FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeploymentRollback FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # | |
HasOptionalParam CreateNamespacedDaemonSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedEvent FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedEvent contentType res accept Source # | |
HasOptionalParam PatchNamespacedEvent FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # | |
HasOptionalParam CreateNamespacedEvent FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedEvent contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedEndpointSlice FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedEndpointSlice contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedEndpointSlice contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam PatchNamespacedEndpointSlice FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEndpointSlice contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEndpointSlice contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam CreateNamespacedEndpointSlice FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedEndpointSlice contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedEndpointSlice contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam ReplacePersistentVolumeStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplacePersistentVolumeStatus contentType res accept -> FieldManager -> KubernetesRequest ReplacePersistentVolumeStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplacePersistentVolumeStatus contentType res accept -> FieldManager -> KubernetesRequest ReplacePersistentVolumeStatus contentType res accept Source # | |
HasOptionalParam ReplacePersistentVolume FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplacePersistentVolume contentType res accept -> FieldManager -> KubernetesRequest ReplacePersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest ReplacePersistentVolume contentType res accept -> FieldManager -> KubernetesRequest ReplacePersistentVolume contentType res accept Source # | |
HasOptionalParam ReplaceNodeStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNodeStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNodeStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNodeStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNodeStatus contentType res accept Source # | |
HasOptionalParam ReplaceNode FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> FieldManager -> KubernetesRequest ReplaceNode contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNode contentType res accept -> FieldManager -> KubernetesRequest ReplaceNode contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedServiceStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedServiceStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedServiceStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedServiceStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedServiceAccount FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedServiceAccount contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedServiceAccount contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedService FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedService contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedService contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedService contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedSecret FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedSecret contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedSecret contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedSecret contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceQuotaStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceQuotaStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedResourceQuotaStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceQuotaStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedResourceQuotaStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceQuota FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceQuota contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceQuota contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicationControllerStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicationControllerStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicationControllerStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicationControllerStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicationControllerStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicationControllerScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicationControllerScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicationControllerScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicationControllerScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicationControllerScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicationController FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicationController contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicationController contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPodTemplate FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPodTemplate contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPodTemplate contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPodStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPodStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPodStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPodStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPodStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPod FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPod contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPod contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPod contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPersistentVolumeClaimStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPersistentVolumeClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPersistentVolumeClaimStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPersistentVolumeClaimStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPersistentVolumeClaim FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPersistentVolumeClaim contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPersistentVolumeClaim contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedLimitRange FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedLimitRange contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedLimitRange contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedEvent FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedEvent contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedEndpoints FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedEndpoints contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedEndpoints contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedConfigMap FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedConfigMap contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedConfigMap contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam ReplaceNamespaceStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespaceStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespaceStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespaceStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespaceStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespaceFinalize FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespaceFinalize contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespaceFinalize contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespaceFinalize contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespaceFinalize contentType res accept Source # | |
HasOptionalParam ReplaceNamespace FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespace contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespace contentType res accept Source # | |
HasOptionalParam PatchPersistentVolumeStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchPersistentVolumeStatus contentType res accept -> FieldManager -> KubernetesRequest PatchPersistentVolumeStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchPersistentVolumeStatus contentType res accept -> FieldManager -> KubernetesRequest PatchPersistentVolumeStatus contentType res accept Source # | |
HasOptionalParam PatchPersistentVolume FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchPersistentVolume contentType res accept -> FieldManager -> KubernetesRequest PatchPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest PatchPersistentVolume contentType res accept -> FieldManager -> KubernetesRequest PatchPersistentVolume contentType res accept Source # | |
HasOptionalParam PatchNodeStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNodeStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNodeStatus contentType res accept Source # | |
HasOptionalParam PatchNode FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> FieldManager -> KubernetesRequest PatchNode contentType res accept Source # (-&-) :: KubernetesRequest PatchNode contentType res accept -> FieldManager -> KubernetesRequest PatchNode contentType res accept Source # | |
HasOptionalParam PatchNamespacedServiceStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedServiceStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedServiceStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedServiceStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedServiceAccount FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedServiceAccount contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedServiceAccount contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam PatchNamespacedService FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedService contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedService contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedService contentType res accept Source # | |
HasOptionalParam PatchNamespacedSecret FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedSecret contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedSecret contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedSecret contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceQuotaStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceQuota FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceQuota contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceQuota contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationControllerStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationControllerScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationController FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationController contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationController contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodTemplate FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodTemplate contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodTemplate contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPodStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPodStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedPod FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPod contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPod contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPod contentType res accept Source # | |
HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedPersistentVolumeClaim FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam PatchNamespacedLimitRange FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedLimitRange contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedLimitRange contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam PatchNamespacedEvent FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # | |
HasOptionalParam PatchNamespacedEndpoints FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEndpoints contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEndpoints contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam PatchNamespacedConfigMap FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedConfigMap contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedConfigMap contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam PatchNamespaceStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespaceStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespaceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespaceStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespaceStatus contentType res accept Source # | |
HasOptionalParam PatchNamespace FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> FieldManager -> KubernetesRequest PatchNamespace contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespace contentType res accept -> FieldManager -> KubernetesRequest PatchNamespace contentType res accept Source # | |
HasOptionalParam CreatePersistentVolume FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreatePersistentVolume contentType res accept -> FieldManager -> KubernetesRequest CreatePersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest CreatePersistentVolume contentType res accept -> FieldManager -> KubernetesRequest CreatePersistentVolume contentType res accept Source # | |
HasOptionalParam CreateNode FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNode contentType res accept -> FieldManager -> KubernetesRequest CreateNode contentType res accept Source # (-&-) :: KubernetesRequest CreateNode contentType res accept -> FieldManager -> KubernetesRequest CreateNode contentType res accept Source # | |
HasOptionalParam CreateNamespacedServiceAccountToken FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedServiceAccountToken contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedServiceAccountToken contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedServiceAccountToken contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedServiceAccountToken contentType res accept Source # | |
HasOptionalParam CreateNamespacedServiceAccount FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedServiceAccount contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedServiceAccount contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam CreateNamespacedService FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedService contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedService contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedService contentType res accept Source # | |
HasOptionalParam CreateNamespacedSecret FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedSecret contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedSecret contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedSecret contentType res accept Source # | |
HasOptionalParam CreateNamespacedResourceQuota FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedResourceQuota contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedResourceQuota contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam CreateNamespacedReplicationController FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedReplicationController contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedReplicationController contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam CreateNamespacedPodTemplate FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPodTemplate contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPodTemplate contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam CreateNamespacedPodEviction FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPodEviction contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPodEviction contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPodEviction contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPodEviction contentType res accept Source # | |
HasOptionalParam CreateNamespacedPodBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPodBinding contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPodBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPodBinding contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPodBinding contentType res accept Source # | |
HasOptionalParam CreateNamespacedPod FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPod contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPod contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPod contentType res accept Source # | |
HasOptionalParam CreateNamespacedPersistentVolumeClaim FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPersistentVolumeClaim contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPersistentVolumeClaim contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam CreateNamespacedLimitRange FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLimitRange contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLimitRange contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam CreateNamespacedEvent FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedEvent contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedEvent contentType res accept Source # | |
HasOptionalParam CreateNamespacedEndpoints FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedEndpoints contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedEndpoints contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam CreateNamespacedConfigMap FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedConfigMap contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedConfigMap contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam CreateNamespacedBinding FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedBinding contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedBinding contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedBinding contentType res accept Source # | |
HasOptionalParam CreateNamespace FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespace contentType res accept -> FieldManager -> KubernetesRequest CreateNamespace contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespace contentType res accept -> FieldManager -> KubernetesRequest CreateNamespace contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedLease FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedLease contentType res accept Source # | |
HasOptionalParam PatchNamespacedLease FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedLease contentType res accept Source # | |
HasOptionalParam CreateNamespacedLease FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLease contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedLease FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedLease contentType res accept Source # | |
HasOptionalParam PatchNamespacedLease FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedLease contentType res accept Source # | |
HasOptionalParam CreateNamespacedLease FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLease contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLease contentType res accept Source # | |
HasOptionalParam ReplaceCertificateSigningRequestStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCertificateSigningRequestStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceCertificateSigningRequestStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCertificateSigningRequestStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceCertificateSigningRequestStatus contentType res accept Source # | |
HasOptionalParam ReplaceCertificateSigningRequestApproval FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCertificateSigningRequestApproval contentType res accept -> FieldManager -> KubernetesRequest ReplaceCertificateSigningRequestApproval contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCertificateSigningRequestApproval contentType res accept -> FieldManager -> KubernetesRequest ReplaceCertificateSigningRequestApproval contentType res accept Source # | |
HasOptionalParam ReplaceCertificateSigningRequest FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCertificateSigningRequest contentType res accept -> FieldManager -> KubernetesRequest ReplaceCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCertificateSigningRequest contentType res accept -> FieldManager -> KubernetesRequest ReplaceCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam PatchCertificateSigningRequestStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept -> FieldManager -> KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept -> FieldManager -> KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept Source # | |
HasOptionalParam PatchCertificateSigningRequest FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCertificateSigningRequest contentType res accept -> FieldManager -> KubernetesRequest PatchCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest PatchCertificateSigningRequest contentType res accept -> FieldManager -> KubernetesRequest PatchCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam CreateCertificateSigningRequest FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateCertificateSigningRequest contentType res accept -> FieldManager -> KubernetesRequest CreateCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest CreateCertificateSigningRequest contentType res accept -> FieldManager -> KubernetesRequest CreateCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedCronJobStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedCronJob FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedCronJob contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJobStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJob FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # | |
HasOptionalParam CreateNamespacedCronJob FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedCronJobStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedCronJob FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedCronJob contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJobStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJob FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # | |
HasOptionalParam CreateNamespacedCronJob FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedCronJob contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedJobStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedJobStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedJobStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedJobStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedJobStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedJob FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedJob contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedJob contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedJob contentType res accept Source # | |
HasOptionalParam PatchNamespacedJobStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedJobStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedJobStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedJobStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedJobStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedJob FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedJob contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedJob contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedJob contentType res accept Source # | |
HasOptionalParam CreateNamespacedJob FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedJob contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedJob contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedJob contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscaler FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam CreateNamespacedHorizontalPodAutoscaler FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscaler FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam CreateNamespacedHorizontalPodAutoscaler FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscaler FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam CreateNamespacedHorizontalPodAutoscaler FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam CreateSubjectAccessReview FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateSelfSubjectRulesReview FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # | |
HasOptionalParam CreateSelfSubjectAccessReview FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateNamespacedLocalSubjectAccessReview FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateSubjectAccessReview FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateSelfSubjectRulesReview FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # | |
HasOptionalParam CreateSelfSubjectAccessReview FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateNamespacedLocalSubjectAccessReview FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateTokenReview FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateTokenReview contentType res accept -> FieldManager -> KubernetesRequest CreateTokenReview contentType res accept Source # (-&-) :: KubernetesRequest CreateTokenReview contentType res accept -> FieldManager -> KubernetesRequest CreateTokenReview contentType res accept Source # | |
HasOptionalParam CreateTokenReview FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuthenticationV1 Methods applyOptionalParam :: KubernetesRequest CreateTokenReview contentType res accept -> FieldManager -> KubernetesRequest CreateTokenReview contentType res accept Source # (-&-) :: KubernetesRequest CreateTokenReview contentType res accept -> FieldManager -> KubernetesRequest CreateTokenReview contentType res accept Source # | |
HasOptionalParam ReplaceAuditSink FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceAuditSink contentType res accept -> FieldManager -> KubernetesRequest ReplaceAuditSink contentType res accept Source # (-&-) :: KubernetesRequest ReplaceAuditSink contentType res accept -> FieldManager -> KubernetesRequest ReplaceAuditSink contentType res accept Source # | |
HasOptionalParam PatchAuditSink FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchAuditSink contentType res accept -> FieldManager -> KubernetesRequest PatchAuditSink contentType res accept Source # (-&-) :: KubernetesRequest PatchAuditSink contentType res accept -> FieldManager -> KubernetesRequest PatchAuditSink contentType res accept Source # | |
HasOptionalParam CreateAuditSink FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateAuditSink contentType res accept -> FieldManager -> KubernetesRequest CreateAuditSink contentType res accept Source # (-&-) :: KubernetesRequest CreateAuditSink contentType res accept -> FieldManager -> KubernetesRequest CreateAuditSink contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedControllerRevision FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedControllerRevision FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam CreateNamespacedStatefulSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedReplicaSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # | |
HasOptionalParam CreateNamespacedDaemonSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedControllerRevision FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedControllerRevision FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedControllerRevision FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam CreateNamespacedStatefulSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeploymentRollback FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # | |
HasOptionalParam CreateNamespacedControllerRevision FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedControllerRevision FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSetStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedControllerRevision FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam CreateNamespacedStatefulSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedReplicaSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeployment FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # | |
HasOptionalParam CreateNamespacedDaemonSet FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedControllerRevision FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ReplaceAPIServiceStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceAPIServiceStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceAPIServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceAPIServiceStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceAPIServiceStatus contentType res accept Source # | |
HasOptionalParam ReplaceAPIService FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceAPIService contentType res accept -> FieldManager -> KubernetesRequest ReplaceAPIService contentType res accept Source # (-&-) :: KubernetesRequest ReplaceAPIService contentType res accept -> FieldManager -> KubernetesRequest ReplaceAPIService contentType res accept Source # | |
HasOptionalParam PatchAPIServiceStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> FieldManager -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> FieldManager -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # | |
HasOptionalParam PatchAPIService FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> FieldManager -> KubernetesRequest PatchAPIService contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIService contentType res accept -> FieldManager -> KubernetesRequest PatchAPIService contentType res accept Source # | |
HasOptionalParam CreateAPIService FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateAPIService contentType res accept -> FieldManager -> KubernetesRequest CreateAPIService contentType res accept Source # (-&-) :: KubernetesRequest CreateAPIService contentType res accept -> FieldManager -> KubernetesRequest CreateAPIService contentType res accept Source # | |
HasOptionalParam ReplaceAPIServiceStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceAPIServiceStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceAPIServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceAPIServiceStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceAPIServiceStatus contentType res accept Source # | |
HasOptionalParam ReplaceAPIService FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceAPIService contentType res accept -> FieldManager -> KubernetesRequest ReplaceAPIService contentType res accept Source # (-&-) :: KubernetesRequest ReplaceAPIService contentType res accept -> FieldManager -> KubernetesRequest ReplaceAPIService contentType res accept Source # | |
HasOptionalParam PatchAPIServiceStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> FieldManager -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> FieldManager -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # | |
HasOptionalParam PatchAPIService FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> FieldManager -> KubernetesRequest PatchAPIService contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIService contentType res accept -> FieldManager -> KubernetesRequest PatchAPIService contentType res accept Source # | |
HasOptionalParam CreateAPIService FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest CreateAPIService contentType res accept -> FieldManager -> KubernetesRequest CreateAPIService contentType res accept Source # (-&-) :: KubernetesRequest CreateAPIService contentType res accept -> FieldManager -> KubernetesRequest CreateAPIService contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinitionStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinition FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam CreateCustomResourceDefinition FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinitionStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinition FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam CreateCustomResourceDefinition FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ReplaceValidatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ReplaceMutatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchValidatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchMutatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam CreateValidatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam CreateMutatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ReplaceValidatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ReplaceMutatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchValidatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchMutatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam CreateValidatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam CreateMutatingWebhookConfiguration FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept -> FieldManager -> KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept Source # |
Instances
Instances
Instances
Eq DryRun Source # | |
Show DryRun Source # | |
HasOptionalParam ReplaceVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # | |
HasOptionalParam ReplaceStorageClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceStorageClass contentType res accept -> DryRun -> KubernetesRequest ReplaceStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceStorageClass contentType res accept -> DryRun -> KubernetesRequest ReplaceStorageClass contentType res accept Source # | |
HasOptionalParam ReplaceCSINode DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCSINode contentType res accept -> DryRun -> KubernetesRequest ReplaceCSINode contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCSINode contentType res accept -> DryRun -> KubernetesRequest ReplaceCSINode contentType res accept Source # | |
HasOptionalParam ReplaceCSIDriver DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCSIDriver contentType res accept -> DryRun -> KubernetesRequest ReplaceCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCSIDriver contentType res accept -> DryRun -> KubernetesRequest ReplaceCSIDriver contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # | |
HasOptionalParam PatchStorageClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchStorageClass contentType res accept -> DryRun -> KubernetesRequest PatchStorageClass contentType res accept Source # (-&-) :: KubernetesRequest PatchStorageClass contentType res accept -> DryRun -> KubernetesRequest PatchStorageClass contentType res accept Source # | |
HasOptionalParam PatchCSINode DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCSINode contentType res accept -> DryRun -> KubernetesRequest PatchCSINode contentType res accept Source # (-&-) :: KubernetesRequest PatchCSINode contentType res accept -> DryRun -> KubernetesRequest PatchCSINode contentType res accept Source # | |
HasOptionalParam PatchCSIDriver DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCSIDriver contentType res accept -> DryRun -> KubernetesRequest PatchCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest PatchCSIDriver contentType res accept -> DryRun -> KubernetesRequest PatchCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteStorageClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteStorageClass contentType res accept -> DryRun -> KubernetesRequest DeleteStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteStorageClass contentType res accept -> DryRun -> KubernetesRequest DeleteStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSINode DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSIDriver DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteCSINode DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCSINode contentType res accept -> DryRun -> KubernetesRequest DeleteCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCSINode contentType res accept -> DryRun -> KubernetesRequest DeleteCSINode contentType res accept Source # | |
HasOptionalParam DeleteCSIDriver DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCSIDriver contentType res accept -> DryRun -> KubernetesRequest DeleteCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCSIDriver contentType res accept -> DryRun -> KubernetesRequest DeleteCSIDriver contentType res accept Source # | |
HasOptionalParam CreateVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest CreateVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # | |
HasOptionalParam CreateStorageClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateStorageClass contentType res accept -> DryRun -> KubernetesRequest CreateStorageClass contentType res accept Source # (-&-) :: KubernetesRequest CreateStorageClass contentType res accept -> DryRun -> KubernetesRequest CreateStorageClass contentType res accept Source # | |
HasOptionalParam CreateCSINode DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateCSINode contentType res accept -> DryRun -> KubernetesRequest CreateCSINode contentType res accept Source # (-&-) :: KubernetesRequest CreateCSINode contentType res accept -> DryRun -> KubernetesRequest CreateCSINode contentType res accept Source # | |
HasOptionalParam CreateCSIDriver DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateCSIDriver contentType res accept -> DryRun -> KubernetesRequest CreateCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest CreateCSIDriver contentType res accept -> DryRun -> KubernetesRequest CreateCSIDriver contentType res accept Source # | |
HasOptionalParam ReplaceVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam CreateVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest CreateVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # | |
HasOptionalParam ReplaceVolumeAttachmentStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ReplaceVolumeAttachmentStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceVolumeAttachmentStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceVolumeAttachmentStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceVolumeAttachmentStatus contentType res accept Source # | |
HasOptionalParam ReplaceVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest ReplaceVolumeAttachment contentType res accept Source # | |
HasOptionalParam ReplaceStorageClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ReplaceStorageClass contentType res accept -> DryRun -> KubernetesRequest ReplaceStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceStorageClass contentType res accept -> DryRun -> KubernetesRequest ReplaceStorageClass contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachmentStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachmentStatus contentType res accept -> DryRun -> KubernetesRequest PatchVolumeAttachmentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachmentStatus contentType res accept -> DryRun -> KubernetesRequest PatchVolumeAttachmentStatus contentType res accept Source # | |
HasOptionalParam PatchVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest PatchVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest PatchVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest PatchVolumeAttachment contentType res accept Source # | |
HasOptionalParam PatchStorageClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest PatchStorageClass contentType res accept -> DryRun -> KubernetesRequest PatchStorageClass contentType res accept Source # (-&-) :: KubernetesRequest PatchStorageClass contentType res accept -> DryRun -> KubernetesRequest PatchStorageClass contentType res accept Source # | |
HasOptionalParam DeleteVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteStorageClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteStorageClass contentType res accept -> DryRun -> KubernetesRequest DeleteStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteStorageClass contentType res accept -> DryRun -> KubernetesRequest DeleteStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam CreateVolumeAttachment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest CreateVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest CreateVolumeAttachment contentType res accept -> DryRun -> KubernetesRequest CreateVolumeAttachment contentType res accept Source # | |
HasOptionalParam CreateStorageClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest CreateStorageClass contentType res accept -> DryRun -> KubernetesRequest CreateStorageClass contentType res accept Source # (-&-) :: KubernetesRequest CreateStorageClass contentType res accept -> DryRun -> KubernetesRequest CreateStorageClass contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPodPreset DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPodPreset contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPodPreset contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodPreset DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodPreset contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodPreset contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodPreset DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodPreset contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodPreset contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodPreset DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam CreateNamespacedPodPreset DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPodPreset contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPodPreset contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam ReplacePriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplacePriorityClass contentType res accept -> DryRun -> KubernetesRequest ReplacePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ReplacePriorityClass contentType res accept -> DryRun -> KubernetesRequest ReplacePriorityClass contentType res accept Source # | |
HasOptionalParam PatchPriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> DryRun -> KubernetesRequest PatchPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> DryRun -> KubernetesRequest PatchPriorityClass contentType res accept Source # | |
HasOptionalParam DeletePriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> DryRun -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> DryRun -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam CreatePriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreatePriorityClass contentType res accept -> DryRun -> KubernetesRequest CreatePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest CreatePriorityClass contentType res accept -> DryRun -> KubernetesRequest CreatePriorityClass contentType res accept Source # | |
HasOptionalParam ReplacePriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplacePriorityClass contentType res accept -> DryRun -> KubernetesRequest ReplacePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ReplacePriorityClass contentType res accept -> DryRun -> KubernetesRequest ReplacePriorityClass contentType res accept Source # | |
HasOptionalParam PatchPriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> DryRun -> KubernetesRequest PatchPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> DryRun -> KubernetesRequest PatchPriorityClass contentType res accept Source # | |
HasOptionalParam DeletePriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> DryRun -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> DryRun -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam CreatePriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreatePriorityClass contentType res accept -> DryRun -> KubernetesRequest CreatePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest CreatePriorityClass contentType res accept -> DryRun -> KubernetesRequest CreatePriorityClass contentType res accept Source # | |
HasOptionalParam ReplacePriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest ReplacePriorityClass contentType res accept -> DryRun -> KubernetesRequest ReplacePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ReplacePriorityClass contentType res accept -> DryRun -> KubernetesRequest ReplacePriorityClass contentType res accept Source # | |
HasOptionalParam PatchPriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> DryRun -> KubernetesRequest PatchPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> DryRun -> KubernetesRequest PatchPriorityClass contentType res accept Source # | |
HasOptionalParam DeletePriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> DryRun -> KubernetesRequest DeletePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> DryRun -> KubernetesRequest DeletePriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam CreatePriorityClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest CreatePriorityClass contentType res accept -> DryRun -> KubernetesRequest CreatePriorityClass contentType res accept Source # (-&-) :: KubernetesRequest CreatePriorityClass contentType res accept -> DryRun -> KubernetesRequest CreatePriorityClass contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # | |
HasOptionalParam ReplaceClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRole contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRole contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRole contentType res accept Source # | |
HasOptionalParam PatchNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam PatchNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRole contentType res accept Source # | |
HasOptionalParam PatchClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # | |
HasOptionalParam PatchClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam CreateNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam CreateNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRole contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRole contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRole contentType res accept Source # | |
HasOptionalParam CreateClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # | |
HasOptionalParam CreateClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRole contentType res accept -> DryRun -> KubernetesRequest CreateClusterRole contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRole contentType res accept -> DryRun -> KubernetesRequest CreateClusterRole contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # | |
HasOptionalParam ReplaceClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRole contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRole contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRole contentType res accept Source # | |
HasOptionalParam PatchNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam PatchNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRole contentType res accept Source # | |
HasOptionalParam PatchClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # | |
HasOptionalParam PatchClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam CreateNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam CreateNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRole contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRole contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRole contentType res accept Source # | |
HasOptionalParam CreateClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # | |
HasOptionalParam CreateClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRole contentType res accept -> DryRun -> KubernetesRequest CreateClusterRole contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRole contentType res accept -> DryRun -> KubernetesRequest CreateClusterRole contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedRole contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source # | |
HasOptionalParam ReplaceClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ReplaceClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceClusterRole contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ReplaceClusterRole contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRole contentType res accept Source # | |
HasOptionalParam PatchNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam PatchNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRole contentType res accept Source # | |
HasOptionalParam PatchClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source # | |
HasOptionalParam PatchClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source # (-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam DeleteClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRole contentType res accept Source # | |
HasOptionalParam CreateNamespacedRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam CreateNamespacedRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedRole contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedRole contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedRole contentType res accept Source # | |
HasOptionalParam CreateClusterRoleBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRoleBinding contentType res accept -> DryRun -> KubernetesRequest CreateClusterRoleBinding contentType res accept Source # | |
HasOptionalParam CreateClusterRole DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateClusterRole contentType res accept -> DryRun -> KubernetesRequest CreateClusterRole contentType res accept Source # (-&-) :: KubernetesRequest CreateClusterRole contentType res accept -> DryRun -> KubernetesRequest CreateClusterRole contentType res accept Source # | |
HasOptionalParam ReplacePodSecurityPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplacePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest ReplacePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplacePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest ReplacePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPodDisruptionBudgetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPodDisruptionBudgetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPodDisruptionBudgetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPodDisruptionBudgetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPodDisruptionBudgetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPodDisruptionBudget DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPodDisruptionBudget contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPodDisruptionBudget contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam PatchPodSecurityPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodDisruptionBudgetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPodDisruptionBudgetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodDisruptionBudget DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeletePodSecurityPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodDisruptionBudget DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam CreatePodSecurityPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest CreatePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest CreatePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreatePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest CreatePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedPodDisruptionBudget DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPodDisruptionBudget contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPodDisruptionBudget contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam ReplaceRuntimeClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> DryRun -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> DryRun -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source # | |
HasOptionalParam PatchRuntimeClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchRuntimeClass contentType res accept -> DryRun -> KubernetesRequest PatchRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest PatchRuntimeClass contentType res accept -> DryRun -> KubernetesRequest PatchRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteRuntimeClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteRuntimeClass contentType res accept -> DryRun -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteRuntimeClass contentType res accept -> DryRun -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam CreateRuntimeClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateRuntimeClass contentType res accept -> DryRun -> KubernetesRequest CreateRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest CreateRuntimeClass contentType res accept -> DryRun -> KubernetesRequest CreateRuntimeClass contentType res accept Source # | |
HasOptionalParam ReplaceRuntimeClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> DryRun -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> DryRun -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source # | |
HasOptionalParam PatchRuntimeClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchRuntimeClass contentType res accept -> DryRun -> KubernetesRequest PatchRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest PatchRuntimeClass contentType res accept -> DryRun -> KubernetesRequest PatchRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteRuntimeClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteRuntimeClass contentType res accept -> DryRun -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteRuntimeClass contentType res accept -> DryRun -> KubernetesRequest DeleteRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam CreateRuntimeClass DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateRuntimeClass contentType res accept -> DryRun -> KubernetesRequest CreateRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest CreateRuntimeClass contentType res accept -> DryRun -> KubernetesRequest CreateRuntimeClass contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngressStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam CreateNamespacedIngress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedNetworkPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedNetworkPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ReplacePodSecurityPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplacePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest ReplacePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplacePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest ReplacePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicationControllerDummyScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicationControllerDummyScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicationControllerDummyScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicationControllerDummyScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicationControllerDummyScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedNetworkPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngressStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam PatchPodSecurityPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchPodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationControllerDummyScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicationControllerDummyScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeletePodSecurityPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeletePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest DeletePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam CreatePodSecurityPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreatePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest CreatePodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreatePodSecurityPolicy contentType res accept -> DryRun -> KubernetesRequest CreatePodSecurityPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedNetworkPolicy DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedIngress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeploymentRollback DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # | |
HasOptionalParam CreateNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedEvent DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedEvent contentType res accept Source # | |
HasOptionalParam PatchNamespacedEvent DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEvent DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam CreateNamespacedEvent DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedEvent contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedEndpointSlice DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedEndpointSlice contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedEndpointSlice contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam PatchNamespacedEndpointSlice DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEndpointSlice contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEndpointSlice contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEndpointSlice DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpointSlice DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam CreateNamespacedEndpointSlice DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedEndpointSlice contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedEndpointSlice contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam ReplacePersistentVolumeStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplacePersistentVolumeStatus contentType res accept -> DryRun -> KubernetesRequest ReplacePersistentVolumeStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplacePersistentVolumeStatus contentType res accept -> DryRun -> KubernetesRequest ReplacePersistentVolumeStatus contentType res accept Source # | |
HasOptionalParam ReplacePersistentVolume DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplacePersistentVolume contentType res accept -> DryRun -> KubernetesRequest ReplacePersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest ReplacePersistentVolume contentType res accept -> DryRun -> KubernetesRequest ReplacePersistentVolume contentType res accept Source # | |
HasOptionalParam ReplaceNodeStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNodeStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNodeStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNodeStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNodeStatus contentType res accept Source # | |
HasOptionalParam ReplaceNode DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> DryRun -> KubernetesRequest ReplaceNode contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNode contentType res accept -> DryRun -> KubernetesRequest ReplaceNode contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedServiceStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedServiceStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedServiceStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedServiceStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedServiceAccount DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedServiceAccount contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedServiceAccount contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedService contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedService contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedService contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedSecret DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedSecret contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedSecret contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedSecret contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceQuotaStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceQuotaStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedResourceQuotaStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceQuotaStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedResourceQuotaStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceQuota DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceQuota contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceQuota contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicationControllerStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicationControllerStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicationControllerStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicationControllerStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicationControllerStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicationControllerScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicationControllerScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicationControllerScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicationControllerScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicationControllerScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicationController DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicationController contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicationController contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPodTemplate DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPodTemplate contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPodTemplate contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPodStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPodStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPodStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPodStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPodStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPod DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPod contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPod contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPod contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPersistentVolumeClaimStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPersistentVolumeClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPersistentVolumeClaimStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPersistentVolumeClaimStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedPersistentVolumeClaim DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedPersistentVolumeClaim contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedPersistentVolumeClaim contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedLimitRange DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedLimitRange contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedLimitRange contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedEvent DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedEvent contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedEndpoints DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedEndpoints contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedEndpoints contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedConfigMap DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedConfigMap contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedConfigMap contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam ReplaceNamespaceStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespaceStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespaceStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespaceStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespaceStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespaceFinalize DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespaceFinalize contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespaceFinalize contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespaceFinalize contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespaceFinalize contentType res accept Source # | |
HasOptionalParam ReplaceNamespace DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespace contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespace contentType res accept Source # | |
HasOptionalParam PatchPersistentVolumeStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchPersistentVolumeStatus contentType res accept -> DryRun -> KubernetesRequest PatchPersistentVolumeStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchPersistentVolumeStatus contentType res accept -> DryRun -> KubernetesRequest PatchPersistentVolumeStatus contentType res accept Source # | |
HasOptionalParam PatchPersistentVolume DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchPersistentVolume contentType res accept -> DryRun -> KubernetesRequest PatchPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest PatchPersistentVolume contentType res accept -> DryRun -> KubernetesRequest PatchPersistentVolume contentType res accept Source # | |
HasOptionalParam PatchNodeStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> DryRun -> KubernetesRequest PatchNodeStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> DryRun -> KubernetesRequest PatchNodeStatus contentType res accept Source # | |
HasOptionalParam PatchNode DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> DryRun -> KubernetesRequest PatchNode contentType res accept Source # (-&-) :: KubernetesRequest PatchNode contentType res accept -> DryRun -> KubernetesRequest PatchNode contentType res accept Source # | |
HasOptionalParam PatchNamespacedServiceStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedServiceStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedServiceStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedServiceStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedServiceAccount DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedServiceAccount contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedServiceAccount contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam PatchNamespacedService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedService contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedService contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedService contentType res accept Source # | |
HasOptionalParam PatchNamespacedSecret DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedSecret contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedSecret contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedSecret contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceQuotaStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedResourceQuotaStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceQuota DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceQuota contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceQuota contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationControllerStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicationControllerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationControllerScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicationControllerScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicationController DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicationController contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicationController contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodTemplate DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodTemplate contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodTemplate contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam PatchNamespacedPodStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPodStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPodStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPodStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPodStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedPod DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPod contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPod contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPod contentType res accept Source # | |
HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedPersistentVolumeClaim DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam PatchNamespacedLimitRange DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedLimitRange contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedLimitRange contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam PatchNamespacedEvent DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedEvent contentType res accept Source # | |
HasOptionalParam PatchNamespacedEndpoints DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedEndpoints contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedEndpoints contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam PatchNamespacedConfigMap DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedConfigMap contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedConfigMap contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam PatchNamespaceStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespaceStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespaceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespaceStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespaceStatus contentType res accept Source # | |
HasOptionalParam PatchNamespace DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> DryRun -> KubernetesRequest PatchNamespace contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespace contentType res accept -> DryRun -> KubernetesRequest PatchNamespace contentType res accept Source # | |
HasOptionalParam DeletePersistentVolume DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeletePersistentVolume contentType res accept -> DryRun -> KubernetesRequest DeletePersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeletePersistentVolume contentType res accept -> DryRun -> KubernetesRequest DeletePersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteNode DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> DryRun -> KubernetesRequest DeleteNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteNode contentType res accept -> DryRun -> KubernetesRequest DeleteNode contentType res accept Source # | |
HasOptionalParam DeleteNamespacedServiceAccount DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedServiceAccount contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedServiceAccount contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteNamespacedService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedService contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedService contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedService contentType res accept Source # | |
HasOptionalParam DeleteNamespacedSecret DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedSecret contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedSecret contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceQuota DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceQuota contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceQuota contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicationController DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicationController contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicationController contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPodTemplate DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPodTemplate contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPodTemplate contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPod DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPod contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPod contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteNamespacedPersistentVolumeClaim DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLimitRange DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLimitRange contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLimitRange contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEvent DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteNamespacedEndpoints DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedEndpoints contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedEndpoints contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteNamespacedConfigMap DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedConfigMap contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedConfigMap contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam DeleteNamespace DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespace contentType res accept -> DryRun -> KubernetesRequest DeleteNamespace contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespace contentType res accept -> DryRun -> KubernetesRequest DeleteNamespace contentType res accept Source # | |
HasOptionalParam DeleteCollectionPersistentVolume DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteCollectionNode DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNode contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedServiceAccount DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedSecret DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceQuota DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicationController DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodTemplate DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPod DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLimitRange DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpoints DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedConfigMap DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam CreatePersistentVolume DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreatePersistentVolume contentType res accept -> DryRun -> KubernetesRequest CreatePersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest CreatePersistentVolume contentType res accept -> DryRun -> KubernetesRequest CreatePersistentVolume contentType res accept Source # | |
HasOptionalParam CreateNode DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNode contentType res accept -> DryRun -> KubernetesRequest CreateNode contentType res accept Source # (-&-) :: KubernetesRequest CreateNode contentType res accept -> DryRun -> KubernetesRequest CreateNode contentType res accept Source # | |
HasOptionalParam CreateNamespacedServiceAccountToken DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedServiceAccountToken contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedServiceAccountToken contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedServiceAccountToken contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedServiceAccountToken contentType res accept Source # | |
HasOptionalParam CreateNamespacedServiceAccount DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedServiceAccount contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedServiceAccount contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam CreateNamespacedService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedService contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedService contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedService contentType res accept Source # | |
HasOptionalParam CreateNamespacedSecret DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedSecret contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedSecret contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedSecret contentType res accept Source # | |
HasOptionalParam CreateNamespacedResourceQuota DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedResourceQuota contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedResourceQuota contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam CreateNamespacedReplicationController DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedReplicationController contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedReplicationController contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam CreateNamespacedPodTemplate DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPodTemplate contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPodTemplate contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam CreateNamespacedPodEviction DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPodEviction contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPodEviction contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPodEviction contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPodEviction contentType res accept Source # | |
HasOptionalParam CreateNamespacedPodBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPodBinding contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPodBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPodBinding contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPodBinding contentType res accept Source # | |
HasOptionalParam CreateNamespacedPod DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPod contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPod contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPod contentType res accept Source # | |
HasOptionalParam CreateNamespacedPersistentVolumeClaim DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedPersistentVolumeClaim contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedPersistentVolumeClaim contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam CreateNamespacedLimitRange DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLimitRange contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLimitRange contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam CreateNamespacedEvent DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedEvent contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedEvent contentType res accept Source # | |
HasOptionalParam CreateNamespacedEndpoints DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedEndpoints contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedEndpoints contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam CreateNamespacedConfigMap DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedConfigMap contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedConfigMap contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam CreateNamespacedBinding DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedBinding contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedBinding contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedBinding contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedBinding contentType res accept Source # | |
HasOptionalParam CreateNamespace DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespace contentType res accept -> DryRun -> KubernetesRequest CreateNamespace contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespace contentType res accept -> DryRun -> KubernetesRequest CreateNamespace contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedLease DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedLease contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedLease contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedLease contentType res accept Source # | |
HasOptionalParam PatchNamespacedLease DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedLease contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedLease contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLease DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLease contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLease contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam CreateNamespacedLease DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLease contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLease contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLease contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedLease DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedLease contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedLease contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedLease contentType res accept Source # | |
HasOptionalParam PatchNamespacedLease DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedLease contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedLease contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteNamespacedLease DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedLease contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedLease contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedLease contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam CreateNamespacedLease DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLease contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLease contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLease contentType res accept Source # | |
HasOptionalParam ReplaceCertificateSigningRequestStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCertificateSigningRequestStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceCertificateSigningRequestStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCertificateSigningRequestStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceCertificateSigningRequestStatus contentType res accept Source # | |
HasOptionalParam ReplaceCertificateSigningRequestApproval DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCertificateSigningRequestApproval contentType res accept -> DryRun -> KubernetesRequest ReplaceCertificateSigningRequestApproval contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCertificateSigningRequestApproval contentType res accept -> DryRun -> KubernetesRequest ReplaceCertificateSigningRequestApproval contentType res accept Source # | |
HasOptionalParam ReplaceCertificateSigningRequest DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCertificateSigningRequest contentType res accept -> DryRun -> KubernetesRequest ReplaceCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCertificateSigningRequest contentType res accept -> DryRun -> KubernetesRequest ReplaceCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam PatchCertificateSigningRequestStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept -> DryRun -> KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept -> DryRun -> KubernetesRequest PatchCertificateSigningRequestStatus contentType res accept Source # | |
HasOptionalParam PatchCertificateSigningRequest DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCertificateSigningRequest contentType res accept -> DryRun -> KubernetesRequest PatchCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest PatchCertificateSigningRequest contentType res accept -> DryRun -> KubernetesRequest PatchCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteCollectionCertificateSigningRequest DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteCertificateSigningRequest DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCertificateSigningRequest contentType res accept -> DryRun -> KubernetesRequest DeleteCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCertificateSigningRequest contentType res accept -> DryRun -> KubernetesRequest DeleteCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam CreateCertificateSigningRequest DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateCertificateSigningRequest contentType res accept -> DryRun -> KubernetesRequest CreateCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest CreateCertificateSigningRequest contentType res accept -> DryRun -> KubernetesRequest CreateCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedCronJobStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedCronJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedCronJob contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJobStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam CreateNamespacedCronJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedCronJobStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedCronJobStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedCronJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedCronJob contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJobStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJobStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedCronJobStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedCronJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam CreateNamespacedCronJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedJobStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedJobStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedJobStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedJobStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedJobStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedJob contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedJob contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedJob contentType res accept Source # | |
HasOptionalParam PatchNamespacedJobStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedJobStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedJobStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedJobStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedJobStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedJob contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedJob contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedJob contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedJob contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # | |
HasOptionalParam CreateNamespacedJob DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedJob contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedJob contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedJob contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam CreateNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam CreateNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscalerStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam CreateNamespacedHorizontalPodAutoscaler DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam CreateSubjectAccessReview DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateSelfSubjectRulesReview DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # | |
HasOptionalParam CreateSelfSubjectAccessReview DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateNamespacedLocalSubjectAccessReview DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateSubjectAccessReview DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateSelfSubjectRulesReview DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # | |
HasOptionalParam CreateSelfSubjectAccessReview DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateNamespacedLocalSubjectAccessReview DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateTokenReview DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateTokenReview contentType res accept -> DryRun -> KubernetesRequest CreateTokenReview contentType res accept Source # (-&-) :: KubernetesRequest CreateTokenReview contentType res accept -> DryRun -> KubernetesRequest CreateTokenReview contentType res accept Source # | |
HasOptionalParam CreateTokenReview DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuthenticationV1 Methods applyOptionalParam :: KubernetesRequest CreateTokenReview contentType res accept -> DryRun -> KubernetesRequest CreateTokenReview contentType res accept Source # (-&-) :: KubernetesRequest CreateTokenReview contentType res accept -> DryRun -> KubernetesRequest CreateTokenReview contentType res accept Source # | |
HasOptionalParam ReplaceAuditSink DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ReplaceAuditSink contentType res accept -> DryRun -> KubernetesRequest ReplaceAuditSink contentType res accept Source # (-&-) :: KubernetesRequest ReplaceAuditSink contentType res accept -> DryRun -> KubernetesRequest ReplaceAuditSink contentType res accept Source # | |
HasOptionalParam PatchAuditSink DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest PatchAuditSink contentType res accept -> DryRun -> KubernetesRequest PatchAuditSink contentType res accept Source # (-&-) :: KubernetesRequest PatchAuditSink contentType res accept -> DryRun -> KubernetesRequest PatchAuditSink contentType res accept Source # | |
HasOptionalParam DeleteCollectionAuditSink DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # | |
HasOptionalParam DeleteAuditSink DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteAuditSink contentType res accept -> DryRun -> KubernetesRequest DeleteAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteAuditSink contentType res accept -> DryRun -> KubernetesRequest DeleteAuditSink contentType res accept Source # | |
HasOptionalParam CreateAuditSink DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateAuditSink contentType res accept -> DryRun -> KubernetesRequest CreateAuditSink contentType res accept Source # (-&-) :: KubernetesRequest CreateAuditSink contentType res accept -> DryRun -> KubernetesRequest CreateAuditSink contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam CreateNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # | |
HasOptionalParam CreateNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam CreateNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeploymentRollback DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeploymentRollback contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # | |
HasOptionalParam CreateNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeploymentScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSetScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSetScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeploymentScale DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeploymentScale contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeploymentScale contentType res accept Source # | |
HasOptionalParam PatchNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSetStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSetStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam PatchNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam CreateNamespacedStatefulSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedStatefulSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedReplicaSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedReplicaSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedDeployment DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDeployment contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDeployment contentType res accept Source # | |
HasOptionalParam CreateNamespacedDaemonSet DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedDaemonSet contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam CreateNamespacedControllerRevision DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedControllerRevision contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ReplaceAPIServiceStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceAPIServiceStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceAPIServiceStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIServiceStatus contentType res accept Source # | |
HasOptionalParam ReplaceAPIService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceAPIService contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIService contentType res accept Source # (-&-) :: KubernetesRequest ReplaceAPIService contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIService contentType res accept Source # | |
HasOptionalParam PatchAPIServiceStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> DryRun -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> DryRun -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # | |
HasOptionalParam PatchAPIService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> DryRun -> KubernetesRequest PatchAPIService contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIService contentType res accept -> DryRun -> KubernetesRequest PatchAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam DeleteAPIService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteAPIService contentType res accept -> DryRun -> KubernetesRequest DeleteAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteAPIService contentType res accept -> DryRun -> KubernetesRequest DeleteAPIService contentType res accept Source # | |
HasOptionalParam CreateAPIService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateAPIService contentType res accept -> DryRun -> KubernetesRequest CreateAPIService contentType res accept Source # (-&-) :: KubernetesRequest CreateAPIService contentType res accept -> DryRun -> KubernetesRequest CreateAPIService contentType res accept Source # | |
HasOptionalParam ReplaceAPIServiceStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceAPIServiceStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceAPIServiceStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIServiceStatus contentType res accept Source # | |
HasOptionalParam ReplaceAPIService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceAPIService contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIService contentType res accept Source # (-&-) :: KubernetesRequest ReplaceAPIService contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIService contentType res accept Source # | |
HasOptionalParam PatchAPIServiceStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> DryRun -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIServiceStatus contentType res accept -> DryRun -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source # | |
HasOptionalParam PatchAPIService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> DryRun -> KubernetesRequest PatchAPIService contentType res accept Source # (-&-) :: KubernetesRequest PatchAPIService contentType res accept -> DryRun -> KubernetesRequest PatchAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam DeleteAPIService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteAPIService contentType res accept -> DryRun -> KubernetesRequest DeleteAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteAPIService contentType res accept -> DryRun -> KubernetesRequest DeleteAPIService contentType res accept Source # | |
HasOptionalParam CreateAPIService DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest CreateAPIService contentType res accept -> DryRun -> KubernetesRequest CreateAPIService contentType res accept Source # (-&-) :: KubernetesRequest CreateAPIService contentType res accept -> DryRun -> KubernetesRequest CreateAPIService contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinitionStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam CreateCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinitionStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam CreateCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ReplaceValidatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ReplaceMutatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchValidatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchMutatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteValidatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteMutatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam CreateValidatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam CreateMutatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ReplaceValidatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest ReplaceValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ReplaceMutatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest ReplaceMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchValidatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest PatchValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam PatchMutatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest PatchMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteValidatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteMutatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam CreateValidatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest CreateValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam CreateMutatingWebhookConfiguration DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept -> DryRun -> KubernetesRequest CreateMutatingWebhookConfiguration contentType res accept Source # |
Constructors
Continue | |
Fields
|
Instances
Eq Continue Source # | |
Show Continue Source # | |
HasOptionalParam ListVolumeAttachment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> Continue -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> Continue -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListStorageClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> Continue -> KubernetesRequest ListStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ListStorageClass contentType res accept -> Continue -> KubernetesRequest ListStorageClass contentType res accept Source # | |
HasOptionalParam ListCSINode Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> Continue -> KubernetesRequest ListCSINode contentType res accept Source # (-&-) :: KubernetesRequest ListCSINode contentType res accept -> Continue -> KubernetesRequest ListCSINode contentType res accept Source # | |
HasOptionalParam ListCSIDriver Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> Continue -> KubernetesRequest ListCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> Continue -> KubernetesRequest ListCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSINode Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSIDriver Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # | |
HasOptionalParam ListVolumeAttachment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> Continue -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> Continue -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListVolumeAttachment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> Continue -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> Continue -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListStorageClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> Continue -> KubernetesRequest ListStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ListStorageClass contentType res accept -> Continue -> KubernetesRequest ListStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam ListPodPresetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListPodPresetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListPodPresetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodPresetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListPodPresetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedPodPreset Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodPreset contentType res accept -> Continue -> KubernetesRequest ListNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodPreset contentType res accept -> Continue -> KubernetesRequest ListNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodPreset Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam ListPriorityClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> Continue -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> Continue -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListPriorityClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> Continue -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> Continue -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListPriorityClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> Continue -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> Continue -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Continue -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Continue -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Continue -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Continue -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Continue -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Continue -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> Continue -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListPodSecurityPolicy Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> Continue -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> Continue -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ListPodDisruptionBudgetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedPodDisruptionBudget Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept -> Continue -> KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept -> Continue -> KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam ListRuntimeClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> Continue -> KubernetesRequest ListRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> Continue -> KubernetesRequest ListRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam ListRuntimeClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> Continue -> KubernetesRequest ListRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> Continue -> KubernetesRequest ListRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> Continue -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> Continue -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodSecurityPolicy Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> Continue -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> Continue -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> Continue -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> Continue -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedEvent Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Continue -> KubernetesRequest ListNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Continue -> KubernetesRequest ListNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListEventForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListNamespacedEndpointSlice Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEndpointSlice contentType res accept -> Continue -> KubernetesRequest ListNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEndpointSlice contentType res accept -> Continue -> KubernetesRequest ListNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam ListEndpointSliceForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpointSlice Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam ListServiceForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListServiceForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListServiceForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListServiceForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListServiceForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListServiceAccountForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListSecretForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListSecretForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListSecretForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListSecretForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListSecretForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceQuotaForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicationControllerForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodTemplateForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPodForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListPodForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListPodForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPersistentVolumeClaimForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPersistentVolume Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPersistentVolume contentType res accept -> Continue -> KubernetesRequest ListPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest ListPersistentVolume contentType res accept -> Continue -> KubernetesRequest ListPersistentVolume contentType res accept Source # | |
HasOptionalParam ListNode Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Continue -> KubernetesRequest ListNode contentType res accept Source # (-&-) :: KubernetesRequest ListNode contentType res accept -> Continue -> KubernetesRequest ListNode contentType res accept Source # | |
HasOptionalParam ListNamespacedServiceAccount Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedServiceAccount contentType res accept -> Continue -> KubernetesRequest ListNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedServiceAccount contentType res accept -> Continue -> KubernetesRequest ListNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam ListNamespacedService Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedService contentType res accept -> Continue -> KubernetesRequest ListNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedService contentType res accept -> Continue -> KubernetesRequest ListNamespacedService contentType res accept Source # | |
HasOptionalParam ListNamespacedSecret Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedSecret contentType res accept -> Continue -> KubernetesRequest ListNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedSecret contentType res accept -> Continue -> KubernetesRequest ListNamespacedSecret contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceQuota Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceQuota contentType res accept -> Continue -> KubernetesRequest ListNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceQuota contentType res accept -> Continue -> KubernetesRequest ListNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicationController Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicationController contentType res accept -> Continue -> KubernetesRequest ListNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicationController contentType res accept -> Continue -> KubernetesRequest ListNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam ListNamespacedPodTemplate Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodTemplate contentType res accept -> Continue -> KubernetesRequest ListNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodTemplate contentType res accept -> Continue -> KubernetesRequest ListNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedPod Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Continue -> KubernetesRequest ListNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Continue -> KubernetesRequest ListNamespacedPod contentType res accept Source # | |
HasOptionalParam ListNamespacedPersistentVolumeClaim Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept -> Continue -> KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept -> Continue -> KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedLimitRange Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLimitRange contentType res accept -> Continue -> KubernetesRequest ListNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLimitRange contentType res accept -> Continue -> KubernetesRequest ListNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam ListNamespacedEvent Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Continue -> KubernetesRequest ListNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Continue -> KubernetesRequest ListNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListNamespacedEndpoints Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEndpoints contentType res accept -> Continue -> KubernetesRequest ListNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEndpoints contentType res accept -> Continue -> KubernetesRequest ListNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam ListNamespacedConfigMap Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedConfigMap contentType res accept -> Continue -> KubernetesRequest ListNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedConfigMap contentType res accept -> Continue -> KubernetesRequest ListNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam ListNamespace Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Continue -> KubernetesRequest ListNamespace contentType res accept Source # (-&-) :: KubernetesRequest ListNamespace contentType res accept -> Continue -> KubernetesRequest ListNamespace contentType res accept Source # | |
HasOptionalParam ListLimitRangeForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListEventForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListEndpointsForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListEndpointsForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListEndpointsForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEndpointsForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListEndpointsForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListConfigMapForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListConfigMapForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListConfigMapForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListConfigMapForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListConfigMapForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListComponentStatus Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListComponentStatus contentType res accept -> Continue -> KubernetesRequest ListComponentStatus contentType res accept Source # (-&-) :: KubernetesRequest ListComponentStatus contentType res accept -> Continue -> KubernetesRequest ListComponentStatus contentType res accept Source # | |
HasOptionalParam DeleteCollectionPersistentVolume Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> Continue -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteCollectionNode Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNode contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedServiceAccount Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedSecret Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceQuota Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicationController Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodTemplate Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPod Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLimitRange Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpoints Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedConfigMap Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam ListNamespacedLease Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> Continue -> KubernetesRequest ListNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> Continue -> KubernetesRequest ListNamespacedLease contentType res accept Source # | |
HasOptionalParam ListLeaseForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam ListNamespacedLease Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> Continue -> KubernetesRequest ListNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> Continue -> KubernetesRequest ListNamespacedLease contentType res accept Source # | |
HasOptionalParam ListLeaseForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam ListCertificateSigningRequest Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCertificateSigningRequest contentType res accept -> Continue -> KubernetesRequest ListCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest ListCertificateSigningRequest contentType res accept -> Continue -> KubernetesRequest ListCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteCollectionCertificateSigningRequest Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedJob Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedJob contentType res accept -> Continue -> KubernetesRequest ListNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedJob contentType res accept -> Continue -> KubernetesRequest ListNamespacedJob contentType res accept Source # | |
HasOptionalParam ListJobForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ListJobForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListJobForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedJob Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListAuditSink Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> Continue -> KubernetesRequest ListAuditSink contentType res accept Source # (-&-) :: KubernetesRequest ListAuditSink contentType res accept -> Continue -> KubernetesRequest ListAuditSink contentType res accept Source # | |
HasOptionalParam DeleteCollectionAuditSink Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> Continue -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> Continue -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListAPIService Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> Continue -> KubernetesRequest ListAPIService contentType res accept Source # (-&-) :: KubernetesRequest ListAPIService contentType res accept -> Continue -> KubernetesRequest ListAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> Continue -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> Continue -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam ListAPIService Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> Continue -> KubernetesRequest ListAPIService contentType res accept Source # (-&-) :: KubernetesRequest ListAPIService contentType res accept -> Continue -> KubernetesRequest ListAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> Continue -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> Continue -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListValidatingWebhookConfiguration Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListMutatingWebhookConfiguration Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListValidatingWebhookConfiguration Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListMutatingWebhookConfiguration Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Continue Source # | Optional Param "continue" - 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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". 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. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> Continue -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # |
Constructors
Container | |
Fields
|
Instances
Instances
Instances
newtype AllowWatchBookmarks Source #
Constructors
AllowWatchBookmarks | |
Fields |
Instances
Eq AllowWatchBookmarks Source # | |
Defined in Kubernetes.OpenAPI.Model Methods (==) :: AllowWatchBookmarks -> AllowWatchBookmarks -> Bool # (/=) :: AllowWatchBookmarks -> AllowWatchBookmarks -> Bool # | |
Show AllowWatchBookmarks Source # | |
Defined in Kubernetes.OpenAPI.Model Methods showsPrec :: Int -> AllowWatchBookmarks -> ShowS # show :: AllowWatchBookmarks -> String # showList :: [AllowWatchBookmarks] -> ShowS # | |
HasOptionalParam ListVolumeAttachment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListStorageClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ListStorageClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListStorageClass contentType res accept Source # | |
HasOptionalParam ListCSINode AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSINode contentType res accept Source # (-&-) :: KubernetesRequest ListCSINode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSINode contentType res accept Source # | |
HasOptionalParam ListCSIDriver AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSIDriver contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSINode AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSINode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionCSINode contentType res accept Source # | |
HasOptionalParam DeleteCollectionCSIDriver AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCSIDriver contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionCSIDriver contentType res accept Source # | |
HasOptionalParam ListVolumeAttachment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListVolumeAttachment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListVolumeAttachment contentType res accept Source # | |
HasOptionalParam ListStorageClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListStorageClass contentType res accept Source # (-&-) :: KubernetesRequest ListStorageClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListStorageClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionVolumeAttachment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionVolumeAttachment contentType res accept Source # | |
HasOptionalParam DeleteCollectionStorageClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.StorageV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionStorageClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionStorageClass contentType res accept Source # | |
HasOptionalParam ListPodPresetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListPodPresetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodPresetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodPresetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodPresetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedPodPreset AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodPreset contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodPreset contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodPreset AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedPodPreset contentType res accept Source # | |
HasOptionalParam ListPriorityClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListPriorityClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListPriorityClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPriorityClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionPriorityClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.SchedulingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPriorityClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPriorityClass contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListRoleForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListRoleBindingForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRoleBindingForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam ListNamespacedRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedRole contentType res accept Source # | |
HasOptionalParam ListClusterRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRoleBinding contentType res accept Source # | |
HasOptionalParam ListClusterRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRole contentType res accept Source # (-&-) :: KubernetesRequest ListClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListClusterRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedRole contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRoleBinding AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRoleBinding contentType res accept Source # | |
HasOptionalParam DeleteCollectionClusterRole AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionClusterRole contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionClusterRole contentType res accept Source # | |
HasOptionalParam ListPodSecurityPolicy AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ListPodDisruptionBudgetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodDisruptionBudgetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedPodDisruptionBudget AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.PolicyV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedPodDisruptionBudget contentType res accept Source # | |
HasOptionalParam ListRuntimeClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.NodeV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam ListRuntimeClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListRuntimeClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionRuntimeClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.NodeV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionRuntimeClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionRuntimeClass contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodSecurityPolicy AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListPodSecurityPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionPodSecurityPolicy AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedEvent AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListEventForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.EventsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListNamespacedEndpointSlice AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEndpointSlice contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEndpointSlice contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam ListEndpointSliceForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListEndpointSliceForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpointSlice AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedEndpointSlice contentType res accept Source # | |
HasOptionalParam ListServiceForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListServiceForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListServiceForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListServiceForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListServiceForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListServiceAccountForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListServiceAccountForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListSecretForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListSecretForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListSecretForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListSecretForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListSecretForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceQuotaForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListResourceQuotaForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicationControllerForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListReplicationControllerForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodTemplateForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPodForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPodForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPodForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPodForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPersistentVolumeClaimForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPersistentVolumeClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListPersistentVolume AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListPersistentVolume contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest ListPersistentVolume contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListPersistentVolume contentType res accept Source # | |
HasOptionalParam ListNode AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNode contentType res accept Source # (-&-) :: KubernetesRequest ListNode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNode contentType res accept Source # | |
HasOptionalParam ListNamespacedServiceAccount AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedServiceAccount contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedServiceAccount contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam ListNamespacedService AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedService contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedService contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedService contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedService contentType res accept Source # | |
HasOptionalParam ListNamespacedSecret AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedSecret contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedSecret contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedSecret contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceQuota AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceQuota contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceQuota contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicationController AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicationController contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicationController contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam ListNamespacedPodTemplate AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPodTemplate contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPodTemplate contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedPod AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedPod contentType res accept Source # | |
HasOptionalParam ListNamespacedPersistentVolumeClaim AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedLimitRange AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLimitRange contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLimitRange contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam ListNamespacedEvent AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedEvent contentType res accept Source # | |
HasOptionalParam ListNamespacedEndpoints AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedEndpoints contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedEndpoints contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam ListNamespacedConfigMap AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedConfigMap contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedConfigMap contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam ListNamespace AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespace contentType res accept Source # (-&-) :: KubernetesRequest ListNamespace contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespace contentType res accept Source # | |
HasOptionalParam ListLimitRangeForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListLimitRangeForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListEventForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEventForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListEventForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListEndpointsForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListEndpointsForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListEndpointsForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListEndpointsForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListEndpointsForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListConfigMapForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListConfigMapForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListConfigMapForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListConfigMapForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListConfigMapForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListComponentStatus AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest ListComponentStatus contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListComponentStatus contentType res accept Source # (-&-) :: KubernetesRequest ListComponentStatus contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListComponentStatus contentType res accept Source # | |
HasOptionalParam DeleteCollectionPersistentVolume AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionPersistentVolume contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionPersistentVolume contentType res accept Source # | |
HasOptionalParam DeleteCollectionNode AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNode contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNode contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedServiceAccount AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedServiceAccount contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedSecret AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedSecret contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceQuota AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedResourceQuota contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicationController AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedReplicationController contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPodTemplate AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedPodTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPod AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPod contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedPod contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLimitRange AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedLimitRange contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEvent AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedEvent contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedEndpoints AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedEndpoints contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedConfigMap AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoreV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedConfigMap contentType res accept Source # | |
HasOptionalParam ListNamespacedLease AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedLease contentType res accept Source # | |
HasOptionalParam ListLeaseForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam ListNamespacedLease AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedLease contentType res accept Source # | |
HasOptionalParam ListLeaseForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListLeaseForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListLeaseForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedLease AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CoordinationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedLease contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedLease contentType res accept Source # | |
HasOptionalParam ListCertificateSigningRequest AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCertificateSigningRequest contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest ListCertificateSigningRequest contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam DeleteCollectionCertificateSigningRequest AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionCertificateSigningRequest contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedJob AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedJob contentType res accept Source # | |
HasOptionalParam ListJobForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest ListJobForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListJobForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedJob AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedJob contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListNamespacedHorizontalPodAutoscaler AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListHorizontalPodAutoscalerForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AutoscalingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedHorizontalPodAutoscaler contentType res accept Source # | |
HasOptionalParam ListAuditSink AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListAuditSink contentType res accept Source # (-&-) :: KubernetesRequest ListAuditSink contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListAuditSink contentType res accept Source # | |
HasOptionalParam DeleteCollectionAuditSink AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAuditSink contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionAuditSink contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta2 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListStatefulSetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListStatefulSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListReplicaSetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListReplicaSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNamespacedStatefulSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam ListNamespacedReplicaSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDeployment contentType res accept Source # | |
HasOptionalParam ListNamespacedDaemonSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam ListNamespacedControllerRevision AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDeploymentForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDeploymentForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListDaemonSetForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDaemonSetForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListControllerRevisionForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListControllerRevisionForAllNamespaces contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedStatefulSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedReplicaSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDeployment contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedDaemonSet AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedControllerRevision AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AppsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType res accept Source # | |
HasOptionalParam ListAPIService AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListAPIService contentType res accept Source # (-&-) :: KubernetesRequest ListAPIService contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam ListAPIService AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListAPIService contentType res accept Source # (-&-) :: KubernetesRequest ListAPIService contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListAPIService contentType res accept Source # | |
HasOptionalParam DeleteCollectionAPIService AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ApiregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionAPIService contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionAPIService contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListValidatingWebhookConfiguration AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListMutatingWebhookConfiguration AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListValidatingWebhookConfiguration AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListValidatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam ListMutatingWebhookConfiguration AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest ListMutatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListMutatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionValidatingWebhookConfiguration AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionValidatingWebhookConfiguration contentType res accept Source # | |
HasOptionalParam DeleteCollectionMutatingWebhookConfiguration AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionMutatingWebhookConfiguration contentType res accept Source # |
mkAdmissionregistrationV1ServiceReference Source #
Arguments
:: Text |
|
-> Text |
|
-> AdmissionregistrationV1ServiceReference |
Construct a value of type AdmissionregistrationV1ServiceReference
(by applying it's required fields, if any)
mkAdmissionregistrationV1WebhookClientConfig :: AdmissionregistrationV1WebhookClientConfig Source #
Construct a value of type AdmissionregistrationV1WebhookClientConfig
(by applying it's required fields, if any)
mkAdmissionregistrationV1beta1ServiceReference Source #
Arguments
:: Text |
|
-> Text |
|
-> AdmissionregistrationV1beta1ServiceReference |
Construct a value of type AdmissionregistrationV1beta1ServiceReference
(by applying it's required fields, if any)
mkAdmissionregistrationV1beta1WebhookClientConfig :: AdmissionregistrationV1beta1WebhookClientConfig Source #
Construct a value of type AdmissionregistrationV1beta1WebhookClientConfig
(by applying it's required fields, if any)
mkApiextensionsV1ServiceReference Source #
Arguments
:: Text |
|
-> Text |
|
-> ApiextensionsV1ServiceReference |
Construct a value of type ApiextensionsV1ServiceReference
(by applying it's required fields, if any)
mkApiextensionsV1WebhookClientConfig :: ApiextensionsV1WebhookClientConfig Source #
Construct a value of type ApiextensionsV1WebhookClientConfig
(by applying it's required fields, if any)
mkApiextensionsV1beta1ServiceReference Source #
Arguments
:: Text |
|
-> Text |
|
-> ApiextensionsV1beta1ServiceReference |
Construct a value of type ApiextensionsV1beta1ServiceReference
(by applying it's required fields, if any)
mkApiextensionsV1beta1WebhookClientConfig :: ApiextensionsV1beta1WebhookClientConfig Source #
Construct a value of type ApiextensionsV1beta1WebhookClientConfig
(by applying it's required fields, if any)
mkApiregistrationV1ServiceReference :: ApiregistrationV1ServiceReference Source #
Construct a value of type ApiregistrationV1ServiceReference
(by applying it's required fields, if any)
mkApiregistrationV1beta1ServiceReference :: ApiregistrationV1beta1ServiceReference Source #
Construct a value of type ApiregistrationV1beta1ServiceReference
(by applying it's required fields, if any)
mkAppsV1beta1Deployment :: AppsV1beta1Deployment Source #
Construct a value of type AppsV1beta1Deployment
(by applying it's required fields, if any)
mkAppsV1beta1DeploymentCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> AppsV1beta1DeploymentCondition |
Construct a value of type AppsV1beta1DeploymentCondition
(by applying it's required fields, if any)
mkAppsV1beta1DeploymentList Source #
Arguments
:: [AppsV1beta1Deployment] |
|
-> AppsV1beta1DeploymentList |
Construct a value of type AppsV1beta1DeploymentList
(by applying it's required fields, if any)
mkAppsV1beta1DeploymentRollback Source #
Arguments
:: Text |
|
-> AppsV1beta1RollbackConfig | |
-> AppsV1beta1DeploymentRollback |
Construct a value of type AppsV1beta1DeploymentRollback
(by applying it's required fields, if any)
mkAppsV1beta1DeploymentSpec Source #
Construct a value of type AppsV1beta1DeploymentSpec
(by applying it's required fields, if any)
mkAppsV1beta1DeploymentStatus :: AppsV1beta1DeploymentStatus Source #
Construct a value of type AppsV1beta1DeploymentStatus
(by applying it's required fields, if any)
mkAppsV1beta1DeploymentStrategy :: AppsV1beta1DeploymentStrategy Source #
Construct a value of type AppsV1beta1DeploymentStrategy
(by applying it's required fields, if any)
mkAppsV1beta1RollbackConfig :: AppsV1beta1RollbackConfig Source #
Construct a value of type AppsV1beta1RollbackConfig
(by applying it's required fields, if any)
mkAppsV1beta1RollingUpdateDeployment :: AppsV1beta1RollingUpdateDeployment Source #
Construct a value of type AppsV1beta1RollingUpdateDeployment
(by applying it's required fields, if any)
mkAppsV1beta1Scale :: AppsV1beta1Scale Source #
Construct a value of type AppsV1beta1Scale
(by applying it's required fields, if any)
mkAppsV1beta1ScaleSpec :: AppsV1beta1ScaleSpec Source #
Construct a value of type AppsV1beta1ScaleSpec
(by applying it's required fields, if any)
mkAppsV1beta1ScaleStatus Source #
Arguments
:: Int |
|
-> AppsV1beta1ScaleStatus |
Construct a value of type AppsV1beta1ScaleStatus
(by applying it's required fields, if any)
mkExtensionsV1beta1AllowedCSIDriver Source #
Arguments
:: Text |
|
-> ExtensionsV1beta1AllowedCSIDriver |
Construct a value of type ExtensionsV1beta1AllowedCSIDriver
(by applying it's required fields, if any)
mkExtensionsV1beta1AllowedFlexVolume Source #
Arguments
:: Text |
|
-> ExtensionsV1beta1AllowedFlexVolume |
Construct a value of type ExtensionsV1beta1AllowedFlexVolume
(by applying it's required fields, if any)
mkExtensionsV1beta1AllowedHostPath :: ExtensionsV1beta1AllowedHostPath Source #
Construct a value of type ExtensionsV1beta1AllowedHostPath
(by applying it's required fields, if any)
mkExtensionsV1beta1Deployment :: ExtensionsV1beta1Deployment Source #
Construct a value of type ExtensionsV1beta1Deployment
(by applying it's required fields, if any)
mkExtensionsV1beta1DeploymentCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> ExtensionsV1beta1DeploymentCondition |
Construct a value of type ExtensionsV1beta1DeploymentCondition
(by applying it's required fields, if any)
mkExtensionsV1beta1DeploymentList Source #
Arguments
:: [ExtensionsV1beta1Deployment] |
|
-> ExtensionsV1beta1DeploymentList |
Construct a value of type ExtensionsV1beta1DeploymentList
(by applying it's required fields, if any)
mkExtensionsV1beta1DeploymentRollback Source #
Arguments
:: Text |
|
-> ExtensionsV1beta1RollbackConfig | |
-> ExtensionsV1beta1DeploymentRollback |
Construct a value of type ExtensionsV1beta1DeploymentRollback
(by applying it's required fields, if any)
mkExtensionsV1beta1DeploymentSpec Source #
Arguments
:: V1PodTemplateSpec | |
-> ExtensionsV1beta1DeploymentSpec |
Construct a value of type ExtensionsV1beta1DeploymentSpec
(by applying it's required fields, if any)
mkExtensionsV1beta1DeploymentStatus :: ExtensionsV1beta1DeploymentStatus Source #
Construct a value of type ExtensionsV1beta1DeploymentStatus
(by applying it's required fields, if any)
mkExtensionsV1beta1DeploymentStrategy :: ExtensionsV1beta1DeploymentStrategy Source #
Construct a value of type ExtensionsV1beta1DeploymentStrategy
(by applying it's required fields, if any)
mkExtensionsV1beta1FSGroupStrategyOptions :: ExtensionsV1beta1FSGroupStrategyOptions Source #
Construct a value of type ExtensionsV1beta1FSGroupStrategyOptions
(by applying it's required fields, if any)
mkExtensionsV1beta1HTTPIngressPath Source #
Construct a value of type ExtensionsV1beta1HTTPIngressPath
(by applying it's required fields, if any)
mkExtensionsV1beta1HTTPIngressRuleValue Source #
Arguments
:: [ExtensionsV1beta1HTTPIngressPath] |
|
-> ExtensionsV1beta1HTTPIngressRuleValue |
Construct a value of type ExtensionsV1beta1HTTPIngressRuleValue
(by applying it's required fields, if any)
mkExtensionsV1beta1HostPortRange Source #
Arguments
:: Int |
|
-> Int |
|
-> ExtensionsV1beta1HostPortRange |
Construct a value of type ExtensionsV1beta1HostPortRange
(by applying it's required fields, if any)
mkExtensionsV1beta1IDRange Source #
Arguments
:: Integer |
|
-> Integer |
|
-> ExtensionsV1beta1IDRange |
Construct a value of type ExtensionsV1beta1IDRange
(by applying it's required fields, if any)
mkExtensionsV1beta1Ingress :: ExtensionsV1beta1Ingress Source #
Construct a value of type ExtensionsV1beta1Ingress
(by applying it's required fields, if any)
mkExtensionsV1beta1IngressBackend Source #
Arguments
:: Text |
|
-> IntOrString | |
-> ExtensionsV1beta1IngressBackend |
Construct a value of type ExtensionsV1beta1IngressBackend
(by applying it's required fields, if any)
mkExtensionsV1beta1IngressList Source #
Arguments
:: [ExtensionsV1beta1Ingress] |
|
-> ExtensionsV1beta1IngressList |
Construct a value of type ExtensionsV1beta1IngressList
(by applying it's required fields, if any)
mkExtensionsV1beta1IngressRule :: ExtensionsV1beta1IngressRule Source #
Construct a value of type ExtensionsV1beta1IngressRule
(by applying it's required fields, if any)
mkExtensionsV1beta1IngressSpec :: ExtensionsV1beta1IngressSpec Source #
Construct a value of type ExtensionsV1beta1IngressSpec
(by applying it's required fields, if any)
mkExtensionsV1beta1IngressStatus :: ExtensionsV1beta1IngressStatus Source #
Construct a value of type ExtensionsV1beta1IngressStatus
(by applying it's required fields, if any)
mkExtensionsV1beta1IngressTLS :: ExtensionsV1beta1IngressTLS Source #
Construct a value of type ExtensionsV1beta1IngressTLS
(by applying it's required fields, if any)
mkExtensionsV1beta1PodSecurityPolicy :: ExtensionsV1beta1PodSecurityPolicy Source #
Construct a value of type ExtensionsV1beta1PodSecurityPolicy
(by applying it's required fields, if any)
mkExtensionsV1beta1PodSecurityPolicyList Source #
Arguments
:: [ExtensionsV1beta1PodSecurityPolicy] |
|
-> ExtensionsV1beta1PodSecurityPolicyList |
Construct a value of type ExtensionsV1beta1PodSecurityPolicyList
(by applying it's required fields, if any)
mkExtensionsV1beta1PodSecurityPolicySpec Source #
Arguments
Construct a value of type ExtensionsV1beta1PodSecurityPolicySpec
(by applying it's required fields, if any)
mkExtensionsV1beta1RollbackConfig :: ExtensionsV1beta1RollbackConfig Source #
Construct a value of type ExtensionsV1beta1RollbackConfig
(by applying it's required fields, if any)
mkExtensionsV1beta1RollingUpdateDeployment :: ExtensionsV1beta1RollingUpdateDeployment Source #
Construct a value of type ExtensionsV1beta1RollingUpdateDeployment
(by applying it's required fields, if any)
mkExtensionsV1beta1RunAsGroupStrategyOptions Source #
Arguments
:: Text |
|
-> ExtensionsV1beta1RunAsGroupStrategyOptions |
Construct a value of type ExtensionsV1beta1RunAsGroupStrategyOptions
(by applying it's required fields, if any)
mkExtensionsV1beta1RunAsUserStrategyOptions Source #
Arguments
:: Text |
|
-> ExtensionsV1beta1RunAsUserStrategyOptions |
Construct a value of type ExtensionsV1beta1RunAsUserStrategyOptions
(by applying it's required fields, if any)
mkExtensionsV1beta1RuntimeClassStrategyOptions Source #
Arguments
:: [Text] |
|
-> ExtensionsV1beta1RuntimeClassStrategyOptions |
Construct a value of type ExtensionsV1beta1RuntimeClassStrategyOptions
(by applying it's required fields, if any)
mkExtensionsV1beta1SELinuxStrategyOptions Source #
Arguments
:: Text |
|
-> ExtensionsV1beta1SELinuxStrategyOptions |
Construct a value of type ExtensionsV1beta1SELinuxStrategyOptions
(by applying it's required fields, if any)
mkExtensionsV1beta1Scale :: ExtensionsV1beta1Scale Source #
Construct a value of type ExtensionsV1beta1Scale
(by applying it's required fields, if any)
mkExtensionsV1beta1ScaleSpec :: ExtensionsV1beta1ScaleSpec Source #
Construct a value of type ExtensionsV1beta1ScaleSpec
(by applying it's required fields, if any)
mkExtensionsV1beta1ScaleStatus Source #
Arguments
:: Int |
|
-> ExtensionsV1beta1ScaleStatus |
Construct a value of type ExtensionsV1beta1ScaleStatus
(by applying it's required fields, if any)
mkExtensionsV1beta1SupplementalGroupsStrategyOptions :: ExtensionsV1beta1SupplementalGroupsStrategyOptions Source #
Construct a value of type ExtensionsV1beta1SupplementalGroupsStrategyOptions
(by applying it's required fields, if any)
mkNetworkingV1beta1HTTPIngressPath Source #
Construct a value of type NetworkingV1beta1HTTPIngressPath
(by applying it's required fields, if any)
mkNetworkingV1beta1HTTPIngressRuleValue Source #
Arguments
:: [NetworkingV1beta1HTTPIngressPath] |
|
-> NetworkingV1beta1HTTPIngressRuleValue |
Construct a value of type NetworkingV1beta1HTTPIngressRuleValue
(by applying it's required fields, if any)
mkNetworkingV1beta1Ingress :: NetworkingV1beta1Ingress Source #
Construct a value of type NetworkingV1beta1Ingress
(by applying it's required fields, if any)
mkNetworkingV1beta1IngressBackend Source #
Arguments
:: Text |
|
-> IntOrString | |
-> NetworkingV1beta1IngressBackend |
Construct a value of type NetworkingV1beta1IngressBackend
(by applying it's required fields, if any)
mkNetworkingV1beta1IngressList Source #
Arguments
:: [NetworkingV1beta1Ingress] |
|
-> NetworkingV1beta1IngressList |
Construct a value of type NetworkingV1beta1IngressList
(by applying it's required fields, if any)
mkNetworkingV1beta1IngressRule :: NetworkingV1beta1IngressRule Source #
Construct a value of type NetworkingV1beta1IngressRule
(by applying it's required fields, if any)
mkNetworkingV1beta1IngressSpec :: NetworkingV1beta1IngressSpec Source #
Construct a value of type NetworkingV1beta1IngressSpec
(by applying it's required fields, if any)
mkNetworkingV1beta1IngressStatus :: NetworkingV1beta1IngressStatus Source #
Construct a value of type NetworkingV1beta1IngressStatus
(by applying it's required fields, if any)
mkNetworkingV1beta1IngressTLS :: NetworkingV1beta1IngressTLS Source #
Construct a value of type NetworkingV1beta1IngressTLS
(by applying it's required fields, if any)
mkPolicyV1beta1AllowedCSIDriver Source #
Arguments
:: Text |
|
-> PolicyV1beta1AllowedCSIDriver |
Construct a value of type PolicyV1beta1AllowedCSIDriver
(by applying it's required fields, if any)
mkPolicyV1beta1AllowedFlexVolume Source #
Arguments
:: Text |
|
-> PolicyV1beta1AllowedFlexVolume |
Construct a value of type PolicyV1beta1AllowedFlexVolume
(by applying it's required fields, if any)
mkPolicyV1beta1AllowedHostPath :: PolicyV1beta1AllowedHostPath Source #
Construct a value of type PolicyV1beta1AllowedHostPath
(by applying it's required fields, if any)
mkPolicyV1beta1FSGroupStrategyOptions :: PolicyV1beta1FSGroupStrategyOptions Source #
Construct a value of type PolicyV1beta1FSGroupStrategyOptions
(by applying it's required fields, if any)
mkPolicyV1beta1HostPortRange Source #
Arguments
:: Int |
|
-> Int |
|
-> PolicyV1beta1HostPortRange |
Construct a value of type PolicyV1beta1HostPortRange
(by applying it's required fields, if any)
mkPolicyV1beta1IDRange Source #
Arguments
:: Integer |
|
-> Integer |
|
-> PolicyV1beta1IDRange |
Construct a value of type PolicyV1beta1IDRange
(by applying it's required fields, if any)
mkPolicyV1beta1PodSecurityPolicy :: PolicyV1beta1PodSecurityPolicy Source #
Construct a value of type PolicyV1beta1PodSecurityPolicy
(by applying it's required fields, if any)
mkPolicyV1beta1PodSecurityPolicyList Source #
Arguments
:: [PolicyV1beta1PodSecurityPolicy] |
|
-> PolicyV1beta1PodSecurityPolicyList |
Construct a value of type PolicyV1beta1PodSecurityPolicyList
(by applying it's required fields, if any)
mkPolicyV1beta1PodSecurityPolicySpec Source #
Arguments
Construct a value of type PolicyV1beta1PodSecurityPolicySpec
(by applying it's required fields, if any)
mkPolicyV1beta1RunAsGroupStrategyOptions Source #
Arguments
:: Text |
|
-> PolicyV1beta1RunAsGroupStrategyOptions |
Construct a value of type PolicyV1beta1RunAsGroupStrategyOptions
(by applying it's required fields, if any)
mkPolicyV1beta1RunAsUserStrategyOptions Source #
Arguments
:: Text |
|
-> PolicyV1beta1RunAsUserStrategyOptions |
Construct a value of type PolicyV1beta1RunAsUserStrategyOptions
(by applying it's required fields, if any)
mkPolicyV1beta1RuntimeClassStrategyOptions Source #
Arguments
:: [Text] |
|
-> PolicyV1beta1RuntimeClassStrategyOptions |
Construct a value of type PolicyV1beta1RuntimeClassStrategyOptions
(by applying it's required fields, if any)
mkPolicyV1beta1SELinuxStrategyOptions Source #
Arguments
:: Text |
|
-> PolicyV1beta1SELinuxStrategyOptions |
Construct a value of type PolicyV1beta1SELinuxStrategyOptions
(by applying it's required fields, if any)
mkPolicyV1beta1SupplementalGroupsStrategyOptions :: PolicyV1beta1SupplementalGroupsStrategyOptions Source #
Construct a value of type PolicyV1beta1SupplementalGroupsStrategyOptions
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> [V1GroupVersionForDiscovery] |
|
-> V1APIGroup |
Construct a value of type V1APIGroup
(by applying it's required fields, if any)
Arguments
:: [V1APIGroup] |
|
-> V1APIGroupList |
Construct a value of type V1APIGroupList
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> Bool |
|
-> Text |
|
-> [Text] |
|
-> V1APIResource |
Construct a value of type V1APIResource
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> [V1APIResource] |
|
-> V1APIResourceList |
Construct a value of type V1APIResourceList
(by applying it's required fields, if any)
mkV1APIService :: V1APIService Source #
Construct a value of type V1APIService
(by applying it's required fields, if any)
mkV1APIServiceCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1APIServiceCondition |
Construct a value of type V1APIServiceCondition
(by applying it's required fields, if any)
Arguments
:: [V1APIService] | |
-> V1APIServiceList |
Construct a value of type V1APIServiceList
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> ApiregistrationV1ServiceReference | |
-> Int |
|
-> V1APIServiceSpec |
Construct a value of type V1APIServiceSpec
(by applying it's required fields, if any)
mkV1APIServiceStatus :: V1APIServiceStatus Source #
Construct a value of type V1APIServiceStatus
(by applying it's required fields, if any)
Arguments
:: [V1ServerAddressByClientCIDR] |
|
-> [Text] |
|
-> V1APIVersions |
Construct a value of type V1APIVersions
(by applying it's required fields, if any)
mkV1AWSElasticBlockStoreVolumeSource Source #
Arguments
:: Text |
|
-> V1AWSElasticBlockStoreVolumeSource |
Construct a value of type V1AWSElasticBlockStoreVolumeSource
(by applying it's required fields, if any)
mkV1Affinity :: V1Affinity Source #
Construct a value of type V1Affinity
(by applying it's required fields, if any)
mkV1AggregationRule :: V1AggregationRule Source #
Construct a value of type V1AggregationRule
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1AttachedVolume |
Construct a value of type V1AttachedVolume
(by applying it's required fields, if any)
mkV1AzureDiskVolumeSource Source #
Arguments
:: Text |
|
-> Text |
|
-> V1AzureDiskVolumeSource |
Construct a value of type V1AzureDiskVolumeSource
(by applying it's required fields, if any)
mkV1AzureFilePersistentVolumeSource Source #
Arguments
:: Text |
|
-> Text |
|
-> V1AzureFilePersistentVolumeSource |
Construct a value of type V1AzureFilePersistentVolumeSource
(by applying it's required fields, if any)
mkV1AzureFileVolumeSource Source #
Arguments
:: Text |
|
-> Text |
|
-> V1AzureFileVolumeSource |
Construct a value of type V1AzureFileVolumeSource
(by applying it's required fields, if any)
Arguments
:: V1ObjectReference | |
-> V1Binding |
Construct a value of type V1Binding
(by applying it's required fields, if any)
mkV1BoundObjectReference :: V1BoundObjectReference Source #
Construct a value of type V1BoundObjectReference
(by applying it's required fields, if any)
mkV1CSIPersistentVolumeSource Source #
Arguments
:: Text |
|
-> Text |
|
-> V1CSIPersistentVolumeSource |
Construct a value of type V1CSIPersistentVolumeSource
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1CSIVolumeSource |
Construct a value of type V1CSIVolumeSource
(by applying it's required fields, if any)
mkV1Capabilities :: V1Capabilities Source #
Construct a value of type V1Capabilities
(by applying it's required fields, if any)
mkV1CephFSPersistentVolumeSource Source #
Arguments
:: [Text] |
|
-> V1CephFSPersistentVolumeSource |
Construct a value of type V1CephFSPersistentVolumeSource
(by applying it's required fields, if any)
mkV1CephFSVolumeSource Source #
Arguments
:: [Text] |
|
-> V1CephFSVolumeSource |
Construct a value of type V1CephFSVolumeSource
(by applying it's required fields, if any)
mkV1CinderPersistentVolumeSource Source #
Arguments
:: Text |
|
-> V1CinderPersistentVolumeSource |
Construct a value of type V1CinderPersistentVolumeSource
(by applying it's required fields, if any)
mkV1CinderVolumeSource Source #
Arguments
:: Text |
|
-> V1CinderVolumeSource |
Construct a value of type V1CinderVolumeSource
(by applying it's required fields, if any)
mkV1ClientIPConfig :: V1ClientIPConfig Source #
Construct a value of type V1ClientIPConfig
(by applying it's required fields, if any)
mkV1ClusterRole :: V1ClusterRole Source #
Construct a value of type V1ClusterRole
(by applying it's required fields, if any)
mkV1ClusterRoleBinding Source #
Arguments
:: V1RoleRef | |
-> V1ClusterRoleBinding |
Construct a value of type V1ClusterRoleBinding
(by applying it's required fields, if any)
mkV1ClusterRoleBindingList Source #
Arguments
:: [V1ClusterRoleBinding] |
|
-> V1ClusterRoleBindingList |
Construct a value of type V1ClusterRoleBindingList
(by applying it's required fields, if any)
Arguments
:: [V1ClusterRole] |
|
-> V1ClusterRoleList |
Construct a value of type V1ClusterRoleList
(by applying it's required fields, if any)
mkV1ComponentCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1ComponentCondition |
Construct a value of type V1ComponentCondition
(by applying it's required fields, if any)
mkV1ComponentStatus :: V1ComponentStatus Source #
Construct a value of type V1ComponentStatus
(by applying it's required fields, if any)
mkV1ComponentStatusList Source #
Arguments
:: [V1ComponentStatus] |
|
-> V1ComponentStatusList |
Construct a value of type V1ComponentStatusList
(by applying it's required fields, if any)
mkV1ConfigMap :: V1ConfigMap Source #
Construct a value of type V1ConfigMap
(by applying it's required fields, if any)
mkV1ConfigMapEnvSource :: V1ConfigMapEnvSource Source #
Construct a value of type V1ConfigMapEnvSource
(by applying it's required fields, if any)
mkV1ConfigMapKeySelector Source #
Arguments
:: Text |
|
-> V1ConfigMapKeySelector |
Construct a value of type V1ConfigMapKeySelector
(by applying it's required fields, if any)
Arguments
:: [V1ConfigMap] |
|
-> V1ConfigMapList |
Construct a value of type V1ConfigMapList
(by applying it's required fields, if any)
mkV1ConfigMapNodeConfigSource Source #
Arguments
:: Text |
|
-> Text |
|
-> Text |
|
-> V1ConfigMapNodeConfigSource |
Construct a value of type V1ConfigMapNodeConfigSource
(by applying it's required fields, if any)
mkV1ConfigMapProjection :: V1ConfigMapProjection Source #
Construct a value of type V1ConfigMapProjection
(by applying it's required fields, if any)
mkV1ConfigMapVolumeSource :: V1ConfigMapVolumeSource Source #
Construct a value of type V1ConfigMapVolumeSource
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1Container |
Construct a value of type V1Container
(by applying it's required fields, if any)
Arguments
:: [Text] |
|
-> V1ContainerImage |
Construct a value of type V1ContainerImage
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> V1ContainerPort |
Construct a value of type V1ContainerPort
(by applying it's required fields, if any)
mkV1ContainerState :: V1ContainerState Source #
Construct a value of type V1ContainerState
(by applying it's required fields, if any)
mkV1ContainerStateRunning :: V1ContainerStateRunning Source #
Construct a value of type V1ContainerStateRunning
(by applying it's required fields, if any)
mkV1ContainerStateTerminated Source #
Arguments
:: Int |
|
-> V1ContainerStateTerminated |
Construct a value of type V1ContainerStateTerminated
(by applying it's required fields, if any)
mkV1ContainerStateWaiting :: V1ContainerStateWaiting Source #
Construct a value of type V1ContainerStateWaiting
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> Text |
|
-> Bool |
|
-> Int |
|
-> V1ContainerStatus |
Construct a value of type V1ContainerStatus
(by applying it's required fields, if any)
mkV1ControllerRevision Source #
Arguments
:: Integer |
|
-> V1ControllerRevision |
Construct a value of type V1ControllerRevision
(by applying it's required fields, if any)
mkV1ControllerRevisionList Source #
Arguments
:: [V1ControllerRevision] |
|
-> V1ControllerRevisionList |
Construct a value of type V1ControllerRevisionList
(by applying it's required fields, if any)
mkV1CrossVersionObjectReference Source #
Arguments
:: Text |
|
-> Text |
|
-> V1CrossVersionObjectReference |
Construct a value of type V1CrossVersionObjectReference
(by applying it's required fields, if any)
mkV1CustomResourceColumnDefinition Source #
Arguments
:: Text |
|
-> Text |
|
-> Text |
|
-> V1CustomResourceColumnDefinition |
Construct a value of type V1CustomResourceColumnDefinition
(by applying it's required fields, if any)
mkV1CustomResourceConversion Source #
Arguments
:: Text |
|
-> V1CustomResourceConversion |
Construct a value of type V1CustomResourceConversion
(by applying it's required fields, if any)
mkV1CustomResourceDefinition Source #
Arguments
:: V1CustomResourceDefinitionSpec | |
-> V1CustomResourceDefinition |
Construct a value of type V1CustomResourceDefinition
(by applying it's required fields, if any)
mkV1CustomResourceDefinitionCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1CustomResourceDefinitionCondition |
Construct a value of type V1CustomResourceDefinitionCondition
(by applying it's required fields, if any)
mkV1CustomResourceDefinitionList Source #
Arguments
:: [V1CustomResourceDefinition] |
|
-> V1CustomResourceDefinitionList |
Construct a value of type V1CustomResourceDefinitionList
(by applying it's required fields, if any)
mkV1CustomResourceDefinitionNames Source #
Arguments
:: Text |
|
-> Text |
|
-> V1CustomResourceDefinitionNames |
Construct a value of type V1CustomResourceDefinitionNames
(by applying it's required fields, if any)
mkV1CustomResourceDefinitionSpec Source #
Arguments
:: Text |
|
-> V1CustomResourceDefinitionNames | |
-> Text |
|
-> [V1CustomResourceDefinitionVersion] |
|
-> V1CustomResourceDefinitionSpec |
Construct a value of type V1CustomResourceDefinitionSpec
(by applying it's required fields, if any)
mkV1CustomResourceDefinitionStatus Source #
Arguments
:: V1CustomResourceDefinitionNames | |
-> [Text] |
|
-> V1CustomResourceDefinitionStatus |
Construct a value of type V1CustomResourceDefinitionStatus
(by applying it's required fields, if any)
mkV1CustomResourceDefinitionVersion Source #
Arguments
:: Text |
|
-> Bool |
|
-> Bool |
|
-> V1CustomResourceDefinitionVersion |
Construct a value of type V1CustomResourceDefinitionVersion
(by applying it's required fields, if any)
mkV1CustomResourceSubresourceScale Source #
Arguments
:: Text |
|
-> Text |
|
-> V1CustomResourceSubresourceScale |
Construct a value of type V1CustomResourceSubresourceScale
(by applying it's required fields, if any)
mkV1CustomResourceSubresources :: V1CustomResourceSubresources Source #
Construct a value of type V1CustomResourceSubresources
(by applying it's required fields, if any)
mkV1CustomResourceValidation :: V1CustomResourceValidation Source #
Construct a value of type V1CustomResourceValidation
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> V1DaemonEndpoint |
Construct a value of type V1DaemonEndpoint
(by applying it's required fields, if any)
mkV1DaemonSet :: V1DaemonSet Source #
Construct a value of type V1DaemonSet
(by applying it's required fields, if any)
mkV1DaemonSetCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1DaemonSetCondition |
Construct a value of type V1DaemonSetCondition
(by applying it's required fields, if any)
Arguments
:: [V1DaemonSet] |
|
-> V1DaemonSetList |
Construct a value of type V1DaemonSetList
(by applying it's required fields, if any)
Arguments
:: V1LabelSelector | |
-> V1PodTemplateSpec | |
-> V1DaemonSetSpec |
Construct a value of type V1DaemonSetSpec
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> Int |
|
-> Int |
|
-> Int |
|
-> V1DaemonSetStatus |
Construct a value of type V1DaemonSetStatus
(by applying it's required fields, if any)
mkV1DaemonSetUpdateStrategy :: V1DaemonSetUpdateStrategy Source #
Construct a value of type V1DaemonSetUpdateStrategy
(by applying it's required fields, if any)
mkV1DeleteOptions :: V1DeleteOptions Source #
Construct a value of type V1DeleteOptions
(by applying it's required fields, if any)
mkV1Deployment :: V1Deployment Source #
Construct a value of type V1Deployment
(by applying it's required fields, if any)
mkV1DeploymentCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1DeploymentCondition |
Construct a value of type V1DeploymentCondition
(by applying it's required fields, if any)
Arguments
:: [V1Deployment] |
|
-> V1DeploymentList |
Construct a value of type V1DeploymentList
(by applying it's required fields, if any)
Arguments
:: V1LabelSelector | |
-> V1PodTemplateSpec | |
-> V1DeploymentSpec |
Construct a value of type V1DeploymentSpec
(by applying it's required fields, if any)
mkV1DeploymentStatus :: V1DeploymentStatus Source #
Construct a value of type V1DeploymentStatus
(by applying it's required fields, if any)
mkV1DeploymentStrategy :: V1DeploymentStrategy Source #
Construct a value of type V1DeploymentStrategy
(by applying it's required fields, if any)
mkV1DownwardAPIProjection :: V1DownwardAPIProjection Source #
Construct a value of type V1DownwardAPIProjection
(by applying it's required fields, if any)
mkV1DownwardAPIVolumeFile Source #
Arguments
:: Text |
|
-> V1DownwardAPIVolumeFile |
Construct a value of type V1DownwardAPIVolumeFile
(by applying it's required fields, if any)
mkV1DownwardAPIVolumeSource :: V1DownwardAPIVolumeSource Source #
Construct a value of type V1DownwardAPIVolumeSource
(by applying it's required fields, if any)
mkV1EmptyDirVolumeSource :: V1EmptyDirVolumeSource Source #
Construct a value of type V1EmptyDirVolumeSource
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1EndpointAddress |
Construct a value of type V1EndpointAddress
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> V1EndpointPort |
Construct a value of type V1EndpointPort
(by applying it's required fields, if any)
mkV1EndpointSubset :: V1EndpointSubset Source #
Construct a value of type V1EndpointSubset
(by applying it's required fields, if any)
mkV1Endpoints :: V1Endpoints Source #
Construct a value of type V1Endpoints
(by applying it's required fields, if any)
Arguments
:: [V1Endpoints] |
|
-> V1EndpointsList |
Construct a value of type V1EndpointsList
(by applying it's required fields, if any)
mkV1EnvFromSource :: V1EnvFromSource Source #
Construct a value of type V1EnvFromSource
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1EnvVar |
Construct a value of type V1EnvVar
(by applying it's required fields, if any)
mkV1EnvVarSource :: V1EnvVarSource Source #
Construct a value of type V1EnvVarSource
(by applying it's required fields, if any)
mkV1EphemeralContainer Source #
Arguments
:: Text |
|
-> V1EphemeralContainer |
Construct a value of type V1EphemeralContainer
(by applying it's required fields, if any)
Arguments
:: V1ObjectReference | |
-> V1ObjectMeta | |
-> V1Event |
Construct a value of type V1Event
(by applying it's required fields, if any)
Arguments
:: [V1Event] |
|
-> V1EventList |
Construct a value of type V1EventList
(by applying it's required fields, if any)
mkV1EventSeries :: V1EventSeries Source #
Construct a value of type V1EventSeries
(by applying it's required fields, if any)
mkV1EventSource :: V1EventSource Source #
Construct a value of type V1EventSource
(by applying it's required fields, if any)
mkV1ExecAction :: V1ExecAction Source #
Construct a value of type V1ExecAction
(by applying it's required fields, if any)
mkV1ExternalDocumentation :: V1ExternalDocumentation Source #
Construct a value of type V1ExternalDocumentation
(by applying it's required fields, if any)
mkV1FCVolumeSource :: V1FCVolumeSource Source #
Construct a value of type V1FCVolumeSource
(by applying it's required fields, if any)
mkV1FlexPersistentVolumeSource Source #
Arguments
:: Text |
|
-> V1FlexPersistentVolumeSource |
Construct a value of type V1FlexPersistentVolumeSource
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1FlexVolumeSource |
Construct a value of type V1FlexVolumeSource
(by applying it's required fields, if any)
mkV1FlockerVolumeSource :: V1FlockerVolumeSource Source #
Construct a value of type V1FlockerVolumeSource
(by applying it's required fields, if any)
mkV1GCEPersistentDiskVolumeSource Source #
Arguments
:: Text |
|
-> V1GCEPersistentDiskVolumeSource |
Construct a value of type V1GCEPersistentDiskVolumeSource
(by applying it's required fields, if any)
mkV1GitRepoVolumeSource Source #
Arguments
:: Text |
|
-> V1GitRepoVolumeSource |
Construct a value of type V1GitRepoVolumeSource
(by applying it's required fields, if any)
mkV1GlusterfsPersistentVolumeSource Source #
Arguments
:: Text |
|
-> Text |
|
-> V1GlusterfsPersistentVolumeSource |
Construct a value of type V1GlusterfsPersistentVolumeSource
(by applying it's required fields, if any)
mkV1GlusterfsVolumeSource Source #
Arguments
:: Text |
|
-> Text |
|
-> V1GlusterfsVolumeSource |
Construct a value of type V1GlusterfsVolumeSource
(by applying it's required fields, if any)
mkV1GroupVersionForDiscovery Source #
Arguments
:: Text |
|
-> Text |
|
-> V1GroupVersionForDiscovery |
Construct a value of type V1GroupVersionForDiscovery
(by applying it's required fields, if any)
Arguments
:: IntOrString | |
-> V1HTTPGetAction |
Construct a value of type V1HTTPGetAction
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1HTTPHeader |
Construct a value of type V1HTTPHeader
(by applying it's required fields, if any)
mkV1Handler :: V1Handler Source #
Construct a value of type V1Handler
(by applying it's required fields, if any)
mkV1HorizontalPodAutoscaler :: V1HorizontalPodAutoscaler Source #
Construct a value of type V1HorizontalPodAutoscaler
(by applying it's required fields, if any)
mkV1HorizontalPodAutoscalerList Source #
Arguments
:: [V1HorizontalPodAutoscaler] |
|
-> V1HorizontalPodAutoscalerList |
Construct a value of type V1HorizontalPodAutoscalerList
(by applying it's required fields, if any)
mkV1HorizontalPodAutoscalerSpec Source #
Arguments
:: Int |
|
-> V1CrossVersionObjectReference | |
-> V1HorizontalPodAutoscalerSpec |
Construct a value of type V1HorizontalPodAutoscalerSpec
(by applying it's required fields, if any)
mkV1HorizontalPodAutoscalerStatus Source #
Arguments
:: Int |
|
-> Int |
|
-> V1HorizontalPodAutoscalerStatus |
Construct a value of type V1HorizontalPodAutoscalerStatus
(by applying it's required fields, if any)
mkV1HostAlias :: V1HostAlias Source #
Construct a value of type V1HostAlias
(by applying it's required fields, if any)
mkV1HostPathVolumeSource Source #
Arguments
:: Text |
|
-> V1HostPathVolumeSource |
Construct a value of type V1HostPathVolumeSource
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1IPBlock |
Construct a value of type V1IPBlock
(by applying it's required fields, if any)
mkV1ISCSIPersistentVolumeSource Source #
Arguments
:: Text |
|
-> Int |
|
-> Text |
|
-> V1ISCSIPersistentVolumeSource |
Construct a value of type V1ISCSIPersistentVolumeSource
(by applying it's required fields, if any)
mkV1ISCSIVolumeSource Source #
Arguments
:: Text |
|
-> Int |
|
-> Text |
|
-> V1ISCSIVolumeSource |
Construct a value of type V1ISCSIVolumeSource
(by applying it's required fields, if any)
mkV1JSONSchemaProps :: V1JSONSchemaProps Source #
Construct a value of type V1JSONSchemaProps
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1JobCondition |
Construct a value of type V1JobCondition
(by applying it's required fields, if any)
Arguments
:: [V1Job] |
|
-> V1JobList |
Construct a value of type V1JobList
(by applying it's required fields, if any)
Arguments
:: V1PodTemplateSpec | |
-> V1JobSpec |
Construct a value of type V1JobSpec
(by applying it's required fields, if any)
mkV1JobStatus :: V1JobStatus Source #
Construct a value of type V1JobStatus
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1KeyToPath |
Construct a value of type V1KeyToPath
(by applying it's required fields, if any)
mkV1LabelSelector :: V1LabelSelector Source #
Construct a value of type V1LabelSelector
(by applying it's required fields, if any)
mkV1LabelSelectorRequirement Source #
Arguments
:: Text |
|
-> Text |
|
-> V1LabelSelectorRequirement |
Construct a value of type V1LabelSelectorRequirement
(by applying it's required fields, if any)
Construct a value of type V1Lease
(by applying it's required fields, if any)
Arguments
:: [V1Lease] |
|
-> V1LeaseList |
Construct a value of type V1LeaseList
(by applying it's required fields, if any)
mkV1LeaseSpec :: V1LeaseSpec Source #
Construct a value of type V1LeaseSpec
(by applying it's required fields, if any)
mkV1Lifecycle :: V1Lifecycle Source #
Construct a value of type V1Lifecycle
(by applying it's required fields, if any)
mkV1LimitRange :: V1LimitRange Source #
Construct a value of type V1LimitRange
(by applying it's required fields, if any)
mkV1LimitRangeItem :: V1LimitRangeItem Source #
Construct a value of type V1LimitRangeItem
(by applying it's required fields, if any)
Arguments
:: [V1LimitRange] |
|
-> V1LimitRangeList |
Construct a value of type V1LimitRangeList
(by applying it's required fields, if any)
Arguments
:: [V1LimitRangeItem] |
|
-> V1LimitRangeSpec |
Construct a value of type V1LimitRangeSpec
(by applying it's required fields, if any)
mkV1ListMeta :: V1ListMeta Source #
Construct a value of type V1ListMeta
(by applying it's required fields, if any)
mkV1LoadBalancerIngress :: V1LoadBalancerIngress Source #
Construct a value of type V1LoadBalancerIngress
(by applying it's required fields, if any)
mkV1LoadBalancerStatus :: V1LoadBalancerStatus Source #
Construct a value of type V1LoadBalancerStatus
(by applying it's required fields, if any)
mkV1LocalObjectReference :: V1LocalObjectReference Source #
Construct a value of type V1LocalObjectReference
(by applying it's required fields, if any)
mkV1LocalSubjectAccessReview Source #
Construct a value of type V1LocalSubjectAccessReview
(by applying it's required fields, if any)
mkV1LocalVolumeSource Source #
Arguments
:: Text |
|
-> V1LocalVolumeSource |
Construct a value of type V1LocalVolumeSource
(by applying it's required fields, if any)
mkV1ManagedFieldsEntry :: V1ManagedFieldsEntry Source #
Construct a value of type V1ManagedFieldsEntry
(by applying it's required fields, if any)
Arguments
:: [Text] |
|
-> AdmissionregistrationV1WebhookClientConfig | |
-> Text |
|
-> Text |
|
-> V1MutatingWebhook |
Construct a value of type V1MutatingWebhook
(by applying it's required fields, if any)
mkV1MutatingWebhookConfiguration :: V1MutatingWebhookConfiguration Source #
Construct a value of type V1MutatingWebhookConfiguration
(by applying it's required fields, if any)
mkV1MutatingWebhookConfigurationList Source #
Arguments
:: [V1MutatingWebhookConfiguration] |
|
-> V1MutatingWebhookConfigurationList |
Construct a value of type V1MutatingWebhookConfigurationList
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1NFSVolumeSource |
Construct a value of type V1NFSVolumeSource
(by applying it's required fields, if any)
mkV1Namespace :: V1Namespace Source #
Construct a value of type V1Namespace
(by applying it's required fields, if any)
mkV1NamespaceCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1NamespaceCondition |
Construct a value of type V1NamespaceCondition
(by applying it's required fields, if any)
Arguments
:: [V1Namespace] |
|
-> V1NamespaceList |
Construct a value of type V1NamespaceList
(by applying it's required fields, if any)
mkV1NamespaceSpec :: V1NamespaceSpec Source #
Construct a value of type V1NamespaceSpec
(by applying it's required fields, if any)
mkV1NamespaceStatus :: V1NamespaceStatus Source #
Construct a value of type V1NamespaceStatus
(by applying it's required fields, if any)
mkV1NetworkPolicy :: V1NetworkPolicy Source #
Construct a value of type V1NetworkPolicy
(by applying it's required fields, if any)
mkV1NetworkPolicyEgressRule :: V1NetworkPolicyEgressRule Source #
Construct a value of type V1NetworkPolicyEgressRule
(by applying it's required fields, if any)
mkV1NetworkPolicyIngressRule :: V1NetworkPolicyIngressRule Source #
Construct a value of type V1NetworkPolicyIngressRule
(by applying it's required fields, if any)
mkV1NetworkPolicyList Source #
Arguments
:: [V1NetworkPolicy] |
|
-> V1NetworkPolicyList |
Construct a value of type V1NetworkPolicyList
(by applying it's required fields, if any)
mkV1NetworkPolicyPeer :: V1NetworkPolicyPeer Source #
Construct a value of type V1NetworkPolicyPeer
(by applying it's required fields, if any)
mkV1NetworkPolicyPort :: V1NetworkPolicyPort Source #
Construct a value of type V1NetworkPolicyPort
(by applying it's required fields, if any)
mkV1NetworkPolicySpec Source #
Arguments
:: V1LabelSelector | |
-> V1NetworkPolicySpec |
Construct a value of type V1NetworkPolicySpec
(by applying it's required fields, if any)
Construct a value of type V1Node
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1NodeAddress |
Construct a value of type V1NodeAddress
(by applying it's required fields, if any)
mkV1NodeAffinity :: V1NodeAffinity Source #
Construct a value of type V1NodeAffinity
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1NodeCondition |
Construct a value of type V1NodeCondition
(by applying it's required fields, if any)
mkV1NodeConfigSource :: V1NodeConfigSource Source #
Construct a value of type V1NodeConfigSource
(by applying it's required fields, if any)
mkV1NodeConfigStatus :: V1NodeConfigStatus Source #
Construct a value of type V1NodeConfigStatus
(by applying it's required fields, if any)
mkV1NodeDaemonEndpoints :: V1NodeDaemonEndpoints Source #
Construct a value of type V1NodeDaemonEndpoints
(by applying it's required fields, if any)
Arguments
:: [V1Node] |
|
-> V1NodeList |
Construct a value of type V1NodeList
(by applying it's required fields, if any)
Arguments
:: [V1NodeSelectorTerm] |
|
-> V1NodeSelector |
Construct a value of type V1NodeSelector
(by applying it's required fields, if any)
mkV1NodeSelectorRequirement Source #
Arguments
:: Text |
|
-> Text |
|
-> V1NodeSelectorRequirement |
Construct a value of type V1NodeSelectorRequirement
(by applying it's required fields, if any)
mkV1NodeSelectorTerm :: V1NodeSelectorTerm Source #
Construct a value of type V1NodeSelectorTerm
(by applying it's required fields, if any)
mkV1NodeSpec :: V1NodeSpec Source #
Construct a value of type V1NodeSpec
(by applying it's required fields, if any)
mkV1NodeStatus :: V1NodeStatus Source #
Construct a value of type V1NodeStatus
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> Text |
|
-> Text |
|
-> Text |
|
-> Text |
|
-> Text |
|
-> Text |
|
-> Text |
|
-> Text |
|
-> V1NodeSystemInfo |
Construct a value of type V1NodeSystemInfo
(by applying it's required fields, if any)
mkV1NonResourceAttributes :: V1NonResourceAttributes Source #
Construct a value of type V1NonResourceAttributes
(by applying it's required fields, if any)
Arguments
:: [Text] |
|
-> V1NonResourceRule |
Construct a value of type V1NonResourceRule
(by applying it's required fields, if any)
mkV1ObjectFieldSelector Source #
Arguments
:: Text |
|
-> V1ObjectFieldSelector |
Construct a value of type V1ObjectFieldSelector
(by applying it's required fields, if any)
mkV1ObjectMeta :: V1ObjectMeta Source #
Construct a value of type V1ObjectMeta
(by applying it's required fields, if any)
mkV1ObjectReference :: V1ObjectReference Source #
Construct a value of type V1ObjectReference
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> Text |
|
-> Text |
|
-> V1OwnerReference |
Construct a value of type V1OwnerReference
(by applying it's required fields, if any)
mkV1PersistentVolume :: V1PersistentVolume Source #
Construct a value of type V1PersistentVolume
(by applying it's required fields, if any)
mkV1PersistentVolumeClaim :: V1PersistentVolumeClaim Source #
Construct a value of type V1PersistentVolumeClaim
(by applying it's required fields, if any)
mkV1PersistentVolumeClaimCondition Source #
Arguments
:: Text | |
-> Text | |
-> V1PersistentVolumeClaimCondition |
Construct a value of type V1PersistentVolumeClaimCondition
(by applying it's required fields, if any)
mkV1PersistentVolumeClaimList Source #
Arguments
:: [V1PersistentVolumeClaim] |
|
-> V1PersistentVolumeClaimList |
Construct a value of type V1PersistentVolumeClaimList
(by applying it's required fields, if any)
mkV1PersistentVolumeClaimSpec :: V1PersistentVolumeClaimSpec Source #
Construct a value of type V1PersistentVolumeClaimSpec
(by applying it's required fields, if any)
mkV1PersistentVolumeClaimStatus :: V1PersistentVolumeClaimStatus Source #
Construct a value of type V1PersistentVolumeClaimStatus
(by applying it's required fields, if any)
mkV1PersistentVolumeClaimVolumeSource Source #
Arguments
:: Text |
|
-> V1PersistentVolumeClaimVolumeSource |
Construct a value of type V1PersistentVolumeClaimVolumeSource
(by applying it's required fields, if any)
mkV1PersistentVolumeList Source #
Arguments
:: [V1PersistentVolume] |
|
-> V1PersistentVolumeList |
Construct a value of type V1PersistentVolumeList
(by applying it's required fields, if any)
mkV1PersistentVolumeSpec :: V1PersistentVolumeSpec Source #
Construct a value of type V1PersistentVolumeSpec
(by applying it's required fields, if any)
mkV1PersistentVolumeStatus :: V1PersistentVolumeStatus Source #
Construct a value of type V1PersistentVolumeStatus
(by applying it's required fields, if any)
mkV1PhotonPersistentDiskVolumeSource Source #
Arguments
:: Text |
|
-> V1PhotonPersistentDiskVolumeSource |
Construct a value of type V1PhotonPersistentDiskVolumeSource
(by applying it's required fields, if any)
mkV1PodAffinity :: V1PodAffinity Source #
Construct a value of type V1PodAffinity
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1PodAffinityTerm |
Construct a value of type V1PodAffinityTerm
(by applying it's required fields, if any)
mkV1PodAntiAffinity :: V1PodAntiAffinity Source #
Construct a value of type V1PodAntiAffinity
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1PodCondition |
Construct a value of type V1PodCondition
(by applying it's required fields, if any)
mkV1PodDNSConfig :: V1PodDNSConfig Source #
Construct a value of type V1PodDNSConfig
(by applying it's required fields, if any)
mkV1PodDNSConfigOption :: V1PodDNSConfigOption Source #
Construct a value of type V1PodDNSConfigOption
(by applying it's required fields, if any)
Construct a value of type V1PodIP
(by applying it's required fields, if any)
Arguments
:: [V1Pod] |
|
-> V1PodList |
Construct a value of type V1PodList
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1PodReadinessGate |
Construct a value of type V1PodReadinessGate
(by applying it's required fields, if any)
mkV1PodSecurityContext :: V1PodSecurityContext Source #
Construct a value of type V1PodSecurityContext
(by applying it's required fields, if any)
Arguments
:: [V1Container] |
|
-> V1PodSpec |
Construct a value of type V1PodSpec
(by applying it's required fields, if any)
mkV1PodStatus :: V1PodStatus Source #
Construct a value of type V1PodStatus
(by applying it's required fields, if any)
mkV1PodTemplate :: V1PodTemplate Source #
Construct a value of type V1PodTemplate
(by applying it's required fields, if any)
Arguments
:: [V1PodTemplate] |
|
-> V1PodTemplateList |
Construct a value of type V1PodTemplateList
(by applying it's required fields, if any)
mkV1PodTemplateSpec :: V1PodTemplateSpec Source #
Construct a value of type V1PodTemplateSpec
(by applying it's required fields, if any)
Arguments
:: [Text] |
|
-> V1PolicyRule |
Construct a value of type V1PolicyRule
(by applying it's required fields, if any)
mkV1PortworxVolumeSource Source #
Arguments
:: Text |
|
-> V1PortworxVolumeSource |
Construct a value of type V1PortworxVolumeSource
(by applying it's required fields, if any)
mkV1Preconditions :: V1Preconditions Source #
Construct a value of type V1Preconditions
(by applying it's required fields, if any)
mkV1PreferredSchedulingTerm Source #
Arguments
:: V1NodeSelectorTerm | |
-> Int |
|
-> V1PreferredSchedulingTerm |
Construct a value of type V1PreferredSchedulingTerm
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> V1PriorityClass |
Construct a value of type V1PriorityClass
(by applying it's required fields, if any)
mkV1PriorityClassList Source #
Arguments
:: [V1PriorityClass] |
|
-> V1PriorityClassList |
Construct a value of type V1PriorityClassList
(by applying it's required fields, if any)
Construct a value of type V1Probe
(by applying it's required fields, if any)
mkV1ProjectedVolumeSource Source #
Arguments
:: [V1VolumeProjection] |
|
-> V1ProjectedVolumeSource |
Construct a value of type V1ProjectedVolumeSource
(by applying it's required fields, if any)
mkV1QuobyteVolumeSource Source #
Arguments
:: Text |
|
-> Text |
|
-> V1QuobyteVolumeSource |
Construct a value of type V1QuobyteVolumeSource
(by applying it's required fields, if any)
mkV1RBDPersistentVolumeSource Source #
Arguments
:: Text |
|
-> [Text] |
|
-> V1RBDPersistentVolumeSource |
Construct a value of type V1RBDPersistentVolumeSource
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> [Text] |
|
-> V1RBDVolumeSource |
Construct a value of type V1RBDVolumeSource
(by applying it's required fields, if any)
mkV1ReplicaSet :: V1ReplicaSet Source #
Construct a value of type V1ReplicaSet
(by applying it's required fields, if any)
mkV1ReplicaSetCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1ReplicaSetCondition |
Construct a value of type V1ReplicaSetCondition
(by applying it's required fields, if any)
Arguments
:: [V1ReplicaSet] |
|
-> V1ReplicaSetList |
Construct a value of type V1ReplicaSetList
(by applying it's required fields, if any)
Arguments
:: V1LabelSelector | |
-> V1ReplicaSetSpec |
Construct a value of type V1ReplicaSetSpec
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> V1ReplicaSetStatus |
Construct a value of type V1ReplicaSetStatus
(by applying it's required fields, if any)
mkV1ReplicationController :: V1ReplicationController Source #
Construct a value of type V1ReplicationController
(by applying it's required fields, if any)
mkV1ReplicationControllerCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1ReplicationControllerCondition |
Construct a value of type V1ReplicationControllerCondition
(by applying it's required fields, if any)
mkV1ReplicationControllerList Source #
Arguments
:: [V1ReplicationController] |
|
-> V1ReplicationControllerList |
Construct a value of type V1ReplicationControllerList
(by applying it's required fields, if any)
mkV1ReplicationControllerSpec :: V1ReplicationControllerSpec Source #
Construct a value of type V1ReplicationControllerSpec
(by applying it's required fields, if any)
mkV1ReplicationControllerStatus Source #
Arguments
:: Int |
|
-> V1ReplicationControllerStatus |
Construct a value of type V1ReplicationControllerStatus
(by applying it's required fields, if any)
mkV1ResourceAttributes :: V1ResourceAttributes Source #
Construct a value of type V1ResourceAttributes
(by applying it's required fields, if any)
mkV1ResourceFieldSelector Source #
Arguments
:: Text |
|
-> V1ResourceFieldSelector |
Construct a value of type V1ResourceFieldSelector
(by applying it's required fields, if any)
mkV1ResourceQuota :: V1ResourceQuota Source #
Construct a value of type V1ResourceQuota
(by applying it's required fields, if any)
mkV1ResourceQuotaList Source #
Arguments
:: [V1ResourceQuota] |
|
-> V1ResourceQuotaList |
Construct a value of type V1ResourceQuotaList
(by applying it's required fields, if any)
mkV1ResourceQuotaSpec :: V1ResourceQuotaSpec Source #
Construct a value of type V1ResourceQuotaSpec
(by applying it's required fields, if any)
mkV1ResourceQuotaStatus :: V1ResourceQuotaStatus Source #
Construct a value of type V1ResourceQuotaStatus
(by applying it's required fields, if any)
mkV1ResourceRequirements :: V1ResourceRequirements Source #
Construct a value of type V1ResourceRequirements
(by applying it's required fields, if any)
Arguments
:: [Text] |
|
-> V1ResourceRule |
Construct a value of type V1ResourceRule
(by applying it's required fields, if any)
Construct a value of type V1Role
(by applying it's required fields, if any)
Arguments
:: V1RoleRef | |
-> V1RoleBinding |
Construct a value of type V1RoleBinding
(by applying it's required fields, if any)
Arguments
:: [V1RoleBinding] |
|
-> V1RoleBindingList |
Construct a value of type V1RoleBindingList
(by applying it's required fields, if any)
Arguments
:: [V1Role] |
|
-> V1RoleList |
Construct a value of type V1RoleList
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> Text |
|
-> V1RoleRef |
Construct a value of type V1RoleRef
(by applying it's required fields, if any)
mkV1RollingUpdateDaemonSet :: V1RollingUpdateDaemonSet Source #
Construct a value of type V1RollingUpdateDaemonSet
(by applying it's required fields, if any)
mkV1RollingUpdateDeployment :: V1RollingUpdateDeployment Source #
Construct a value of type V1RollingUpdateDeployment
(by applying it's required fields, if any)
mkV1RollingUpdateStatefulSetStrategy :: V1RollingUpdateStatefulSetStrategy Source #
Construct a value of type V1RollingUpdateStatefulSetStrategy
(by applying it's required fields, if any)
mkV1RuleWithOperations :: V1RuleWithOperations Source #
Construct a value of type V1RuleWithOperations
(by applying it's required fields, if any)
mkV1SELinuxOptions :: V1SELinuxOptions Source #
Construct a value of type V1SELinuxOptions
(by applying it's required fields, if any)
Construct a value of type V1Scale
(by applying it's required fields, if any)
mkV1ScaleIOPersistentVolumeSource Source #
Arguments
:: Text |
|
-> V1SecretReference | |
-> Text |
|
-> V1ScaleIOPersistentVolumeSource |
Construct a value of type V1ScaleIOPersistentVolumeSource
(by applying it's required fields, if any)
mkV1ScaleIOVolumeSource Source #
Arguments
:: Text |
|
-> V1LocalObjectReference | |
-> Text |
|
-> V1ScaleIOVolumeSource |
Construct a value of type V1ScaleIOVolumeSource
(by applying it's required fields, if any)
mkV1ScaleSpec :: V1ScaleSpec Source #
Construct a value of type V1ScaleSpec
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> V1ScaleStatus |
Construct a value of type V1ScaleStatus
(by applying it's required fields, if any)
mkV1ScopeSelector :: V1ScopeSelector Source #
Construct a value of type V1ScopeSelector
(by applying it's required fields, if any)
mkV1ScopedResourceSelectorRequirement Source #
Arguments
:: Text |
|
-> Text |
|
-> V1ScopedResourceSelectorRequirement |
Construct a value of type V1ScopedResourceSelectorRequirement
(by applying it's required fields, if any)
mkV1Secret :: V1Secret Source #
Construct a value of type V1Secret
(by applying it's required fields, if any)
mkV1SecretEnvSource :: V1SecretEnvSource Source #
Construct a value of type V1SecretEnvSource
(by applying it's required fields, if any)
mkV1SecretKeySelector Source #
Arguments
:: Text |
|
-> V1SecretKeySelector |
Construct a value of type V1SecretKeySelector
(by applying it's required fields, if any)
Arguments
:: [V1Secret] |
|
-> V1SecretList |
Construct a value of type V1SecretList
(by applying it's required fields, if any)
mkV1SecretProjection :: V1SecretProjection Source #
Construct a value of type V1SecretProjection
(by applying it's required fields, if any)
mkV1SecretReference :: V1SecretReference Source #
Construct a value of type V1SecretReference
(by applying it's required fields, if any)
mkV1SecretVolumeSource :: V1SecretVolumeSource Source #
Construct a value of type V1SecretVolumeSource
(by applying it's required fields, if any)
mkV1SecurityContext :: V1SecurityContext Source #
Construct a value of type V1SecurityContext
(by applying it's required fields, if any)
mkV1SelfSubjectAccessReview Source #
Construct a value of type V1SelfSubjectAccessReview
(by applying it's required fields, if any)
mkV1SelfSubjectAccessReviewSpec :: V1SelfSubjectAccessReviewSpec Source #
Construct a value of type V1SelfSubjectAccessReviewSpec
(by applying it's required fields, if any)
mkV1SelfSubjectRulesReview Source #
Construct a value of type V1SelfSubjectRulesReview
(by applying it's required fields, if any)
mkV1SelfSubjectRulesReviewSpec :: V1SelfSubjectRulesReviewSpec Source #
Construct a value of type V1SelfSubjectRulesReviewSpec
(by applying it's required fields, if any)
mkV1ServerAddressByClientCIDR Source #
Arguments
:: Text |
|
-> Text |
|
-> V1ServerAddressByClientCIDR |
Construct a value of type V1ServerAddressByClientCIDR
(by applying it's required fields, if any)
mkV1Service :: V1Service Source #
Construct a value of type V1Service
(by applying it's required fields, if any)
mkV1ServiceAccount :: V1ServiceAccount Source #
Construct a value of type V1ServiceAccount
(by applying it's required fields, if any)
mkV1ServiceAccountList Source #
Arguments
:: [V1ServiceAccount] |
|
-> V1ServiceAccountList |
Construct a value of type V1ServiceAccountList
(by applying it's required fields, if any)
mkV1ServiceAccountTokenProjection Source #
Arguments
:: Text |
|
-> V1ServiceAccountTokenProjection |
Construct a value of type V1ServiceAccountTokenProjection
(by applying it's required fields, if any)
Arguments
:: [V1Service] |
|
-> V1ServiceList |
Construct a value of type V1ServiceList
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> V1ServicePort |
Construct a value of type V1ServicePort
(by applying it's required fields, if any)
mkV1ServiceSpec :: V1ServiceSpec Source #
Construct a value of type V1ServiceSpec
(by applying it's required fields, if any)
mkV1ServiceStatus :: V1ServiceStatus Source #
Construct a value of type V1ServiceStatus
(by applying it's required fields, if any)
mkV1SessionAffinityConfig :: V1SessionAffinityConfig Source #
Construct a value of type V1SessionAffinityConfig
(by applying it's required fields, if any)
mkV1StatefulSet :: V1StatefulSet Source #
Construct a value of type V1StatefulSet
(by applying it's required fields, if any)
mkV1StatefulSetCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1StatefulSetCondition |
Construct a value of type V1StatefulSetCondition
(by applying it's required fields, if any)
Arguments
:: [V1StatefulSet] | |
-> V1StatefulSetList |
Construct a value of type V1StatefulSetList
(by applying it's required fields, if any)
Arguments
:: V1LabelSelector | |
-> Text |
|
-> V1PodTemplateSpec | |
-> V1StatefulSetSpec |
Construct a value of type V1StatefulSetSpec
(by applying it's required fields, if any)
mkV1StatefulSetStatus Source #
Arguments
:: Int |
|
-> V1StatefulSetStatus |
Construct a value of type V1StatefulSetStatus
(by applying it's required fields, if any)
mkV1StatefulSetUpdateStrategy :: V1StatefulSetUpdateStrategy Source #
Construct a value of type V1StatefulSetUpdateStrategy
(by applying it's required fields, if any)
mkV1Status :: V1Status Source #
Construct a value of type V1Status
(by applying it's required fields, if any)
mkV1StatusCause :: V1StatusCause Source #
Construct a value of type V1StatusCause
(by applying it's required fields, if any)
mkV1StatusDetails :: V1StatusDetails Source #
Construct a value of type V1StatusDetails
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1StorageClass |
Construct a value of type V1StorageClass
(by applying it's required fields, if any)
Arguments
:: [V1StorageClass] |
|
-> V1StorageClassList |
Construct a value of type V1StorageClassList
(by applying it's required fields, if any)
mkV1StorageOSPersistentVolumeSource :: V1StorageOSPersistentVolumeSource Source #
Construct a value of type V1StorageOSPersistentVolumeSource
(by applying it's required fields, if any)
mkV1StorageOSVolumeSource :: V1StorageOSVolumeSource Source #
Construct a value of type V1StorageOSVolumeSource
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1Subject |
Construct a value of type V1Subject
(by applying it's required fields, if any)
mkV1SubjectAccessReview Source #
Construct a value of type V1SubjectAccessReview
(by applying it's required fields, if any)
mkV1SubjectAccessReviewSpec :: V1SubjectAccessReviewSpec Source #
Construct a value of type V1SubjectAccessReviewSpec
(by applying it's required fields, if any)
mkV1SubjectAccessReviewStatus Source #
Arguments
:: Bool |
|
-> V1SubjectAccessReviewStatus |
Construct a value of type V1SubjectAccessReviewStatus
(by applying it's required fields, if any)
mkV1SubjectRulesReviewStatus Source #
Arguments
:: Bool |
|
-> [V1NonResourceRule] |
|
-> [V1ResourceRule] |
|
-> V1SubjectRulesReviewStatus |
Construct a value of type V1SubjectRulesReviewStatus
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1Sysctl |
Construct a value of type V1Sysctl
(by applying it's required fields, if any)
Arguments
:: IntOrString | |
-> V1TCPSocketAction |
Construct a value of type V1TCPSocketAction
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1Taint |
Construct a value of type V1Taint
(by applying it's required fields, if any)
Arguments
:: V1TokenRequestSpec | |
-> V1TokenRequest |
Construct a value of type V1TokenRequest
(by applying it's required fields, if any)
Arguments
:: [Text] |
|
-> V1TokenRequestSpec |
Construct a value of type V1TokenRequestSpec
(by applying it's required fields, if any)
mkV1TokenRequestStatus Source #
Arguments
:: DateTime |
|
-> Text |
|
-> V1TokenRequestStatus |
Construct a value of type V1TokenRequestStatus
(by applying it's required fields, if any)
Arguments
:: V1TokenReviewSpec | |
-> V1TokenReview |
Construct a value of type V1TokenReview
(by applying it's required fields, if any)
mkV1TokenReviewSpec :: V1TokenReviewSpec Source #
Construct a value of type V1TokenReviewSpec
(by applying it's required fields, if any)
mkV1TokenReviewStatus :: V1TokenReviewStatus Source #
Construct a value of type V1TokenReviewStatus
(by applying it's required fields, if any)
mkV1Toleration :: V1Toleration Source #
Construct a value of type V1Toleration
(by applying it's required fields, if any)
mkV1TopologySelectorLabelRequirement Source #
Arguments
:: Text |
|
-> [Text] |
|
-> V1TopologySelectorLabelRequirement |
Construct a value of type V1TopologySelectorLabelRequirement
(by applying it's required fields, if any)
mkV1TopologySelectorTerm :: V1TopologySelectorTerm Source #
Construct a value of type V1TopologySelectorTerm
(by applying it's required fields, if any)
mkV1TopologySpreadConstraint Source #
Arguments
:: Int |
|
-> Text |
|
-> Text |
|
-> V1TopologySpreadConstraint |
Construct a value of type V1TopologySpreadConstraint
(by applying it's required fields, if any)
mkV1TypedLocalObjectReference Source #
Arguments
:: Text |
|
-> Text |
|
-> V1TypedLocalObjectReference |
Construct a value of type V1TypedLocalObjectReference
(by applying it's required fields, if any)
mkV1UserInfo :: V1UserInfo Source #
Construct a value of type V1UserInfo
(by applying it's required fields, if any)
mkV1ValidatingWebhook Source #
Arguments
:: [Text] |
|
-> AdmissionregistrationV1WebhookClientConfig | |
-> Text |
|
-> Text |
|
-> V1ValidatingWebhook |
Construct a value of type V1ValidatingWebhook
(by applying it's required fields, if any)
mkV1ValidatingWebhookConfiguration :: V1ValidatingWebhookConfiguration Source #
Construct a value of type V1ValidatingWebhookConfiguration
(by applying it's required fields, if any)
mkV1ValidatingWebhookConfigurationList Source #
Arguments
:: [V1ValidatingWebhookConfiguration] |
|
-> V1ValidatingWebhookConfigurationList |
Construct a value of type V1ValidatingWebhookConfigurationList
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1Volume |
Construct a value of type V1Volume
(by applying it's required fields, if any)
Arguments
:: V1VolumeAttachmentSpec | |
-> V1VolumeAttachment |
Construct a value of type V1VolumeAttachment
(by applying it's required fields, if any)
mkV1VolumeAttachmentList Source #
Arguments
:: [V1VolumeAttachment] |
|
-> V1VolumeAttachmentList |
Construct a value of type V1VolumeAttachmentList
(by applying it's required fields, if any)
mkV1VolumeAttachmentSource :: V1VolumeAttachmentSource Source #
Construct a value of type V1VolumeAttachmentSource
(by applying it's required fields, if any)
mkV1VolumeAttachmentSpec Source #
Arguments
:: Text |
|
-> Text |
|
-> V1VolumeAttachmentSource | |
-> V1VolumeAttachmentSpec |
Construct a value of type V1VolumeAttachmentSpec
(by applying it's required fields, if any)
mkV1VolumeAttachmentStatus Source #
Arguments
:: Bool |
|
-> V1VolumeAttachmentStatus |
Construct a value of type V1VolumeAttachmentStatus
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1VolumeDevice |
Construct a value of type V1VolumeDevice
(by applying it's required fields, if any)
mkV1VolumeError :: V1VolumeError Source #
Construct a value of type V1VolumeError
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1VolumeMount |
Construct a value of type V1VolumeMount
(by applying it's required fields, if any)
mkV1VolumeNodeAffinity :: V1VolumeNodeAffinity Source #
Construct a value of type V1VolumeNodeAffinity
(by applying it's required fields, if any)
mkV1VolumeProjection :: V1VolumeProjection Source #
Construct a value of type V1VolumeProjection
(by applying it's required fields, if any)
mkV1VsphereVirtualDiskVolumeSource Source #
Arguments
:: Text |
|
-> V1VsphereVirtualDiskVolumeSource |
Construct a value of type V1VsphereVirtualDiskVolumeSource
(by applying it's required fields, if any)
Arguments
:: Value |
|
-> Text | |
-> V1WatchEvent |
Construct a value of type V1WatchEvent
(by applying it's required fields, if any)
mkV1WebhookConversion Source #
Arguments
:: [Text] |
|
-> V1WebhookConversion |
Construct a value of type V1WebhookConversion
(by applying it's required fields, if any)
mkV1WeightedPodAffinityTerm Source #
Arguments
:: V1PodAffinityTerm | |
-> Int |
|
-> V1WeightedPodAffinityTerm |
Construct a value of type V1WeightedPodAffinityTerm
(by applying it's required fields, if any)
mkV1WindowsSecurityContextOptions :: V1WindowsSecurityContextOptions Source #
Construct a value of type V1WindowsSecurityContextOptions
(by applying it's required fields, if any)
mkV1alpha1AggregationRule :: V1alpha1AggregationRule Source #
Construct a value of type V1alpha1AggregationRule
(by applying it's required fields, if any)
mkV1alpha1AuditSink :: V1alpha1AuditSink Source #
Construct a value of type V1alpha1AuditSink
(by applying it's required fields, if any)
mkV1alpha1AuditSinkList Source #
Arguments
:: [V1alpha1AuditSink] |
|
-> V1alpha1AuditSinkList |
Construct a value of type V1alpha1AuditSinkList
(by applying it's required fields, if any)
mkV1alpha1AuditSinkSpec Source #
Arguments
:: V1alpha1Policy | |
-> V1alpha1Webhook | |
-> V1alpha1AuditSinkSpec |
Construct a value of type V1alpha1AuditSinkSpec
(by applying it's required fields, if any)
mkV1alpha1ClusterRole :: V1alpha1ClusterRole Source #
Construct a value of type V1alpha1ClusterRole
(by applying it's required fields, if any)
mkV1alpha1ClusterRoleBinding Source #
Construct a value of type V1alpha1ClusterRoleBinding
(by applying it's required fields, if any)
mkV1alpha1ClusterRoleBindingList Source #
Arguments
:: [V1alpha1ClusterRoleBinding] |
|
-> V1alpha1ClusterRoleBindingList |
Construct a value of type V1alpha1ClusterRoleBindingList
(by applying it's required fields, if any)
mkV1alpha1ClusterRoleList Source #
Arguments
:: [V1alpha1ClusterRole] |
|
-> V1alpha1ClusterRoleList |
Construct a value of type V1alpha1ClusterRoleList
(by applying it's required fields, if any)
Arguments
:: [Text] |
|
-> V1alpha1Endpoint |
Construct a value of type V1alpha1Endpoint
(by applying it's required fields, if any)
mkV1alpha1EndpointConditions :: V1alpha1EndpointConditions Source #
Construct a value of type V1alpha1EndpointConditions
(by applying it's required fields, if any)
mkV1alpha1EndpointPort :: V1alpha1EndpointPort Source #
Construct a value of type V1alpha1EndpointPort
(by applying it's required fields, if any)
mkV1alpha1EndpointSlice Source #
Arguments
:: [V1alpha1Endpoint] |
|
-> V1alpha1EndpointSlice |
Construct a value of type V1alpha1EndpointSlice
(by applying it's required fields, if any)
mkV1alpha1EndpointSliceList Source #
Arguments
:: [V1alpha1EndpointSlice] |
|
-> V1alpha1EndpointSliceList |
Construct a value of type V1alpha1EndpointSliceList
(by applying it's required fields, if any)
mkV1alpha1Overhead :: V1alpha1Overhead Source #
Construct a value of type V1alpha1Overhead
(by applying it's required fields, if any)
mkV1alpha1PodPreset :: V1alpha1PodPreset Source #
Construct a value of type V1alpha1PodPreset
(by applying it's required fields, if any)
mkV1alpha1PodPresetList Source #
Arguments
:: [V1alpha1PodPreset] |
|
-> V1alpha1PodPresetList |
Construct a value of type V1alpha1PodPresetList
(by applying it's required fields, if any)
mkV1alpha1PodPresetSpec :: V1alpha1PodPresetSpec Source #
Construct a value of type V1alpha1PodPresetSpec
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1alpha1Policy |
Construct a value of type V1alpha1Policy
(by applying it's required fields, if any)
Arguments
:: [Text] |
|
-> V1alpha1PolicyRule |
Construct a value of type V1alpha1PolicyRule
(by applying it's required fields, if any)
mkV1alpha1PriorityClass Source #
Arguments
:: Int |
|
-> V1alpha1PriorityClass |
Construct a value of type V1alpha1PriorityClass
(by applying it's required fields, if any)
mkV1alpha1PriorityClassList Source #
Arguments
:: [V1alpha1PriorityClass] |
|
-> V1alpha1PriorityClassList |
Construct a value of type V1alpha1PriorityClassList
(by applying it's required fields, if any)
mkV1alpha1Role :: V1alpha1Role Source #
Construct a value of type V1alpha1Role
(by applying it's required fields, if any)
mkV1alpha1RoleBinding Source #
Arguments
:: V1alpha1RoleRef | |
-> V1alpha1RoleBinding |
Construct a value of type V1alpha1RoleBinding
(by applying it's required fields, if any)
mkV1alpha1RoleBindingList Source #
Arguments
:: [V1alpha1RoleBinding] |
|
-> V1alpha1RoleBindingList |
Construct a value of type V1alpha1RoleBindingList
(by applying it's required fields, if any)
Arguments
:: [V1alpha1Role] |
|
-> V1alpha1RoleList |
Construct a value of type V1alpha1RoleList
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> Text |
|
-> V1alpha1RoleRef |
Construct a value of type V1alpha1RoleRef
(by applying it's required fields, if any)
mkV1alpha1RuntimeClass Source #
Construct a value of type V1alpha1RuntimeClass
(by applying it's required fields, if any)
mkV1alpha1RuntimeClassList Source #
Arguments
:: [V1alpha1RuntimeClass] |
|
-> V1alpha1RuntimeClassList |
Construct a value of type V1alpha1RuntimeClassList
(by applying it's required fields, if any)
mkV1alpha1RuntimeClassSpec Source #
Arguments
:: Text |
|
-> V1alpha1RuntimeClassSpec |
Construct a value of type V1alpha1RuntimeClassSpec
(by applying it's required fields, if any)
mkV1alpha1Scheduling :: V1alpha1Scheduling Source #
Construct a value of type V1alpha1Scheduling
(by applying it's required fields, if any)
mkV1alpha1ServiceReference Source #
Arguments
:: Text |
|
-> Text |
|
-> V1alpha1ServiceReference |
Construct a value of type V1alpha1ServiceReference
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1alpha1Subject |
Construct a value of type V1alpha1Subject
(by applying it's required fields, if any)
mkV1alpha1VolumeAttachment Source #
Construct a value of type V1alpha1VolumeAttachment
(by applying it's required fields, if any)
mkV1alpha1VolumeAttachmentList Source #
Arguments
:: [V1alpha1VolumeAttachment] |
|
-> V1alpha1VolumeAttachmentList |
Construct a value of type V1alpha1VolumeAttachmentList
(by applying it's required fields, if any)
mkV1alpha1VolumeAttachmentSource :: V1alpha1VolumeAttachmentSource Source #
Construct a value of type V1alpha1VolumeAttachmentSource
(by applying it's required fields, if any)
mkV1alpha1VolumeAttachmentSpec Source #
Arguments
:: Text |
|
-> Text |
|
-> V1alpha1VolumeAttachmentSource | |
-> V1alpha1VolumeAttachmentSpec |
Construct a value of type V1alpha1VolumeAttachmentSpec
(by applying it's required fields, if any)
mkV1alpha1VolumeAttachmentStatus Source #
Arguments
:: Bool |
|
-> V1alpha1VolumeAttachmentStatus |
Construct a value of type V1alpha1VolumeAttachmentStatus
(by applying it's required fields, if any)
mkV1alpha1VolumeError :: V1alpha1VolumeError Source #
Construct a value of type V1alpha1VolumeError
(by applying it's required fields, if any)
Construct a value of type V1alpha1Webhook
(by applying it's required fields, if any)
mkV1alpha1WebhookClientConfig :: V1alpha1WebhookClientConfig Source #
Construct a value of type V1alpha1WebhookClientConfig
(by applying it's required fields, if any)
mkV1alpha1WebhookThrottleConfig :: V1alpha1WebhookThrottleConfig Source #
Construct a value of type V1alpha1WebhookThrottleConfig
(by applying it's required fields, if any)
mkV1beta1APIService :: V1beta1APIService Source #
Construct a value of type V1beta1APIService
(by applying it's required fields, if any)
mkV1beta1APIServiceCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta1APIServiceCondition |
Construct a value of type V1beta1APIServiceCondition
(by applying it's required fields, if any)
mkV1beta1APIServiceList Source #
Arguments
:: [V1beta1APIService] | |
-> V1beta1APIServiceList |
Construct a value of type V1beta1APIServiceList
(by applying it's required fields, if any)
mkV1beta1APIServiceSpec Source #
Arguments
:: Int |
|
-> ApiregistrationV1beta1ServiceReference | |
-> Int |
|
-> V1beta1APIServiceSpec |
Construct a value of type V1beta1APIServiceSpec
(by applying it's required fields, if any)
mkV1beta1APIServiceStatus :: V1beta1APIServiceStatus Source #
Construct a value of type V1beta1APIServiceStatus
(by applying it's required fields, if any)
mkV1beta1AggregationRule :: V1beta1AggregationRule Source #
Construct a value of type V1beta1AggregationRule
(by applying it's required fields, if any)
Arguments
:: V1beta1CSIDriverSpec | |
-> V1beta1CSIDriver |
Construct a value of type V1beta1CSIDriver
(by applying it's required fields, if any)
mkV1beta1CSIDriverList Source #
Arguments
:: [V1beta1CSIDriver] |
|
-> V1beta1CSIDriverList |
Construct a value of type V1beta1CSIDriverList
(by applying it's required fields, if any)
mkV1beta1CSIDriverSpec :: V1beta1CSIDriverSpec Source #
Construct a value of type V1beta1CSIDriverSpec
(by applying it's required fields, if any)
Arguments
:: V1beta1CSINodeSpec | |
-> V1beta1CSINode |
Construct a value of type V1beta1CSINode
(by applying it's required fields, if any)
mkV1beta1CSINodeDriver Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta1CSINodeDriver |
Construct a value of type V1beta1CSINodeDriver
(by applying it's required fields, if any)
Arguments
:: [V1beta1CSINode] |
|
-> V1beta1CSINodeList |
Construct a value of type V1beta1CSINodeList
(by applying it's required fields, if any)
Arguments
:: [V1beta1CSINodeDriver] |
|
-> V1beta1CSINodeSpec |
Construct a value of type V1beta1CSINodeSpec
(by applying it's required fields, if any)
mkV1beta1CertificateSigningRequest :: V1beta1CertificateSigningRequest Source #
Construct a value of type V1beta1CertificateSigningRequest
(by applying it's required fields, if any)
mkV1beta1CertificateSigningRequestCondition Source #
Arguments
:: Text |
|
-> V1beta1CertificateSigningRequestCondition |
Construct a value of type V1beta1CertificateSigningRequestCondition
(by applying it's required fields, if any)
mkV1beta1CertificateSigningRequestList Source #
Arguments
:: [V1beta1CertificateSigningRequest] | |
-> V1beta1CertificateSigningRequestList |
Construct a value of type V1beta1CertificateSigningRequestList
(by applying it's required fields, if any)
mkV1beta1CertificateSigningRequestSpec Source #
Arguments
:: ByteArray |
|
-> V1beta1CertificateSigningRequestSpec |
Construct a value of type V1beta1CertificateSigningRequestSpec
(by applying it's required fields, if any)
mkV1beta1CertificateSigningRequestStatus :: V1beta1CertificateSigningRequestStatus Source #
Construct a value of type V1beta1CertificateSigningRequestStatus
(by applying it's required fields, if any)
mkV1beta1ClusterRole :: V1beta1ClusterRole Source #
Construct a value of type V1beta1ClusterRole
(by applying it's required fields, if any)
mkV1beta1ClusterRoleBinding Source #
Construct a value of type V1beta1ClusterRoleBinding
(by applying it's required fields, if any)
mkV1beta1ClusterRoleBindingList Source #
Arguments
:: [V1beta1ClusterRoleBinding] |
|
-> V1beta1ClusterRoleBindingList |
Construct a value of type V1beta1ClusterRoleBindingList
(by applying it's required fields, if any)
mkV1beta1ClusterRoleList Source #
Arguments
:: [V1beta1ClusterRole] |
|
-> V1beta1ClusterRoleList |
Construct a value of type V1beta1ClusterRoleList
(by applying it's required fields, if any)
mkV1beta1ControllerRevision Source #
Arguments
:: Integer |
|
-> V1beta1ControllerRevision |
Construct a value of type V1beta1ControllerRevision
(by applying it's required fields, if any)
mkV1beta1ControllerRevisionList Source #
Arguments
:: [V1beta1ControllerRevision] |
|
-> V1beta1ControllerRevisionList |
Construct a value of type V1beta1ControllerRevisionList
(by applying it's required fields, if any)
mkV1beta1CronJob :: V1beta1CronJob Source #
Construct a value of type V1beta1CronJob
(by applying it's required fields, if any)
Arguments
:: [V1beta1CronJob] |
|
-> V1beta1CronJobList |
Construct a value of type V1beta1CronJobList
(by applying it's required fields, if any)
Arguments
:: V1beta1JobTemplateSpec | |
-> Text |
|
-> V1beta1CronJobSpec |
Construct a value of type V1beta1CronJobSpec
(by applying it's required fields, if any)
mkV1beta1CronJobStatus :: V1beta1CronJobStatus Source #
Construct a value of type V1beta1CronJobStatus
(by applying it's required fields, if any)
mkV1beta1CustomResourceColumnDefinition Source #
Arguments
:: Text |
|
-> Text |
|
-> Text |
|
-> V1beta1CustomResourceColumnDefinition |
Construct a value of type V1beta1CustomResourceColumnDefinition
(by applying it's required fields, if any)
mkV1beta1CustomResourceConversion Source #
Arguments
:: Text |
|
-> V1beta1CustomResourceConversion |
Construct a value of type V1beta1CustomResourceConversion
(by applying it's required fields, if any)
mkV1beta1CustomResourceDefinition Source #
Construct a value of type V1beta1CustomResourceDefinition
(by applying it's required fields, if any)
mkV1beta1CustomResourceDefinitionCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta1CustomResourceDefinitionCondition |
Construct a value of type V1beta1CustomResourceDefinitionCondition
(by applying it's required fields, if any)
mkV1beta1CustomResourceDefinitionList Source #
Arguments
:: [V1beta1CustomResourceDefinition] |
|
-> V1beta1CustomResourceDefinitionList |
Construct a value of type V1beta1CustomResourceDefinitionList
(by applying it's required fields, if any)
mkV1beta1CustomResourceDefinitionNames Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta1CustomResourceDefinitionNames |
Construct a value of type V1beta1CustomResourceDefinitionNames
(by applying it's required fields, if any)
mkV1beta1CustomResourceDefinitionSpec Source #
Arguments
:: Text |
|
-> V1beta1CustomResourceDefinitionNames | |
-> Text |
|
-> V1beta1CustomResourceDefinitionSpec |
Construct a value of type V1beta1CustomResourceDefinitionSpec
(by applying it's required fields, if any)
mkV1beta1CustomResourceDefinitionStatus Source #
Arguments
:: V1beta1CustomResourceDefinitionNames | |
-> [Text] |
|
-> V1beta1CustomResourceDefinitionStatus |
Construct a value of type V1beta1CustomResourceDefinitionStatus
(by applying it's required fields, if any)
mkV1beta1CustomResourceDefinitionVersion Source #
Arguments
:: Text |
|
-> Bool |
|
-> Bool |
|
-> V1beta1CustomResourceDefinitionVersion |
Construct a value of type V1beta1CustomResourceDefinitionVersion
(by applying it's required fields, if any)
mkV1beta1CustomResourceSubresourceScale Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta1CustomResourceSubresourceScale |
Construct a value of type V1beta1CustomResourceSubresourceScale
(by applying it's required fields, if any)
mkV1beta1CustomResourceSubresources :: V1beta1CustomResourceSubresources Source #
Construct a value of type V1beta1CustomResourceSubresources
(by applying it's required fields, if any)
mkV1beta1CustomResourceValidation :: V1beta1CustomResourceValidation Source #
Construct a value of type V1beta1CustomResourceValidation
(by applying it's required fields, if any)
mkV1beta1DaemonSet :: V1beta1DaemonSet Source #
Construct a value of type V1beta1DaemonSet
(by applying it's required fields, if any)
mkV1beta1DaemonSetCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta1DaemonSetCondition |
Construct a value of type V1beta1DaemonSetCondition
(by applying it's required fields, if any)
mkV1beta1DaemonSetList Source #
Arguments
:: [V1beta1DaemonSet] |
|
-> V1beta1DaemonSetList |
Construct a value of type V1beta1DaemonSetList
(by applying it's required fields, if any)
mkV1beta1DaemonSetSpec Source #
Construct a value of type V1beta1DaemonSetSpec
(by applying it's required fields, if any)
mkV1beta1DaemonSetStatus Source #
Arguments
:: Int |
|
-> Int |
|
-> Int |
|
-> Int |
|
-> V1beta1DaemonSetStatus |
Construct a value of type V1beta1DaemonSetStatus
(by applying it's required fields, if any)
mkV1beta1DaemonSetUpdateStrategy :: V1beta1DaemonSetUpdateStrategy Source #
Construct a value of type V1beta1DaemonSetUpdateStrategy
(by applying it's required fields, if any)
Arguments
:: DateTime |
|
-> V1beta1Event |
Construct a value of type V1beta1Event
(by applying it's required fields, if any)
Arguments
:: [V1beta1Event] |
|
-> V1beta1EventList |
Construct a value of type V1beta1EventList
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> DateTime |
|
-> Text |
|
-> V1beta1EventSeries |
Construct a value of type V1beta1EventSeries
(by applying it's required fields, if any)
mkV1beta1Eviction :: V1beta1Eviction Source #
Construct a value of type V1beta1Eviction
(by applying it's required fields, if any)
mkV1beta1ExternalDocumentation :: V1beta1ExternalDocumentation Source #
Construct a value of type V1beta1ExternalDocumentation
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V1beta1IPBlock |
Construct a value of type V1beta1IPBlock
(by applying it's required fields, if any)
mkV1beta1JSONSchemaProps :: V1beta1JSONSchemaProps Source #
Construct a value of type V1beta1JSONSchemaProps
(by applying it's required fields, if any)
mkV1beta1JobTemplateSpec :: V1beta1JobTemplateSpec Source #
Construct a value of type V1beta1JobTemplateSpec
(by applying it's required fields, if any)
mkV1beta1Lease :: V1beta1Lease Source #
Construct a value of type V1beta1Lease
(by applying it's required fields, if any)
Arguments
:: [V1beta1Lease] |
|
-> V1beta1LeaseList |
Construct a value of type V1beta1LeaseList
(by applying it's required fields, if any)
mkV1beta1LeaseSpec :: V1beta1LeaseSpec Source #
Construct a value of type V1beta1LeaseSpec
(by applying it's required fields, if any)
mkV1beta1LocalSubjectAccessReview Source #
Construct a value of type V1beta1LocalSubjectAccessReview
(by applying it's required fields, if any)
mkV1beta1MutatingWebhook Source #
Arguments
:: AdmissionregistrationV1beta1WebhookClientConfig | |
-> Text |
|
-> V1beta1MutatingWebhook |
Construct a value of type V1beta1MutatingWebhook
(by applying it's required fields, if any)
mkV1beta1MutatingWebhookConfiguration :: V1beta1MutatingWebhookConfiguration Source #
Construct a value of type V1beta1MutatingWebhookConfiguration
(by applying it's required fields, if any)
mkV1beta1MutatingWebhookConfigurationList Source #
Arguments
:: [V1beta1MutatingWebhookConfiguration] |
|
-> V1beta1MutatingWebhookConfigurationList |
Construct a value of type V1beta1MutatingWebhookConfigurationList
(by applying it's required fields, if any)
mkV1beta1NetworkPolicy :: V1beta1NetworkPolicy Source #
Construct a value of type V1beta1NetworkPolicy
(by applying it's required fields, if any)
mkV1beta1NetworkPolicyEgressRule :: V1beta1NetworkPolicyEgressRule Source #
Construct a value of type V1beta1NetworkPolicyEgressRule
(by applying it's required fields, if any)
mkV1beta1NetworkPolicyIngressRule :: V1beta1NetworkPolicyIngressRule Source #
Construct a value of type V1beta1NetworkPolicyIngressRule
(by applying it's required fields, if any)
mkV1beta1NetworkPolicyList Source #
Arguments
:: [V1beta1NetworkPolicy] |
|
-> V1beta1NetworkPolicyList |
Construct a value of type V1beta1NetworkPolicyList
(by applying it's required fields, if any)
mkV1beta1NetworkPolicyPeer :: V1beta1NetworkPolicyPeer Source #
Construct a value of type V1beta1NetworkPolicyPeer
(by applying it's required fields, if any)
mkV1beta1NetworkPolicyPort :: V1beta1NetworkPolicyPort Source #
Construct a value of type V1beta1NetworkPolicyPort
(by applying it's required fields, if any)
mkV1beta1NetworkPolicySpec Source #
Construct a value of type V1beta1NetworkPolicySpec
(by applying it's required fields, if any)
mkV1beta1NonResourceAttributes :: V1beta1NonResourceAttributes Source #
Construct a value of type V1beta1NonResourceAttributes
(by applying it's required fields, if any)
mkV1beta1NonResourceRule Source #
Arguments
:: [Text] |
|
-> V1beta1NonResourceRule |
Construct a value of type V1beta1NonResourceRule
(by applying it's required fields, if any)
mkV1beta1Overhead :: V1beta1Overhead Source #
Construct a value of type V1beta1Overhead
(by applying it's required fields, if any)
mkV1beta1PodDisruptionBudget :: V1beta1PodDisruptionBudget Source #
Construct a value of type V1beta1PodDisruptionBudget
(by applying it's required fields, if any)
mkV1beta1PodDisruptionBudgetList Source #
Arguments
:: [V1beta1PodDisruptionBudget] | |
-> V1beta1PodDisruptionBudgetList |
Construct a value of type V1beta1PodDisruptionBudgetList
(by applying it's required fields, if any)
mkV1beta1PodDisruptionBudgetSpec :: V1beta1PodDisruptionBudgetSpec Source #
Construct a value of type V1beta1PodDisruptionBudgetSpec
(by applying it's required fields, if any)
mkV1beta1PodDisruptionBudgetStatus Source #
Arguments
:: Int |
|
-> Int |
|
-> Int |
|
-> Int |
|
-> V1beta1PodDisruptionBudgetStatus |
Construct a value of type V1beta1PodDisruptionBudgetStatus
(by applying it's required fields, if any)
Arguments
:: [Text] |
|
-> V1beta1PolicyRule |
Construct a value of type V1beta1PolicyRule
(by applying it's required fields, if any)
mkV1beta1PriorityClass Source #
Arguments
:: Int |
|
-> V1beta1PriorityClass |
Construct a value of type V1beta1PriorityClass
(by applying it's required fields, if any)
mkV1beta1PriorityClassList Source #
Arguments
:: [V1beta1PriorityClass] |
|
-> V1beta1PriorityClassList |
Construct a value of type V1beta1PriorityClassList
(by applying it's required fields, if any)
mkV1beta1ReplicaSet :: V1beta1ReplicaSet Source #
Construct a value of type V1beta1ReplicaSet
(by applying it's required fields, if any)
mkV1beta1ReplicaSetCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta1ReplicaSetCondition |
Construct a value of type V1beta1ReplicaSetCondition
(by applying it's required fields, if any)
mkV1beta1ReplicaSetList Source #
Arguments
:: [V1beta1ReplicaSet] |
|
-> V1beta1ReplicaSetList |
Construct a value of type V1beta1ReplicaSetList
(by applying it's required fields, if any)
mkV1beta1ReplicaSetSpec :: V1beta1ReplicaSetSpec Source #
Construct a value of type V1beta1ReplicaSetSpec
(by applying it's required fields, if any)
mkV1beta1ReplicaSetStatus Source #
Arguments
:: Int |
|
-> V1beta1ReplicaSetStatus |
Construct a value of type V1beta1ReplicaSetStatus
(by applying it's required fields, if any)
mkV1beta1ResourceAttributes :: V1beta1ResourceAttributes Source #
Construct a value of type V1beta1ResourceAttributes
(by applying it's required fields, if any)
mkV1beta1ResourceRule Source #
Arguments
:: [Text] |
|
-> V1beta1ResourceRule |
Construct a value of type V1beta1ResourceRule
(by applying it's required fields, if any)
mkV1beta1Role :: V1beta1Role Source #
Construct a value of type V1beta1Role
(by applying it's required fields, if any)
Arguments
:: V1beta1RoleRef | |
-> V1beta1RoleBinding |
Construct a value of type V1beta1RoleBinding
(by applying it's required fields, if any)
mkV1beta1RoleBindingList Source #
Arguments
:: [V1beta1RoleBinding] |
|
-> V1beta1RoleBindingList |
Construct a value of type V1beta1RoleBindingList
(by applying it's required fields, if any)
Arguments
:: [V1beta1Role] |
|
-> V1beta1RoleList |
Construct a value of type V1beta1RoleList
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> Text |
|
-> V1beta1RoleRef |
Construct a value of type V1beta1RoleRef
(by applying it's required fields, if any)
mkV1beta1RollingUpdateDaemonSet :: V1beta1RollingUpdateDaemonSet Source #
Construct a value of type V1beta1RollingUpdateDaemonSet
(by applying it's required fields, if any)
mkV1beta1RollingUpdateStatefulSetStrategy :: V1beta1RollingUpdateStatefulSetStrategy Source #
Construct a value of type V1beta1RollingUpdateStatefulSetStrategy
(by applying it's required fields, if any)
mkV1beta1RuleWithOperations :: V1beta1RuleWithOperations Source #
Construct a value of type V1beta1RuleWithOperations
(by applying it's required fields, if any)
mkV1beta1RuntimeClass Source #
Arguments
:: Text |
|
-> V1beta1RuntimeClass |
Construct a value of type V1beta1RuntimeClass
(by applying it's required fields, if any)
mkV1beta1RuntimeClassList Source #
Arguments
:: [V1beta1RuntimeClass] |
|
-> V1beta1RuntimeClassList |
Construct a value of type V1beta1RuntimeClassList
(by applying it's required fields, if any)
mkV1beta1Scheduling :: V1beta1Scheduling Source #
Construct a value of type V1beta1Scheduling
(by applying it's required fields, if any)
mkV1beta1SelfSubjectAccessReview Source #
Construct a value of type V1beta1SelfSubjectAccessReview
(by applying it's required fields, if any)
mkV1beta1SelfSubjectAccessReviewSpec :: V1beta1SelfSubjectAccessReviewSpec Source #
Construct a value of type V1beta1SelfSubjectAccessReviewSpec
(by applying it's required fields, if any)
mkV1beta1SelfSubjectRulesReview Source #
Construct a value of type V1beta1SelfSubjectRulesReview
(by applying it's required fields, if any)
mkV1beta1SelfSubjectRulesReviewSpec :: V1beta1SelfSubjectRulesReviewSpec Source #
Construct a value of type V1beta1SelfSubjectRulesReviewSpec
(by applying it's required fields, if any)
mkV1beta1StatefulSet :: V1beta1StatefulSet Source #
Construct a value of type V1beta1StatefulSet
(by applying it's required fields, if any)
mkV1beta1StatefulSetCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta1StatefulSetCondition |
Construct a value of type V1beta1StatefulSetCondition
(by applying it's required fields, if any)
mkV1beta1StatefulSetList Source #
Arguments
:: [V1beta1StatefulSet] | |
-> V1beta1StatefulSetList |
Construct a value of type V1beta1StatefulSetList
(by applying it's required fields, if any)
mkV1beta1StatefulSetSpec Source #
Arguments
:: Text |
|
-> V1PodTemplateSpec | |
-> V1beta1StatefulSetSpec |
Construct a value of type V1beta1StatefulSetSpec
(by applying it's required fields, if any)
mkV1beta1StatefulSetStatus Source #
Arguments
:: Int |
|
-> V1beta1StatefulSetStatus |
Construct a value of type V1beta1StatefulSetStatus
(by applying it's required fields, if any)
mkV1beta1StatefulSetUpdateStrategy :: V1beta1StatefulSetUpdateStrategy Source #
Construct a value of type V1beta1StatefulSetUpdateStrategy
(by applying it's required fields, if any)
mkV1beta1StorageClass Source #
Arguments
:: Text |
|
-> V1beta1StorageClass |
Construct a value of type V1beta1StorageClass
(by applying it's required fields, if any)
mkV1beta1StorageClassList Source #
Arguments
:: [V1beta1StorageClass] |
|
-> V1beta1StorageClassList |
Construct a value of type V1beta1StorageClassList
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> Text |
|
-> V1beta1Subject |
Construct a value of type V1beta1Subject
(by applying it's required fields, if any)
mkV1beta1SubjectAccessReview Source #
Arguments
:: V1beta1SubjectAccessReviewSpec | |
-> V1beta1SubjectAccessReview |
Construct a value of type V1beta1SubjectAccessReview
(by applying it's required fields, if any)
mkV1beta1SubjectAccessReviewSpec :: V1beta1SubjectAccessReviewSpec Source #
Construct a value of type V1beta1SubjectAccessReviewSpec
(by applying it's required fields, if any)
mkV1beta1SubjectAccessReviewStatus Source #
Arguments
:: Bool |
|
-> V1beta1SubjectAccessReviewStatus |
Construct a value of type V1beta1SubjectAccessReviewStatus
(by applying it's required fields, if any)
mkV1beta1SubjectRulesReviewStatus Source #
Arguments
:: Bool |
|
-> [V1beta1NonResourceRule] |
|
-> [V1beta1ResourceRule] |
|
-> V1beta1SubjectRulesReviewStatus |
Construct a value of type V1beta1SubjectRulesReviewStatus
(by applying it's required fields, if any)
Arguments
:: V1beta1TokenReviewSpec | |
-> V1beta1TokenReview |
Construct a value of type V1beta1TokenReview
(by applying it's required fields, if any)
mkV1beta1TokenReviewSpec :: V1beta1TokenReviewSpec Source #
Construct a value of type V1beta1TokenReviewSpec
(by applying it's required fields, if any)
mkV1beta1TokenReviewStatus :: V1beta1TokenReviewStatus Source #
Construct a value of type V1beta1TokenReviewStatus
(by applying it's required fields, if any)
mkV1beta1UserInfo :: V1beta1UserInfo Source #
Construct a value of type V1beta1UserInfo
(by applying it's required fields, if any)
mkV1beta1ValidatingWebhook Source #
Arguments
:: AdmissionregistrationV1beta1WebhookClientConfig | |
-> Text |
|
-> V1beta1ValidatingWebhook |
Construct a value of type V1beta1ValidatingWebhook
(by applying it's required fields, if any)
mkV1beta1ValidatingWebhookConfiguration :: V1beta1ValidatingWebhookConfiguration Source #
Construct a value of type V1beta1ValidatingWebhookConfiguration
(by applying it's required fields, if any)
mkV1beta1ValidatingWebhookConfigurationList Source #
Arguments
:: [V1beta1ValidatingWebhookConfiguration] |
|
-> V1beta1ValidatingWebhookConfigurationList |
Construct a value of type V1beta1ValidatingWebhookConfigurationList
(by applying it's required fields, if any)
mkV1beta1VolumeAttachment Source #
Construct a value of type V1beta1VolumeAttachment
(by applying it's required fields, if any)
mkV1beta1VolumeAttachmentList Source #
Arguments
:: [V1beta1VolumeAttachment] |
|
-> V1beta1VolumeAttachmentList |
Construct a value of type V1beta1VolumeAttachmentList
(by applying it's required fields, if any)
mkV1beta1VolumeAttachmentSource :: V1beta1VolumeAttachmentSource Source #
Construct a value of type V1beta1VolumeAttachmentSource
(by applying it's required fields, if any)
mkV1beta1VolumeAttachmentSpec Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta1VolumeAttachmentSource | |
-> V1beta1VolumeAttachmentSpec |
Construct a value of type V1beta1VolumeAttachmentSpec
(by applying it's required fields, if any)
mkV1beta1VolumeAttachmentStatus Source #
Arguments
:: Bool |
|
-> V1beta1VolumeAttachmentStatus |
Construct a value of type V1beta1VolumeAttachmentStatus
(by applying it's required fields, if any)
mkV1beta1VolumeError :: V1beta1VolumeError Source #
Construct a value of type V1beta1VolumeError
(by applying it's required fields, if any)
mkV1beta1VolumeNodeResources :: V1beta1VolumeNodeResources Source #
Construct a value of type V1beta1VolumeNodeResources
(by applying it's required fields, if any)
mkV1beta2ControllerRevision Source #
Arguments
:: Integer |
|
-> V1beta2ControllerRevision |
Construct a value of type V1beta2ControllerRevision
(by applying it's required fields, if any)
mkV1beta2ControllerRevisionList Source #
Arguments
:: [V1beta2ControllerRevision] |
|
-> V1beta2ControllerRevisionList |
Construct a value of type V1beta2ControllerRevisionList
(by applying it's required fields, if any)
mkV1beta2DaemonSet :: V1beta2DaemonSet Source #
Construct a value of type V1beta2DaemonSet
(by applying it's required fields, if any)
mkV1beta2DaemonSetCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta2DaemonSetCondition |
Construct a value of type V1beta2DaemonSetCondition
(by applying it's required fields, if any)
mkV1beta2DaemonSetList Source #
Arguments
:: [V1beta2DaemonSet] |
|
-> V1beta2DaemonSetList |
Construct a value of type V1beta2DaemonSetList
(by applying it's required fields, if any)
mkV1beta2DaemonSetSpec Source #
Arguments
:: V1LabelSelector | |
-> V1PodTemplateSpec | |
-> V1beta2DaemonSetSpec |
Construct a value of type V1beta2DaemonSetSpec
(by applying it's required fields, if any)
mkV1beta2DaemonSetStatus Source #
Arguments
:: Int |
|
-> Int |
|
-> Int |
|
-> Int |
|
-> V1beta2DaemonSetStatus |
Construct a value of type V1beta2DaemonSetStatus
(by applying it's required fields, if any)
mkV1beta2DaemonSetUpdateStrategy :: V1beta2DaemonSetUpdateStrategy Source #
Construct a value of type V1beta2DaemonSetUpdateStrategy
(by applying it's required fields, if any)
mkV1beta2Deployment :: V1beta2Deployment Source #
Construct a value of type V1beta2Deployment
(by applying it's required fields, if any)
mkV1beta2DeploymentCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta2DeploymentCondition |
Construct a value of type V1beta2DeploymentCondition
(by applying it's required fields, if any)
mkV1beta2DeploymentList Source #
Arguments
:: [V1beta2Deployment] |
|
-> V1beta2DeploymentList |
Construct a value of type V1beta2DeploymentList
(by applying it's required fields, if any)
mkV1beta2DeploymentSpec Source #
Arguments
:: V1LabelSelector | |
-> V1PodTemplateSpec | |
-> V1beta2DeploymentSpec |
Construct a value of type V1beta2DeploymentSpec
(by applying it's required fields, if any)
mkV1beta2DeploymentStatus :: V1beta2DeploymentStatus Source #
Construct a value of type V1beta2DeploymentStatus
(by applying it's required fields, if any)
mkV1beta2DeploymentStrategy :: V1beta2DeploymentStrategy Source #
Construct a value of type V1beta2DeploymentStrategy
(by applying it's required fields, if any)
mkV1beta2ReplicaSet :: V1beta2ReplicaSet Source #
Construct a value of type V1beta2ReplicaSet
(by applying it's required fields, if any)
mkV1beta2ReplicaSetCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta2ReplicaSetCondition |
Construct a value of type V1beta2ReplicaSetCondition
(by applying it's required fields, if any)
mkV1beta2ReplicaSetList Source #
Arguments
:: [V1beta2ReplicaSet] |
|
-> V1beta2ReplicaSetList |
Construct a value of type V1beta2ReplicaSetList
(by applying it's required fields, if any)
mkV1beta2ReplicaSetSpec Source #
Construct a value of type V1beta2ReplicaSetSpec
(by applying it's required fields, if any)
mkV1beta2ReplicaSetStatus Source #
Arguments
:: Int |
|
-> V1beta2ReplicaSetStatus |
Construct a value of type V1beta2ReplicaSetStatus
(by applying it's required fields, if any)
mkV1beta2RollingUpdateDaemonSet :: V1beta2RollingUpdateDaemonSet Source #
Construct a value of type V1beta2RollingUpdateDaemonSet
(by applying it's required fields, if any)
mkV1beta2RollingUpdateDeployment :: V1beta2RollingUpdateDeployment Source #
Construct a value of type V1beta2RollingUpdateDeployment
(by applying it's required fields, if any)
mkV1beta2RollingUpdateStatefulSetStrategy :: V1beta2RollingUpdateStatefulSetStrategy Source #
Construct a value of type V1beta2RollingUpdateStatefulSetStrategy
(by applying it's required fields, if any)
mkV1beta2Scale :: V1beta2Scale Source #
Construct a value of type V1beta2Scale
(by applying it's required fields, if any)
mkV1beta2ScaleSpec :: V1beta2ScaleSpec Source #
Construct a value of type V1beta2ScaleSpec
(by applying it's required fields, if any)
Arguments
:: Int |
|
-> V1beta2ScaleStatus |
Construct a value of type V1beta2ScaleStatus
(by applying it's required fields, if any)
mkV1beta2StatefulSet :: V1beta2StatefulSet Source #
Construct a value of type V1beta2StatefulSet
(by applying it's required fields, if any)
mkV1beta2StatefulSetCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V1beta2StatefulSetCondition |
Construct a value of type V1beta2StatefulSetCondition
(by applying it's required fields, if any)
mkV1beta2StatefulSetList Source #
Arguments
:: [V1beta2StatefulSet] | |
-> V1beta2StatefulSetList |
Construct a value of type V1beta2StatefulSetList
(by applying it's required fields, if any)
mkV1beta2StatefulSetSpec Source #
Arguments
:: V1LabelSelector | |
-> Text |
|
-> V1PodTemplateSpec | |
-> V1beta2StatefulSetSpec |
Construct a value of type V1beta2StatefulSetSpec
(by applying it's required fields, if any)
mkV1beta2StatefulSetStatus Source #
Arguments
:: Int |
|
-> V1beta2StatefulSetStatus |
Construct a value of type V1beta2StatefulSetStatus
(by applying it's required fields, if any)
mkV1beta2StatefulSetUpdateStrategy :: V1beta2StatefulSetUpdateStrategy Source #
Construct a value of type V1beta2StatefulSetUpdateStrategy
(by applying it's required fields, if any)
mkV2alpha1CronJob :: V2alpha1CronJob Source #
Construct a value of type V2alpha1CronJob
(by applying it's required fields, if any)
mkV2alpha1CronJobList Source #
Arguments
:: [V2alpha1CronJob] |
|
-> V2alpha1CronJobList |
Construct a value of type V2alpha1CronJobList
(by applying it's required fields, if any)
mkV2alpha1CronJobSpec Source #
Arguments
:: V2alpha1JobTemplateSpec | |
-> Text |
|
-> V2alpha1CronJobSpec |
Construct a value of type V2alpha1CronJobSpec
(by applying it's required fields, if any)
mkV2alpha1CronJobStatus :: V2alpha1CronJobStatus Source #
Construct a value of type V2alpha1CronJobStatus
(by applying it's required fields, if any)
mkV2alpha1JobTemplateSpec :: V2alpha1JobTemplateSpec Source #
Construct a value of type V2alpha1JobTemplateSpec
(by applying it's required fields, if any)
mkV2beta1CrossVersionObjectReference Source #
Arguments
:: Text |
|
-> Text |
|
-> V2beta1CrossVersionObjectReference |
Construct a value of type V2beta1CrossVersionObjectReference
(by applying it's required fields, if any)
mkV2beta1ExternalMetricSource Source #
Arguments
:: Text |
|
-> V2beta1ExternalMetricSource |
Construct a value of type V2beta1ExternalMetricSource
(by applying it's required fields, if any)
mkV2beta1ExternalMetricStatus Source #
Arguments
:: Quantity | |
-> Text |
|
-> V2beta1ExternalMetricStatus |
Construct a value of type V2beta1ExternalMetricStatus
(by applying it's required fields, if any)
mkV2beta1HorizontalPodAutoscaler :: V2beta1HorizontalPodAutoscaler Source #
Construct a value of type V2beta1HorizontalPodAutoscaler
(by applying it's required fields, if any)
mkV2beta1HorizontalPodAutoscalerCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V2beta1HorizontalPodAutoscalerCondition |
Construct a value of type V2beta1HorizontalPodAutoscalerCondition
(by applying it's required fields, if any)
mkV2beta1HorizontalPodAutoscalerList Source #
Arguments
:: [V2beta1HorizontalPodAutoscaler] |
|
-> V2beta1HorizontalPodAutoscalerList |
Construct a value of type V2beta1HorizontalPodAutoscalerList
(by applying it's required fields, if any)
mkV2beta1HorizontalPodAutoscalerSpec Source #
Arguments
:: Int |
|
-> V2beta1CrossVersionObjectReference | |
-> V2beta1HorizontalPodAutoscalerSpec |
Construct a value of type V2beta1HorizontalPodAutoscalerSpec
(by applying it's required fields, if any)
mkV2beta1HorizontalPodAutoscalerStatus Source #
Arguments
:: [V2beta1HorizontalPodAutoscalerCondition] |
|
-> Int |
|
-> Int |
|
-> V2beta1HorizontalPodAutoscalerStatus |
Construct a value of type V2beta1HorizontalPodAutoscalerStatus
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V2beta1MetricSpec |
Construct a value of type V2beta1MetricSpec
(by applying it's required fields, if any)
mkV2beta1MetricStatus Source #
Arguments
:: Text |
|
-> V2beta1MetricStatus |
Construct a value of type V2beta1MetricStatus
(by applying it's required fields, if any)
mkV2beta1ObjectMetricSource Source #
Arguments
:: Text |
|
-> V2beta1CrossVersionObjectReference | |
-> Quantity | |
-> V2beta1ObjectMetricSource |
Construct a value of type V2beta1ObjectMetricSource
(by applying it's required fields, if any)
mkV2beta1ObjectMetricStatus Source #
Arguments
:: Quantity | |
-> Text |
|
-> V2beta1CrossVersionObjectReference | |
-> V2beta1ObjectMetricStatus |
Construct a value of type V2beta1ObjectMetricStatus
(by applying it's required fields, if any)
mkV2beta1PodsMetricSource Source #
Arguments
:: Text |
|
-> Quantity | |
-> V2beta1PodsMetricSource |
Construct a value of type V2beta1PodsMetricSource
(by applying it's required fields, if any)
mkV2beta1PodsMetricStatus Source #
Arguments
:: Quantity | |
-> Text |
|
-> V2beta1PodsMetricStatus |
Construct a value of type V2beta1PodsMetricStatus
(by applying it's required fields, if any)
mkV2beta1ResourceMetricSource Source #
Arguments
:: Text |
|
-> V2beta1ResourceMetricSource |
Construct a value of type V2beta1ResourceMetricSource
(by applying it's required fields, if any)
mkV2beta1ResourceMetricStatus Source #
Arguments
:: Quantity | |
-> Text |
|
-> V2beta1ResourceMetricStatus |
Construct a value of type V2beta1ResourceMetricStatus
(by applying it's required fields, if any)
mkV2beta2CrossVersionObjectReference Source #
Arguments
:: Text |
|
-> Text |
|
-> V2beta2CrossVersionObjectReference |
Construct a value of type V2beta2CrossVersionObjectReference
(by applying it's required fields, if any)
mkV2beta2ExternalMetricSource Source #
Arguments
:: V2beta2MetricIdentifier | |
-> V2beta2MetricTarget | |
-> V2beta2ExternalMetricSource |
Construct a value of type V2beta2ExternalMetricSource
(by applying it's required fields, if any)
mkV2beta2ExternalMetricStatus Source #
Construct a value of type V2beta2ExternalMetricStatus
(by applying it's required fields, if any)
mkV2beta2HorizontalPodAutoscaler :: V2beta2HorizontalPodAutoscaler Source #
Construct a value of type V2beta2HorizontalPodAutoscaler
(by applying it's required fields, if any)
mkV2beta2HorizontalPodAutoscalerCondition Source #
Arguments
:: Text |
|
-> Text |
|
-> V2beta2HorizontalPodAutoscalerCondition |
Construct a value of type V2beta2HorizontalPodAutoscalerCondition
(by applying it's required fields, if any)
mkV2beta2HorizontalPodAutoscalerList Source #
Arguments
:: [V2beta2HorizontalPodAutoscaler] |
|
-> V2beta2HorizontalPodAutoscalerList |
Construct a value of type V2beta2HorizontalPodAutoscalerList
(by applying it's required fields, if any)
mkV2beta2HorizontalPodAutoscalerSpec Source #
Arguments
:: Int |
|
-> V2beta2CrossVersionObjectReference | |
-> V2beta2HorizontalPodAutoscalerSpec |
Construct a value of type V2beta2HorizontalPodAutoscalerSpec
(by applying it's required fields, if any)
mkV2beta2HorizontalPodAutoscalerStatus Source #
Arguments
:: [V2beta2HorizontalPodAutoscalerCondition] |
|
-> Int |
|
-> Int |
|
-> V2beta2HorizontalPodAutoscalerStatus |
Construct a value of type V2beta2HorizontalPodAutoscalerStatus
(by applying it's required fields, if any)
mkV2beta2MetricIdentifier Source #
Arguments
:: Text |
|
-> V2beta2MetricIdentifier |
Construct a value of type V2beta2MetricIdentifier
(by applying it's required fields, if any)
Arguments
:: Text |
|
-> V2beta2MetricSpec |
Construct a value of type V2beta2MetricSpec
(by applying it's required fields, if any)
mkV2beta2MetricStatus Source #
Arguments
:: Text |
|
-> V2beta2MetricStatus |
Construct a value of type V2beta2MetricStatus
(by applying it's required fields, if any)
mkV2beta2MetricTarget Source #
Arguments
:: Text |
|
-> V2beta2MetricTarget |
Construct a value of type V2beta2MetricTarget
(by applying it's required fields, if any)
mkV2beta2MetricValueStatus :: V2beta2MetricValueStatus Source #
Construct a value of type V2beta2MetricValueStatus
(by applying it's required fields, if any)
mkV2beta2ObjectMetricSource Source #
Arguments
:: V2beta2CrossVersionObjectReference | |
-> V2beta2MetricIdentifier | |
-> V2beta2MetricTarget | |
-> V2beta2ObjectMetricSource |
Construct a value of type V2beta2ObjectMetricSource
(by applying it's required fields, if any)
mkV2beta2ObjectMetricStatus Source #
Arguments
:: V2beta2MetricValueStatus | |
-> V2beta2CrossVersionObjectReference | |
-> V2beta2MetricIdentifier | |
-> V2beta2ObjectMetricStatus |
Construct a value of type V2beta2ObjectMetricStatus
(by applying it's required fields, if any)
mkV2beta2PodsMetricSource Source #
Arguments
:: V2beta2MetricIdentifier | |
-> V2beta2MetricTarget | |
-> V2beta2PodsMetricSource |
Construct a value of type V2beta2PodsMetricSource
(by applying it's required fields, if any)
mkV2beta2PodsMetricStatus Source #
Arguments
:: V2beta2MetricValueStatus | |
-> V2beta2MetricIdentifier | |
-> V2beta2PodsMetricStatus |
Construct a value of type V2beta2PodsMetricStatus
(by applying it's required fields, if any)
mkV2beta2ResourceMetricSource Source #
Arguments
:: Text |
|
-> V2beta2MetricTarget | |
-> V2beta2ResourceMetricSource |
Construct a value of type V2beta2ResourceMetricSource
(by applying it's required fields, if any)
mkV2beta2ResourceMetricStatus Source #
Arguments
:: V2beta2MetricValueStatus | |
-> Text |
|
-> V2beta2ResourceMetricStatus |
Construct a value of type V2beta2ResourceMetricStatus
(by applying it's required fields, if any)
Construct a value of type VersionInfo
(by applying it's required fields, if any)
Quantity
is a fixed-point representation of a number.
It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.
The serialization format is:
<quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the "" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= "+" | "-" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | "" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber>
No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.
When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.
Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:
- No precision is lost
- No fractional digits will be emitted
- The exponent (or suffix) is as large as possible.
The sign will be omitted unless the number is negative.
Examples:
- 1.5 will be serialized as "1500m"
- 1.5Gi will be serialized as "1536Mi"
Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.
Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)
This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.
Constructors
Quantity | |
Fields
|
data IntOrString Source #
IntOrString
IntOrString is a type that can hold an int32 or a string. When used
in JSON or YAML marshalling and unmarshalling, it produces or consumes
the inner type. This allows you to have, for example, a JSON field
that can accept a name or number.
Constructors
IntOrStringS Text | |
IntOrStringI Int |