Package io.fabric8.openshift.client.dsl
Interface TemplateResource
-
- All Superinterfaces:
CreateOrReplaceable<io.fabric8.openshift.api.model.Template>,Deletable,DeletableWithOptions,DryRunable<WritableOperation<io.fabric8.openshift.api.model.Template>>,EditReplacePatchable<io.fabric8.openshift.api.model.Template>,FieldValidateable<NonDeletingOperation<io.fabric8.openshift.api.model.Template>>,FromServerGettable<io.fabric8.openshift.api.model.Template>,Gettable<io.fabric8.openshift.api.model.Template>,GracePeriodConfigurable<PropagationPolicyConfigurable<? extends Deletable>>,Informable<io.fabric8.openshift.api.model.Template>,ItemReplacable<io.fabric8.openshift.api.model.Template>,ItemWritableOperation<io.fabric8.openshift.api.model.Template>,NonDeletingOperation<io.fabric8.openshift.api.model.Template>,PropagationPolicyConfigurable<GracePeriodConfigurable<? extends Deletable>>,Replaceable<io.fabric8.openshift.api.model.Template>,ReplaceDeletable<io.fabric8.openshift.api.model.Template>,Resource<io.fabric8.openshift.api.model.Template>,Scalable<io.fabric8.openshift.api.model.Template>,ServerSideApplicable<io.fabric8.openshift.api.model.Template>,Timeoutable,Updatable<io.fabric8.openshift.api.model.Template>,Waitable<io.fabric8.openshift.api.model.Template,io.fabric8.openshift.api.model.Template>,Watchable<io.fabric8.openshift.api.model.Template>,WatchAndWaitable<io.fabric8.openshift.api.model.Template>,WritableOperation<io.fabric8.openshift.api.model.Template>
public interface TemplateResource extends Resource<io.fabric8.openshift.api.model.Template>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.client.dsl.FieldValidateable
FieldValidateable.Validation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.fabric8.kubernetes.api.model.KubernetesListprocess(ParameterValue... values)Process a template with the specifiedParameterValues.io.fabric8.kubernetes.api.model.KubernetesListprocess(File f)Process a template reading parameter values from aFilein json or yml format.io.fabric8.kubernetes.api.model.KubernetesListprocess(InputStream is)Process a template reading parameter values from anInputStreamin json or yml format.io.fabric8.kubernetes.api.model.KubernetesListprocess(Map<String,String> map)Process a template reading parameter values from amMap.io.fabric8.kubernetes.api.model.KubernetesListprocessLocally(ParameterValue... values)Process a template with the specifiedParameterValues.io.fabric8.kubernetes.api.model.KubernetesListprocessLocally(File f)Process a template locally reading parameter values from aFilein json or yml format.io.fabric8.kubernetes.api.model.KubernetesListprocessLocally(InputStream is)Process a template locally reading parameter values from anInputStreamin json or yml format.io.fabric8.kubernetes.api.model.KubernetesListprocessLocally(Map<String,String> map)Process a template locally reading parameter values from amMap.-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.CreateOrReplaceable
create, createOrReplace
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Deletable
delete, withTimeout, withTimeoutInMillis
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.DryRunable
dryRun, dryRun
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.EditReplacePatchable
accept, edit, edit, edit, patch, patch, patch, patch, patch, patch
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.FieldValidateable
fieldValidation
-
Methods inherited from interface io.fabric8.kubernetes.client.FromServerGettable
fromServer
-
Methods inherited from interface io.fabric8.kubernetes.client.GracePeriodConfigurable
withGracePeriod
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Informable
inform, inform, inform, informOnCondition, runnableInformer, withIndexers, withLimit
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.ItemReplacable
replace, replaceStatus
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.ItemWritableOperation
create, createOrReplace, delete, patchStatus, updateStatus
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.NonDeletingOperation
createOr, editStatus, patchStatus, subresource, unlock
-
Methods inherited from interface io.fabric8.kubernetes.client.PropagationPolicyConfigurable
withPropagationPolicy
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Replaceable
replaceStatus, updateStatus
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Resource
cascading, isReady, item, lockResourceVersion, lockResourceVersion, require
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Scalable
scale, scale, scale, scale
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.ServerSideApplicable
fieldManager, forceConflicts, serverSideApply
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Waitable
waitUntilCondition, waitUntilReady
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.WatchAndWaitable
withResourceVersion
-
-
-
-
Method Detail
-
process
io.fabric8.kubernetes.api.model.KubernetesList process(File f)
Process a template reading parameter values from aFilein json or yml format.- Parameters:
f- The specifiedFile.- Returns:
-
process
io.fabric8.kubernetes.api.model.KubernetesList process(InputStream is)
Process a template reading parameter values from anInputStreamin json or yml format.- Parameters:
is- The specifiedInputStream.- Returns:
-
process
io.fabric8.kubernetes.api.model.KubernetesList process(Map<String,String> map)
Process a template reading parameter values from amMap.- Parameters:
map- The specifiedMap.- Returns:
-
process
io.fabric8.kubernetes.api.model.KubernetesList process(ParameterValue... values)
Process a template with the specifiedParameterValues.- Parameters:
values- The specifiedParameterValues.- Returns:
-
processLocally
io.fabric8.kubernetes.api.model.KubernetesList processLocally(File f)
Process a template locally reading parameter values from aFilein json or yml format. This kind of processing is performed locally, without communicating with the server (e.g for generating values using expressions).- Parameters:
f- The specifiedFile.- Returns:
-
processLocally
io.fabric8.kubernetes.api.model.KubernetesList processLocally(InputStream is)
Process a template locally reading parameter values from anInputStreamin json or yml format. This kind of processing is performed locally, without communicating with the server (e.g for generating values using expressions).- Parameters:
is- The specifiedInputStream.- Returns:
-
processLocally
io.fabric8.kubernetes.api.model.KubernetesList processLocally(Map<String,String> map)
Process a template locally reading parameter values from amMap. This kind of processing is performed locally, without communicating with the server (e.g for generating values using expressions).- Parameters:
map- The specifiedMap.- Returns:
-
processLocally
io.fabric8.kubernetes.api.model.KubernetesList processLocally(ParameterValue... values)
Process a template with the specifiedParameterValues. This kind of processing is performed locally, without communicating with the server (e.g for generating values using expressions).- Parameters:
values- The specifiedParameterValues.- Returns:
-
-