Class CustomResourceOperationContext
java.lang.Object
io.fabric8.kubernetes.client.dsl.base.OperationContext
io.fabric8.kubernetes.client.dsl.internal.CustomResourceOperationContext
public class CustomResourceOperationContext extends OperationContext
-
Field Summary
Fields Modifier and Type Field Description protected CustomResourceDefinitionContextcrdContextprotected ClassdoneableTypeprotected ClasslistTypeprotected ClasstypeFields inherited from class io.fabric8.kubernetes.client.dsl.base.OperationContext
apiGroupName, apiGroupVersion, cascading, client, config, fields, fieldsNot, gracePeriodSeconds, item, labels, labelsIn, labelsNot, labelsNotIn, name, namespace, plural, propagationPolicy, reloadingFromServer, resourceVersion, watchRetryBackoffMultiplier, watchRetryInitialBackoffMillis -
Constructor Summary
Constructors Constructor Description CustomResourceOperationContext()CustomResourceOperationContext(okhttp3.OkHttpClient client, Config config, String plural, String namespace, String name, String apiGroupName, String apiGroupVersion, boolean cascading, Object item, Map<String,String> labels, Map<String,String[]> labelsNot, Map<String,String[]> labelsIn, Map<String,String[]> labelsNotIn, Map<String,String> fields, Map<String,String[]> fieldsNot, String resourceVersion, boolean reloadingFromServer, long gracePeriodSeconds, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, long watchRetryInitialBackoffMillis, double watchRetryBackoffMultiplier, CustomResourceDefinitionContext crdContext, Class type, Class listType, Class doneableType) -
Method Summary
Methods inherited from class io.fabric8.kubernetes.client.dsl.base.OperationContext
getApiGroupName, getApiGroupVersion, getCascading, getClient, getConfig, getFields, getFieldsNot, getGracePeriodSeconds, getItem, getLabels, getLabelsIn, getLabelsNot, getLabelsNotIn, getName, getNamespace, getPlural, getPropagationPolicy, getReloadingFromServer, getResourceVersion, getWatchRetryBackoffMultiplier, getWatchRetryInitialBackoffMillis, withOperationContext, withWatchRetryBackoffMultiplier, withWatchRetryInitialBackoffMillis
-
Field Details
-
Constructor Details
-
CustomResourceOperationContext
public CustomResourceOperationContext() -
CustomResourceOperationContext
public CustomResourceOperationContext(okhttp3.OkHttpClient client, Config config, String plural, String namespace, String name, String apiGroupName, String apiGroupVersion, boolean cascading, Object item, Map<String,String> labels, Map<String,String[]> labelsNot, Map<String,String[]> labelsIn, Map<String,String[]> labelsNotIn, Map<String,String> fields, Map<String,String[]> fieldsNot, String resourceVersion, boolean reloadingFromServer, long gracePeriodSeconds, io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy, long watchRetryInitialBackoffMillis, double watchRetryBackoffMultiplier, CustomResourceDefinitionContext crdContext, Class type, Class listType, Class doneableType)
-
-
Method Details
-
getCrdContext
-
getType
-
getListType
-
getDoneableType
-
withOkhttpClient
- Overrides:
withOkhttpClientin classOperationContext
-
withConfig
- Overrides:
withConfigin classOperationContext
-
withPlural
- Overrides:
withPluralin classOperationContext
-
withNamespace
- Overrides:
withNamespacein classOperationContext
-
withName
- Overrides:
withNamein classOperationContext
-
withApiGroupName
- Overrides:
withApiGroupNamein classOperationContext
-
withApiGroupVersion
- Overrides:
withApiGroupVersionin classOperationContext
-
withItem
- Overrides:
withItemin classOperationContext
-
withCascading
- Overrides:
withCascadingin classOperationContext
-
withLabels
- Overrides:
withLabelsin classOperationContext
-
withLabelsIn
- Overrides:
withLabelsInin classOperationContext
-
withLabelsNot
- Overrides:
withLabelsNotin classOperationContext
-
withLabelsNotIn
- Overrides:
withLabelsNotInin classOperationContext
-
withFields
- Overrides:
withFieldsin classOperationContext
-
withFieldsNot
- Overrides:
withFieldsNotin classOperationContext
-
withResourceVersion
- Overrides:
withResourceVersionin classOperationContext
-
withReloadingFromServer
- Overrides:
withReloadingFromServerin classOperationContext
-
withGracePeriodSeconds
- Overrides:
withGracePeriodSecondsin classOperationContext
-
withPropagationPolicy
public CustomResourceOperationContext withPropagationPolicy(io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy)- Overrides:
withPropagationPolicyin classOperationContext
-
withCrd
@Deprecated public CustomResourceOperationContext withCrd(io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinition crd)Deprecated.usewithCrdContext(CustomResourceDefinitionContext)instead -
withCrdContext
-
withType
-
withListType
-
withDoneableType
-