public class PodControllerOperationContext extends OperationContext
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerId |
apiGroupName, apiGroupVersion, cascading, client, config, dryRun, fields, fieldsNot, gracePeriodSeconds, item, labels, labelsIn, labelsNot, labelsNotIn, name, namespace, namespaceFromGlobalConfig, plural, propagationPolicy, reloadingFromServer, resourceVersion, watchRetryBackoffMultiplier, watchRetryInitialBackoffMillis| Constructor and Description |
|---|
PodControllerOperationContext() |
PodControllerOperationContext(okhttp3.OkHttpClient client,
Config config,
String plural,
String namespace,
String name,
String containerId,
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,
boolean isNamespaceFromGlobalConfig,
boolean dryRun) |
getApiGroupName, getApiGroupVersion, getCascading, getClient, getConfig, getDryRun, getFields, getFieldsNot, getGracePeriodSeconds, getItem, getLabels, getLabelsIn, getLabelsNot, getLabelsNotIn, getName, getNamespace, getPlural, getPropagationPolicy, getResourceVersion, getWatchRetryBackoffMultiplier, getWatchRetryInitialBackoffMillis, isNamespaceFromGlobalConfig, isReloadingFromServer, withIsNamespaceConfiguredFromGlobalConfig, withOperationContext, withWatchRetryBackoffMultiplier, withWatchRetryInitialBackoffMillisprotected String containerId
public PodControllerOperationContext()
public PodControllerOperationContext(okhttp3.OkHttpClient client,
Config config,
String plural,
String namespace,
String name,
String containerId,
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,
boolean isNamespaceFromGlobalConfig,
boolean dryRun)
public String getContainerId()
public PodControllerOperationContext withOkhttpClient(okhttp3.OkHttpClient client)
withOkhttpClient in class OperationContextpublic PodControllerOperationContext withConfig(Config config)
withConfig in class OperationContextpublic PodControllerOperationContext withPlural(String plural)
withPlural in class OperationContextpublic PodControllerOperationContext withNamespace(String namespace)
withNamespace in class OperationContextpublic PodControllerOperationContext withName(String name)
withName in class OperationContextpublic PodControllerOperationContext withApiGroupName(String apiGroupName)
withApiGroupName in class OperationContextpublic PodControllerOperationContext withApiGroupVersion(String apiGroupVersion)
withApiGroupVersion in class OperationContextpublic PodControllerOperationContext withItem(Object item)
withItem in class OperationContextpublic PodControllerOperationContext withCascading(boolean cascading)
withCascading in class OperationContextpublic PodControllerOperationContext withLabels(Map<String,String> labels)
withLabels in class OperationContextpublic PodControllerOperationContext withLabelsIn(Map<String,String[]> labelsIn)
withLabelsIn in class OperationContextpublic PodControllerOperationContext withLabelsNot(Map<String,String[]> labelsNot)
withLabelsNot in class OperationContextpublic PodControllerOperationContext withLabelsNotIn(Map<String,String[]> labelsNotIn)
withLabelsNotIn in class OperationContextpublic PodControllerOperationContext withFields(Map<String,String> fields)
withFields in class OperationContextpublic PodControllerOperationContext withFieldsNot(Map<String,String[]> fieldsNot)
withFieldsNot in class OperationContextpublic PodControllerOperationContext withResourceVersion(String resourceVersion)
withResourceVersion in class OperationContextpublic PodControllerOperationContext withReloadingFromServer(boolean reloadingFromServer)
withReloadingFromServer in class OperationContextpublic PodControllerOperationContext withGracePeriodSeconds(long gracePeriodSeconds)
withGracePeriodSeconds in class OperationContextpublic PodControllerOperationContext withPropagationPolicy(io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy)
withPropagationPolicy in class OperationContextpublic PodControllerOperationContext withDryRun(boolean dryRun)
withDryRun in class OperationContextpublic PodControllerOperationContext withContainerId(String containerId)
Copyright © 2015–2020 Red Hat. All rights reserved.