public class TemplateInstanceOperationContext extends OperationContext
apiGroupName, apiGroupVersion, cascading, client, config, fields, fieldsNot, gracePeriodSeconds, item, labels, labelsIn, labelsNot, labelsNotIn, name, namespace, namespaceFromGlobalConfig, plural, propagationPolicy, reloadingFromServer, resourceVersion, watchRetryBackoffMultiplier, watchRetryInitialBackoffMillis| Constructor and Description |
|---|
TemplateInstanceOperationContext() |
TemplateInstanceOperationContext(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,
boolean namespaceFromGlobalConfig,
Map<String,String> parameters) |
getApiGroupName, getApiGroupVersion, getCascading, getClient, getConfig, getFields, getFieldsNot, getGracePeriodSeconds, getItem, getLabels, getLabelsIn, getLabelsNot, getLabelsNotIn, getName, getNamespace, getPlural, getPropagationPolicy, getReloadingFromServer, getResourceVersion, getWatchRetryBackoffMultiplier, getWatchRetryInitialBackoffMillis, isNamespaceFromGlobalConfig, withIsNamespaceConfiguredFromGlobalConfig, withOperationContext, withPropagationPolicy, withWatchRetryBackoffMultiplier, withWatchRetryInitialBackoffMillispublic TemplateInstanceOperationContext()
public TemplateInstanceOperationContext(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,
boolean namespaceFromGlobalConfig,
Map<String,String> parameters)
public TemplateInstanceOperationContext withOkhttpClient(okhttp3.OkHttpClient client)
withOkhttpClient in class OperationContextpublic TemplateInstanceOperationContext withConfig(Config config)
withConfig in class OperationContextpublic TemplateInstanceOperationContext withPlural(String plural)
withPlural in class OperationContextpublic TemplateInstanceOperationContext withNamespace(String namespace)
withNamespace in class OperationContextpublic TemplateInstanceOperationContext withName(String name)
withName in class OperationContextpublic TemplateInstanceOperationContext withApiGroupName(String apiGroupName)
withApiGroupName in class OperationContextpublic TemplateInstanceOperationContext withApiGroupVersion(String apiGroupVersion)
withApiGroupVersion in class OperationContextpublic TemplateInstanceOperationContext withItem(Object item)
withItem in class OperationContextpublic TemplateInstanceOperationContext withCascading(boolean cascading)
withCascading in class OperationContextpublic TemplateInstanceOperationContext withLabels(Map<String,String> labels)
withLabels in class OperationContextpublic TemplateInstanceOperationContext withLabelsIn(Map<String,String[]> labelsIn)
withLabelsIn in class OperationContextpublic TemplateInstanceOperationContext withLabelsNot(Map<String,String[]> labelsNot)
withLabelsNot in class OperationContextpublic TemplateInstanceOperationContext withLabelsNotIn(Map<String,String[]> labelsNotIn)
withLabelsNotIn in class OperationContextpublic TemplateInstanceOperationContext withFields(Map<String,String> fields)
withFields in class OperationContextpublic TemplateInstanceOperationContext withFieldsNot(Map<String,String[]> fieldsNot)
withFieldsNot in class OperationContextpublic TemplateInstanceOperationContext withResourceVersion(String resourceVersion)
withResourceVersion in class OperationContextpublic TemplateInstanceOperationContext withReloadingFromServer(boolean reloadingFromServer)
withReloadingFromServer in class OperationContextpublic TemplateInstanceOperationContext withGracePeriodSeconds(long gracePeriodSeconds)
withGracePeriodSeconds in class OperationContextCopyright © 2015–2021 Red Hat. All rights reserved.