Class BuildConfigOperationContext
java.lang.Object
io.fabric8.kubernetes.client.dsl.base.OperationContext
io.fabric8.openshift.client.dsl.internal.BuildConfigOperationContext
public class BuildConfigOperationContext extends OperationContext
-
Field Summary
Fields 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 BuildConfigOperationContext()BuildConfigOperationContext(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, String secret, String triggerType, String authorName, String authorEmail, String committerName, String committerEmail, String commit, String message, String asFile, Long timeout, TimeUnit timeUnit) -
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
-
Constructor Details
-
BuildConfigOperationContext
public BuildConfigOperationContext() -
BuildConfigOperationContext
public BuildConfigOperationContext(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, String secret, String triggerType, String authorName, String authorEmail, String committerName, String committerEmail, String commit, String message, String asFile, Long timeout, TimeUnit timeUnit)
-
-
Method Details
-
getSecret
-
getTriggerType
-
getAuthorName
-
getAuthorEmail
-
getCommitterName
-
getCommitterEmail
-
getCommit
-
getMessage
-
getAsFile
-
getTimeout
public long getTimeout() -
getTimeoutUnit
-
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 BuildConfigOperationContext withPropagationPolicy(io.fabric8.kubernetes.api.model.DeletionPropagation propagationPolicy)- Overrides:
withPropagationPolicyin classOperationContext
-
withSecret
-
withTriggerType
-
withAuthorName
-
withAuthorEmail
-
withCommitterName
-
withCommitterEmail
-
withCommit
-
withMessage
-
withAsFile
-
withTimeout
-
withTimeoutUnit
-