Skip navigation links
OpenShift Java REST Client 7.1.2-SNAPSHOT
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractCapability - Class in com.openshift.internal.restclient.capability
Capability base
AbstractCapability(IResource, IClient, String) - Constructor for class com.openshift.internal.restclient.capability.AbstractCapability
 
AbstractOpenShiftBinaryCapability - Class in com.openshift.internal.restclient.capability.resources
Capability that wraps the OpenShift binary
AbstractOpenShiftBinaryCapability(IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
 
AbstractOpenShiftBinaryCapability() - Constructor for class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
 
AbstractOpenShiftBinaryCapability.CommandLineBuilder - Class in com.openshift.internal.restclient.capability.resources
 
AbstractPersistentVolumeProperties - Class in com.openshift.internal.restclient.model.volume.property
 
AbstractPersistentVolumeProperties() - Constructor for class com.openshift.internal.restclient.model.volume.property.AbstractPersistentVolumeProperties
 
AbstractVolume - Class in com.openshift.internal.restclient.model.volume
 
AbstractVolume(ModelNode) - Constructor for class com.openshift.internal.restclient.model.volume.AbstractVolume
 
accept(CapabilityVisitor<T, R>, R) - Method in class com.openshift.internal.restclient.DefaultClient
 
accept(CapabilityVisitor<T, R>, R) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
accept(CapabilityVisitor<T, R>, R) - Method in interface com.openshift.restclient.capability.ICapable
Uses the given visitor to access the desired capability if it is supported
ACCESS_TOKEN - Static variable in class com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator
 
ACTIVE - Static variable in interface com.openshift.restclient.utils.ResourceStatus
 
adapt(Class<T>) - Method in class com.openshift.internal.restclient.DefaultClient
 
adapt(Class<T>) - Method in interface com.openshift.restclient.IClient
Adapt this class to the given type
add(String, ModelNodeBuilder) - Method in class com.openshift.internal.restclient.model.ModelNodeBuilder
 
addAll(Collection<IResource>) - Method in class com.openshift.internal.restclient.model.List
 
addAll(Collection<IResource>) - Method in interface com.openshift.restclient.model.IList
Add all of the given resources to the list
addBuildCause(String) - Method in class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
addBuildCause(String) - Method in class com.openshift.internal.restclient.model.build.BuildRequest
 
addBuildCause(String) - Method in interface com.openshift.restclient.capability.resources.IBuildTriggerable
Add a human readable short explanation of why this build request was issued
addBuildCause(String) - Method in interface com.openshift.restclient.model.build.IBuildRequest
Add a human readable short explanation of why this build request was issued
addBuildTrigger(IBuildTrigger) - Method in class com.openshift.internal.restclient.model.BuildConfig
 
addBuildTrigger(IBuildTrigger) - Method in interface com.openshift.restclient.model.IBuildConfig
Add a trigger to the list of triggers for this build.
addContainer(String) - Method in class com.openshift.internal.restclient.model.Pod
 
addContainer(DockerImageURI, Set<IPort>, Map<String, String>) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
addContainer(String, DockerImageURI, Set<IPort>, Map<String, String>, List<String>) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
addContainer(String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
addContainer(String) - Method in interface com.openshift.restclient.model.IPod
Adds a container with the given name.
addContainer(String, DockerImageURI, Set<IPort>, Map<String, String>, List<String>) - Method in interface com.openshift.restclient.model.IReplicationController
Add a container to the pod that will be spun up as part of this deployment.
addContainer(DockerImageURI, Set<IPort>, Map<String, String>) - Method in interface com.openshift.restclient.model.IReplicationController
Add a container to the pod that will be spun up as part of this deployment, defaulting the name to the image name
addContainer(String) - Method in interface com.openshift.restclient.model.IReplicationController
Add a container with the given name
addData(String, InputStream) - Method in class com.openshift.internal.restclient.model.Secret
 
addData(String, byte[]) - Method in class com.openshift.internal.restclient.model.Secret
 
addData(String, InputStream) - Method in interface com.openshift.restclient.model.secret.ISecret
Sets the container port exposed by the image
addData(String, byte[]) - Method in interface com.openshift.restclient.model.secret.ISecret
Sets the container port exposed by the image
ADDED - Static variable in class com.openshift.restclient.IOpenShiftWatchListener.ChangeType
 
addEnvVar(String, String) - Method in class com.openshift.internal.restclient.model.Container
 
addEnvVar(String, String) - Method in interface com.openshift.restclient.model.IContainer
 
addGroupName(String) - Method in class com.openshift.internal.restclient.model.authorization.RoleBinding
 
addGroupName(String) - Method in interface com.openshift.restclient.model.authorization.IRoleBinding
 
addImage(String, DockerImageURI) - Method in class com.openshift.internal.restclient.model.image.ImageStreamImport
 
addImage(String, DockerImageURI) - Method in interface com.openshift.restclient.model.image.IImageStreamImport
Add image info those being imorted
addImagePullSecret(String) - Method in class com.openshift.internal.restclient.model.ServiceAccount
 
addImagePullSecret(String) - Method in interface com.openshift.restclient.model.serviceaccount.IServiceAccount
Add new imagePullSecret name
addLabel(String, String) - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
addLabel(String, String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
addLabel(String, String) - Method in interface com.openshift.restclient.api.models.ILabelable
Add or update a label;
addLabel(String, String) - Method in interface com.openshift.restclient.model.IResource
Add or update a label;
addObjectLabel(String, String) - Method in class com.openshift.internal.restclient.model.template.Template
 
addObjectLabel(String, String) - Method in interface com.openshift.restclient.model.template.ITemplate
Add or update a label that is applied to the objects of the template when it is processed
addParameters(Map<String, String>) - Method in class com.openshift.internal.restclient.URLBuilder
 
addParmeter(String, String) - Method in class com.openshift.internal.restclient.URLBuilder
 
addPort(int, int) - Method in class com.openshift.internal.restclient.model.Service
 
addPort(int, int, String) - Method in class com.openshift.internal.restclient.model.Service
 
addPort(int, int) - Method in interface com.openshift.restclient.model.IService
 
addPort(int, int, String) - Method in interface com.openshift.restclient.model.IService
 
addSecret(String) - Method in class com.openshift.internal.restclient.model.ServiceAccount
 
addSecret(String) - Method in interface com.openshift.restclient.model.serviceaccount.IServiceAccount
Add new secret name
addTag(String, String, String) - Method in class com.openshift.internal.restclient.model.ImageStream
 
addTag(String, String, String, String) - Method in class com.openshift.internal.restclient.model.ImageStream
 
addTag(String, String, String) - Method in interface com.openshift.restclient.model.IImageStream
Add a tag to the list with the given name, and reference to the given kind and name.
addTag(String, String, String, String) - Method in interface com.openshift.restclient.model.IImageStream
Add a tag to the list with the given name, namespace, and reference to the given kind, namespace, and name.
addTemplateLabel(String, String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
addTemplateLabel(String, String) - Method in interface com.openshift.restclient.model.IReplicationController
Add or update a label to the template spec;
addTrigger(String) - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
addTrigger(String) - Method in interface com.openshift.restclient.model.IDeploymentConfig
Add a trigger of the given type or null if the type is unrecognized
addUserName(String) - Method in class com.openshift.internal.restclient.model.authorization.RoleBinding
 
addUserName(String) - Method in interface com.openshift.restclient.model.authorization.IRoleBinding
 
addVolume(IVolumeSource) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
addVolume(String, String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
addVolume(IVolumeSource) - Method in interface com.openshift.restclient.model.IReplicationController
Adds a volume to the pod spec.
addVolume(String, String) - Method in interface com.openshift.restclient.model.IReplicationController
Add a volume source of the given type with the given name.
addVolumeMount(String) - Method in class com.openshift.internal.restclient.model.Container
 
addVolumeMount(String) - Method in interface com.openshift.restclient.model.IContainer
Add a volumemount with the given name
allowCertificate(X509Certificate[]) - Method in interface com.openshift.restclient.ISSLCertificateCallback
 
allowCertificate(X509Certificate[]) - Method in class com.openshift.restclient.NoopSSLCertificateCallback
 
allowHostname(String, SSLSession) - Method in interface com.openshift.restclient.ISSLCertificateCallback
 
allowHostname(String, SSLSession) - Method in class com.openshift.restclient.NoopSSLCertificateCallback
 
AMPERSAND - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
Annotatable - Interface in com.openshift.restclient.model
Deprecated.
AnnotationCapability - Class in com.openshift.internal.restclient.capability.resources
Determine if a resource has a capability if it has the given annotation
AnnotationCapability(String, IResource) - Constructor for class com.openshift.internal.restclient.capability.resources.AnnotationCapability
 
ANNOTATIONS - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
API_GROUPS_API - Static variable in interface com.openshift.restclient.IApiTypeMapper
 
APIModelVersion - Interface in com.openshift.internal.restclient
 
APIModelVersion.VersionComparitor - Class in com.openshift.internal.restclient
 
ApiTypeMapper - Class in com.openshift.internal.restclient
Typemapper to determine the endpoints for various openshift resources
ApiTypeMapper(String, OkHttpClient) - Constructor for class com.openshift.internal.restclient.ApiTypeMapper
 
APIVERSION - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
apiVersion(String) - Method in class com.openshift.internal.restclient.URLBuilder
 
append(IBinaryCapability.OpenShiftBinaryOption) - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability.CommandLineBuilder
 
append(Collection<IBinaryCapability.OpenShiftBinaryOption>) - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability.CommandLineBuilder
 
append(StringBuilder) - Method in interface com.openshift.restclient.capability.IBinaryCapability.OpenShiftBinaryOption
 
append(StringBuilder) - Method in class com.openshift.restclient.capability.IBinaryCapability.SkipTlsVerify
 
append(StringBuilder) - Method in class com.openshift.restclient.capability.resources.IRSyncable.Delete
 
append(StringBuilder) - Method in class com.openshift.restclient.capability.resources.IRSyncable.Exclude
 
append(StringBuilder) - Method in class com.openshift.restclient.capability.resources.IRSyncable.NoPerms
 
append(StringBuilder) - Method in class com.openshift.restclient.capability.resources.IRSyncable.Peer
 
appendPath(String, String) - Static method in class com.openshift.internal.util.URLUtils
 
apply(ITemplate) - Method in class com.openshift.internal.restclient.capability.resources.ProjectTemplateProcessing
 
apply(ITemplate) - Method in interface com.openshift.restclient.capability.resources.IProjectTemplateProcessing
Apply the objects defined in the template to the server
asBoolean(ModelNode, String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
asBoolean(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
asBoolean(ModelNode, Map<String, String[]>, String) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
asInt(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
asInt(ModelNode, String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
asInt(ModelNode, Map<String, String[]>, String) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
asList(ModelNode, Map<String, String[]>, String, ModelType) - Static method in class com.openshift.internal.util.JBossDmrExtentions
T Returns an ordered List for items that need to be ordered such as command Args for containers.
asMap(String) - Method in class com.openshift.internal.restclient.capability.resources.PropertyAccessCapability
 
asMap(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
asMap(ModelNode, Map<String, String[]>, String) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
asMap(String) - Method in interface com.openshift.restclient.capability.resources.IPropertyAccessCapability
 
Assert - Class in com.openshift.internal.util
 
Assert() - Constructor for class com.openshift.internal.util.Assert
 
Assert.AssertionFailedException - Exception in com.openshift.internal.util
 
AssertionFailedException() - Constructor for exception com.openshift.internal.util.Assert.AssertionFailedException
 
asSet(String, ModelType) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
asSet(ModelNode, Map<String, String[]>, String, ModelType) - Static method in class com.openshift.internal.util.JBossDmrExtentions
T the type to return which are valid DMR types (e.g. asString()).
AssociationCapability - Class in com.openshift.internal.restclient.capability.resources
Retrieve the associated resource from the given resource's annotation
AssociationCapability(String, IResource, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.AssociationCapability
 
asString(String) - Method in class com.openshift.internal.restclient.capability.resources.PropertyAccessCapability
 
asString(ModelNode, String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
asString(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
asString(ModelNode, Map<String, String[]>, String) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
asString(String) - Method in interface com.openshift.restclient.capability.resources.IPropertyAccessCapability
Return the string value to the path
authenticate(Route, Response) - Method in class com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator
 
AUTHORIZATION_BASIC - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
AUTHORIZATION_BEARER - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
AuthorizationContext - Class in com.openshift.internal.restclient.authorization
 
AuthorizationContext(String) - Constructor for class com.openshift.internal.restclient.authorization.AuthorizationContext
 
AuthorizationContext(String, String, String) - Constructor for class com.openshift.internal.restclient.authorization.AuthorizationContext
 
AuthorizationContext(String, String, IUser, String) - Constructor for class com.openshift.internal.restclient.authorization.AuthorizationContext
 
AuthorizationDetails - Class in com.openshift.internal.restclient.authorization
 
AuthorizationDetails(String) - Constructor for class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
AuthorizationDetails(String, String) - Constructor for class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
AuthorizationDetails(Headers) - Constructor for class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
AuthorizationDetails(Headers, String) - Constructor for class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
AUTHSCHEME_BASIC - Static variable in interface com.openshift.restclient.authorization.IAuthorizationContext
 
AUTHSCHEME_OAUTH - Static variable in interface com.openshift.restclient.authorization.IAuthorizationContext
 
await() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 
await() - Method in interface com.openshift.restclient.capability.resources.IRSyncable
Blocks until the process is done.
AWS_ELASTIC_BLOCK_STORAGE - Static variable in interface com.openshift.restclient.model.volume.VolumeType
 

B

BadRequestException - Exception in com.openshift.restclient
The exception thrown when the client is trying to submit a request to with parameters that are not accepted by the server
BadRequestException(Throwable, IStatus, String) - Constructor for exception com.openshift.restclient.BadRequestException
 
Base64Coder - Class in com.openshift.restclient.utils
A utility class that offers methods to encode and decode strings from and to base64
BasicChallangeHandler - Class in com.openshift.internal.restclient.okhttp
 
BasicChallangeHandler(IAuthorizationContext) - Constructor for class com.openshift.internal.restclient.okhttp.BasicChallangeHandler
 
BeanUtils - Class in com.openshift.restclient.utils
 
BINARY - Static variable in interface com.openshift.restclient.model.build.BuildSourceType
 
BinaryBuildSource - Class in com.openshift.internal.restclient.model.build
 
BinaryBuildSource(String, String) - Constructor for class com.openshift.internal.restclient.model.build.BinaryBuildSource
 
BinaryBuildTrigger - Class in com.openshift.internal.restclient.capability.resources
 
BinaryBuildTrigger(IBuildConfig, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
build() - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability.CommandLineBuilder
 
Build - Class in com.openshift.internal.restclient.model
 
Build(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Build
 
build() - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
build() - Method in class com.openshift.internal.restclient.model.ExecAction.Builder
 
build() - Method in class com.openshift.internal.restclient.model.Lifecycle.Builder
 
build() - Method in class com.openshift.internal.restclient.model.ModelNodeBuilder
 
build() - Method in class com.openshift.internal.restclient.URLBuilder
Builds a URL based on the information provided.
build() - Method in class com.openshift.restclient.ClientBuilder
Build a client
build() - Method in interface com.openshift.restclient.model.IExecAction.IBuilder
 
build() - Method in interface com.openshift.restclient.model.ILifecycle.IBuilder
 
build() - Method in interface com.openshift.restclient.model.IResourceBuilder
 
BUILD - Static variable in class com.openshift.restclient.ResourceKind
 
BUILD_CONFIG - Static variable in class com.openshift.restclient.ResourceKind
 
BUILD_REQUEST - Static variable in class com.openshift.restclient.ResourceKind
 
buildArgs(List<IBinaryCapability.OpenShiftBinaryOption>) - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
Callback for building args to be sent to the oc command.
buildArgs(List<IBinaryCapability.OpenShiftBinaryOption>) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval.PodLogs
 
buildArgs(List<IBinaryCapability.OpenShiftBinaryOption>) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
buildArgs(List<IBinaryCapability.OpenShiftBinaryOption>) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 
BuildCanceller - Class in com.openshift.internal.restclient.capability.resources
 
BuildCanceller(IBuild, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.BuildCanceller
 
BuildConfig - Class in com.openshift.internal.restclient.model
 
BuildConfig(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.BuildConfig
 
BUILDCONFIG_DOCKER_BASEIMAGE - Static variable in class com.openshift.internal.restclient.model.BuildConfig
 
BUILDCONFIG_DOCKER_CONTEXTDIR - Static variable in class com.openshift.internal.restclient.model.BuildConfig
 
BUILDCONFIG_DOCKER_NOCACHE - Static variable in class com.openshift.internal.restclient.model.BuildConfig
 
BUILDCONFIG_SOURCE_BINARY_ASFILE - Static variable in class com.openshift.internal.restclient.model.BuildConfig
 
BUILDCONFIG_SOURCE_CONTEXTDIR - Static variable in class com.openshift.internal.restclient.model.BuildConfig
 
BUILDCONFIG_SOURCE_REF - Static variable in class com.openshift.internal.restclient.model.BuildConfig
 
BUILDCONFIG_SOURCE_TYPE - Static variable in class com.openshift.internal.restclient.model.BuildConfig
 
BUILDCONFIG_SOURCE_URI - Static variable in class com.openshift.internal.restclient.model.BuildConfig
 
BUILDCONFIG_TYPE - Static variable in class com.openshift.internal.restclient.model.BuildConfig
 
BuildConfigBuilder - Class in com.openshift.internal.restclient.model.build
Impl of a builder to create buildconfigs
BuildConfigBuilder(IClient) - Constructor for class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
Builder() - Constructor for class com.openshift.internal.restclient.model.ExecAction.Builder
 
Builder() - Constructor for class com.openshift.internal.restclient.model.Lifecycle.Builder
 
buildOnConfigChange(boolean) - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
buildOnConfigChange(boolean) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder
 
buildOnImageChange(boolean) - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
buildOnImageChange(boolean) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder
 
buildOnSourceChange(boolean) - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
buildOnSourceChange(boolean) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder
 
BuildRequest - Class in com.openshift.internal.restclient.model.build
 
BuildRequest(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.build.BuildRequest
 
BuildSourceType - Interface in com.openshift.restclient.model.build
 
BuildStatus - Class in com.openshift.internal.restclient.model.build
 
BuildStatus(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.build.BuildStatus
 
BuildStrategyType - Interface in com.openshift.restclient.model.build
The build strategies supported by OpenShift
BuildTrigger - Class in com.openshift.internal.restclient.capability.resources
 
BuildTrigger(IBuildConfig, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
BuildTrigger(IBuild, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
BuildTriggerType - Interface in com.openshift.restclient.model.build
 

C

cancel() - Method in class com.openshift.internal.restclient.capability.resources.BuildCanceller
 
cancel() - Method in class com.openshift.internal.restclient.model.Build
 
cancel() - Method in interface com.openshift.restclient.capability.resources.IBuildCancelable
Cancel the build
cancel() - Method in interface com.openshift.restclient.model.IBuild
Cancels a build if its status is not "Complete", "Failed", or "Cancelled"
canHandle(Headers) - Method in class com.openshift.internal.restclient.okhttp.BasicChallangeHandler
 
CapabilityInitializer - Class in com.openshift.internal.restclient.capability
Convenience class to initialize capabilies.
CapabilityInitializer() - Constructor for class com.openshift.internal.restclient.capability.CapabilityInitializer
 
CapabilityVisitor<T extends ICapability,R> - Class in com.openshift.restclient.capability
A visitor used to access a resources capability
CapabilityVisitor() - Constructor for class com.openshift.restclient.capability.CapabilityVisitor
 
ChangeType(String) - Constructor for class com.openshift.restclient.IOpenShiftWatchListener.ChangeType
 
CHANNEL_EXECERR - Static variable in class com.openshift.internal.restclient.api.capabilities.PodExec
 
CHANNEL_STDERR - Static variable in class com.openshift.internal.restclient.api.capabilities.PodExec
 
CHANNEL_STDOUT - Static variable in class com.openshift.internal.restclient.api.capabilities.PodExec
 
CIPHER_DHE_REGEX - Static variable in class com.openshift.restclient.utils.SSLUtils
 
cleanup() - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
Cleanup required when stopping the process
cleanup() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval.PodLogs
 
cleanup() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
cleanup() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 
clear() - Method in class com.openshift.restclient.OpenShiftContext
 
ClientBuilder - Class in com.openshift.restclient
Builder to create IClient instances.
ClientBuilder() - Constructor for class com.openshift.restclient.ClientBuilder
 
ClientBuilder(String) - Constructor for class com.openshift.restclient.ClientBuilder
 
ClientCapability - Class in com.openshift.internal.restclient.capability.resources
Implementation to retrieve the client from a resource
ClientCapability(IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.ClientCapability
 
clone() - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
clone() - Method in class com.openshift.internal.restclient.DefaultClient
 
clone() - Method in class com.openshift.internal.restclient.model.template.Parameter
 
clone() - Method in interface com.openshift.restclient.IClient
 
clone() - Method in interface com.openshift.restclient.model.template.IParameter
 
Cluster - Class in com.openshift.internal.restclient.model.kubeclient
 
Cluster() - Constructor for class com.openshift.internal.restclient.model.kubeclient.Cluster
 
COLON - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
com.openshift.internal.restclient - package com.openshift.internal.restclient
 
com.openshift.internal.restclient.api.capabilities - package com.openshift.internal.restclient.api.capabilities
 
com.openshift.internal.restclient.api.models - package com.openshift.internal.restclient.api.models
 
com.openshift.internal.restclient.apis - package com.openshift.internal.restclient.apis
 
com.openshift.internal.restclient.apis.autoscaling.models - package com.openshift.internal.restclient.apis.autoscaling.models
 
com.openshift.internal.restclient.authorization - package com.openshift.internal.restclient.authorization
 
com.openshift.internal.restclient.capability - package com.openshift.internal.restclient.capability
 
com.openshift.internal.restclient.capability.resources - package com.openshift.internal.restclient.capability.resources
 
com.openshift.internal.restclient.capability.server - package com.openshift.internal.restclient.capability.server
 
com.openshift.internal.restclient.model - package com.openshift.internal.restclient.model
 
com.openshift.internal.restclient.model.authorization - package com.openshift.internal.restclient.model.authorization
 
com.openshift.internal.restclient.model.build - package com.openshift.internal.restclient.model.build
 
com.openshift.internal.restclient.model.deploy - package com.openshift.internal.restclient.model.deploy
 
com.openshift.internal.restclient.model.image - package com.openshift.internal.restclient.model.image
 
com.openshift.internal.restclient.model.kubeclient - package com.openshift.internal.restclient.model.kubeclient
 
com.openshift.internal.restclient.model.oauth - package com.openshift.internal.restclient.model.oauth
 
com.openshift.internal.restclient.model.probe - package com.openshift.internal.restclient.model.probe
 
com.openshift.internal.restclient.model.project - package com.openshift.internal.restclient.model.project
 
com.openshift.internal.restclient.model.properties - package com.openshift.internal.restclient.model.properties
 
com.openshift.internal.restclient.model.template - package com.openshift.internal.restclient.model.template
 
com.openshift.internal.restclient.model.user - package com.openshift.internal.restclient.model.user
 
com.openshift.internal.restclient.model.volume - package com.openshift.internal.restclient.model.volume
 
com.openshift.internal.restclient.model.volume.property - package com.openshift.internal.restclient.model.volume.property
 
com.openshift.internal.restclient.okhttp - package com.openshift.internal.restclient.okhttp
 
com.openshift.internal.util - package com.openshift.internal.util
 
com.openshift.restclient - package com.openshift.restclient
 
com.openshift.restclient.api - package com.openshift.restclient.api
 
com.openshift.restclient.api.capabilities - package com.openshift.restclient.api.capabilities
 
com.openshift.restclient.api.models - package com.openshift.restclient.api.models
 
com.openshift.restclient.apis.autoscaling.models - package com.openshift.restclient.apis.autoscaling.models
 
com.openshift.restclient.authorization - package com.openshift.restclient.authorization
 
com.openshift.restclient.capability - package com.openshift.restclient.capability
 
com.openshift.restclient.capability.resources - package com.openshift.restclient.capability.resources
 
com.openshift.restclient.capability.server - package com.openshift.restclient.capability.server
 
com.openshift.restclient.http - package com.openshift.restclient.http
 
com.openshift.restclient.images - package com.openshift.restclient.images
 
com.openshift.restclient.model - package com.openshift.restclient.model
 
com.openshift.restclient.model.authorization - package com.openshift.restclient.model.authorization
 
com.openshift.restclient.model.build - package com.openshift.restclient.model.build
 
com.openshift.restclient.model.deploy - package com.openshift.restclient.model.deploy
 
com.openshift.restclient.model.image - package com.openshift.restclient.model.image
 
com.openshift.restclient.model.kubeclient - package com.openshift.restclient.model.kubeclient
 
com.openshift.restclient.model.oauth - package com.openshift.restclient.model.oauth
 
com.openshift.restclient.model.probe - package com.openshift.restclient.model.probe
 
com.openshift.restclient.model.project - package com.openshift.restclient.model.project
 
com.openshift.restclient.model.route - package com.openshift.restclient.model.route
 
com.openshift.restclient.model.secret - package com.openshift.restclient.model.secret
 
com.openshift.restclient.model.serviceaccount - package com.openshift.restclient.model.serviceaccount
 
com.openshift.restclient.model.template - package com.openshift.restclient.model.template
 
com.openshift.restclient.model.user - package com.openshift.restclient.model.user
 
com.openshift.restclient.model.volume - package com.openshift.restclient.model.volume
 
com.openshift.restclient.model.volume.property - package com.openshift.restclient.model.volume.property
 
com.openshift.restclient.utils - package com.openshift.restclient.utils
 
COMMA - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
command(String) - Method in class com.openshift.internal.restclient.model.ExecAction.Builder
 
command(String) - Method in interface com.openshift.restclient.model.IExecAction.IBuilder
 
CommandLineBuilder(String) - Constructor for class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability.CommandLineBuilder
 
compare(APIModelVersion, APIModelVersion) - Method in class com.openshift.internal.restclient.APIModelVersion.VersionComparitor
 
CONFIG - Static variable in class com.openshift.restclient.ResourceKind
Deprecated.
CONFIG_CHANGE - Static variable in interface com.openshift.restclient.model.build.BuildTriggerType
 
CONFIG_CHANGE - Static variable in interface com.openshift.restclient.model.deploy.DeploymentTriggerType
 
CONFIG_MAP - Static variable in class com.openshift.restclient.ResourceKind
 
ConfigChangeTrigger - Class in com.openshift.internal.restclient.model.deploy
 
ConfigChangeTrigger(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.deploy.ConfigChangeTrigger
 
ConfigMap - Class in com.openshift.internal.restclient.model
 
ConfigMap(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.ConfigMap
 
connected(List<IResource>) - Method in interface com.openshift.restclient.IOpenShiftWatchListener
Called when an endpoint connects The initial set of resources returned when determining the resourceVersion to watch
connected(List<IResource>) - Method in class com.openshift.restclient.IOpenShiftWatchListener.OpenShiftWatchListenerAdapter
 
Container - Class in com.openshift.internal.restclient.model
 
Container(ModelNode) - Constructor for class com.openshift.internal.restclient.model.Container
 
Container(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Container
 
CONTAINER - Static variable in class com.openshift.restclient.api.capabilities.IPodExec.Options
 
container(String) - Method in class com.openshift.restclient.api.capabilities.IPodExec.Options
The container from which to retrieve logs
container(String) - Method in class com.openshift.restclient.capability.resources.IPodLogRetrievalAsync.Options
The container from which to retrieve logs
Context - Class in com.openshift.internal.restclient.model.kubeclient
KubeConfig context
Context() - Constructor for class com.openshift.internal.restclient.model.kubeclient.Context
 
create(IList, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
create(T) - Method in class com.openshift.internal.restclient.DefaultClient
 
create(T, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
create(String, String, String, String, IResource) - Method in class com.openshift.internal.restclient.DefaultClient
 
create(String, String, String, String, String, InputStream) - Method in class com.openshift.internal.restclient.DefaultClient
 
create(String, String, String, String, String, InputStream, Map<String, String>) - Method in class com.openshift.internal.restclient.DefaultClient
 
create(ModelNode) - Static method in class com.openshift.internal.restclient.model.volume.VolumeSource
 
create(InputStream) - Method in class com.openshift.internal.restclient.ResourceFactory
 
create(String) - Method in class com.openshift.internal.restclient.ResourceFactory
 
create(String, String) - Method in class com.openshift.internal.restclient.ResourceFactory
 
create(String, String, String) - Method in class com.openshift.internal.restclient.ResourceFactory
 
create(T) - Method in interface com.openshift.restclient.IClient
Creates the given resource in the namespace defined on the resource or the default namspace if undefined
create(T, String) - Method in interface com.openshift.restclient.IClient
Creates the given resource in the given namespace
create(String, String, String, String, IResource) - Method in interface com.openshift.restclient.IClient
Creates the given resource in the given namespace using the subresource
create(String, String, String, String, String, InputStream) - Method in interface com.openshift.restclient.IClient
Creates the given resource in the given namespace using the subresource
create(String, String, String, String, String, InputStream, Map<String, String>) - Method in interface com.openshift.restclient.IClient
Creates the given resource in the given namespace using the subresource
create(IList, String) - Method in interface com.openshift.restclient.IClient
Creates a list of resources in the given namespace
create(String) - Method in interface com.openshift.restclient.IResourceFactory
Create a resource from a response string
create(InputStream) - Method in interface com.openshift.restclient.IResourceFactory
Create a resource from a response string
create(String, String) - Method in interface com.openshift.restclient.IResourceFactory
Create(or stub) a resource for a given version and kind
create(String, String, String) - Method in interface com.openshift.restclient.IResourceFactory
Create(or stub) a resource for a given version and kind and name
createInstanceFrom(String) - Method in class com.openshift.internal.restclient.apis.TypeMetaFactory
 
createInstanceFrom(String) - Method in class com.openshift.internal.restclient.ResourceFactory
 
createInstanceFrom(String) - Method in interface com.openshift.restclient.api.ITypeFactory
Create a resource from a response string
createList(String, String) - Method in class com.openshift.internal.restclient.ResourceFactory
 
createList(String, String) - Method in interface com.openshift.restclient.IResourceFactory
Create a list of resources of the given kind from a response string
createOpenShiftException(IClient, Response, Throwable) - Static method in class com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor
 
createOpenShiftException(IClient, int, String, String, Throwable) - Static method in class com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor
 
createPort() - Method in class com.openshift.internal.restclient.model.Route
 
createPort() - Method in interface com.openshift.restclient.model.route.IRoute
Create a target port if one is not defined or return the existing one
createTLSConfig() - Method in class com.openshift.internal.restclient.model.Route
 
createTLSConfig() - Method in interface com.openshift.restclient.model.route.IRoute
Create a tls config if one is not defined or return the existing one
CREATION_TIMESTAMP - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
CUSTOM - Static variable in interface com.openshift.restclient.model.build.BuildStrategyType
 
CustomBuildStrategy - Class in com.openshift.internal.restclient.model.build
 
CustomBuildStrategy(String, boolean, Map<String, String>) - Constructor for class com.openshift.internal.restclient.model.build.CustomBuildStrategy
 

D

decode(byte[], Charset) - Static method in class com.openshift.restclient.utils.Base64Coder
 
decode(String) - Static method in class com.openshift.restclient.utils.Base64Coder
Decodes the given base64 encoded string assuming the default charset.
decodeBinary(String) - Static method in class com.openshift.restclient.utils.Base64Coder
Decodes the given base64 encoded string using the default charset.
DEFAULT_READ_TIMEOUT - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
DefaultClient - Class in com.openshift.internal.restclient
 
DefaultClient(URL, OkHttpClient, IResourceFactory, IApiTypeMapper, AuthorizationContext) - Constructor for class com.openshift.internal.restclient.DefaultClient
 
delete(T) - Method in class com.openshift.internal.restclient.DefaultClient
 
delete(String, String, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
DELETE - Static variable in interface com.openshift.restclient.capability.resources.IRSyncable
option to delete delete extraneous files from destination directories
Delete() - Constructor for class com.openshift.restclient.capability.resources.IRSyncable.Delete
 
delete(T) - Method in interface com.openshift.restclient.IClient
Deletes the given resource.
delete(String, String, String) - Method in interface com.openshift.restclient.IClient
Deletes a resource of given name and kind in the given namespace.
DELETED - Static variable in class com.openshift.restclient.IOpenShiftWatchListener.ChangeType
 
deploy() - Method in class com.openshift.internal.restclient.capability.resources.DeployCapability
 
deploy() - Method in interface com.openshift.restclient.capability.resources.IDeployCapability
Deploy the latest deployment
DeployCapability - Class in com.openshift.internal.restclient.capability.resources
 
DeployCapability(IDeploymentConfig, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.DeployCapability
 
DEPLOYMENT_CONFIG - Static variable in class com.openshift.restclient.ResourceKind
 
DEPLOYMENT_PHASE - Static variable in interface com.openshift.restclient.model.IReplicationController
 
DeploymentConfig - Class in com.openshift.internal.restclient.model
 
DeploymentConfig(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.DeploymentConfig
 
DEPLOYMENTCONFIG_CONTAINERS - Static variable in class com.openshift.internal.restclient.model.DeploymentConfig
 
DeploymentConfigTraceability - Class in com.openshift.internal.restclient.capability.resources
Capability for a resource to determine to which deploymentconfig it is associated
DeploymentConfigTraceability(IResource, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.DeploymentConfigTraceability
 
DeploymentRequest - Class in com.openshift.internal.restclient.model.deploy
 
DeploymentRequest(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.deploy.DeploymentRequest
 
DeploymentTraceability - Class in com.openshift.internal.restclient.capability.resources
Determine which deployment caused a resource to be deployed based on the information found in its annotations
DeploymentTraceability(IResource, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.DeploymentTraceability
 
DeploymentTrigger - Class in com.openshift.internal.restclient.capability.resources
 
DeploymentTrigger(IDeploymentConfig, IClient, ITypeFactory) - Constructor for class com.openshift.internal.restclient.capability.resources.DeploymentTrigger
 
DeploymentTrigger - Class in com.openshift.internal.restclient.model.deploy
 
DeploymentTrigger(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.deploy.DeploymentTrigger
 
DeploymentTriggerType - Interface in com.openshift.restclient.model.deploy
 
didImageTrigger(String) - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
didImageTrigger(String) - Method in interface com.openshift.restclient.model.IDeploymentConfig
Return whether deployments have fired based on an image trigger for a particular image
disconnected() - Method in interface com.openshift.restclient.IOpenShiftWatchListener
Called when and endpoint disconnects
disconnected() - Method in class com.openshift.restclient.IOpenShiftWatchListener.OpenShiftWatchListenerAdapter
 
DOCKER - Static variable in interface com.openshift.restclient.model.build.BuildStrategyType
 
DockerBuildStrategy - Class in com.openshift.internal.restclient.model.build
 
DockerBuildStrategy(String, boolean, String) - Constructor for class com.openshift.internal.restclient.model.build.DockerBuildStrategy
 
DockerImageDescriptor - Class in com.openshift.restclient.images
 
DockerImageDescriptor(DockerImageURI, String) - Constructor for class com.openshift.restclient.images.DockerImageDescriptor
 
DockerImageURI - Class in com.openshift.restclient.images
ImageUri is an immutable representation of a full image tag in accordance with with Docker conventions [REGISTRYHOST/][USERNAME/]NAME[:TAG]
DockerImageURI(String, String, String) - Constructor for class com.openshift.restclient.images.DockerImageURI
 
DockerImageURI(String, String, String, String) - Constructor for class com.openshift.restclient.images.DockerImageURI
 
DockerImageURI(String) - Constructor for class com.openshift.restclient.images.DockerImageURI
 
DockerRegistryImageStreamImportCapability - Class in com.openshift.internal.restclient.capability.resources
Retrieve metadata directly from docker.
DockerRegistryImageStreamImportCapability(IProject, IResourceFactory, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.DockerRegistryImageStreamImportCapability
 

E

EDGE - Static variable in interface com.openshift.restclient.model.route.TLSTerminationType
 
EMPTY_DIR - Static variable in interface com.openshift.restclient.model.volume.VolumeType
 
EmptyDirVolume - Class in com.openshift.internal.restclient.model.volume
 
EmptyDirVolume(ModelNode, IVolume) - Constructor for class com.openshift.internal.restclient.model.volume.EmptyDirVolume
 
EmptyDirVolume(ModelNode) - Constructor for class com.openshift.internal.restclient.model.volume.EmptyDirVolume
 
EmptyDirVolumeSource - Class in com.openshift.internal.restclient.model.volume
 
EmptyDirVolumeSource(ModelNode) - Constructor for class com.openshift.internal.restclient.model.volume.EmptyDirVolumeSource
 
EmptyDirVolumeSource(String) - Constructor for class com.openshift.internal.restclient.model.volume.EmptyDirVolumeSource
 
encode(byte[]) - Static method in class com.openshift.restclient.utils.Base64Coder
Encodes the given byte array to a base64 encoded String. returns null if the given byte array is null, empty string if the given byte array is empty.
encode(byte[], Charset) - Static method in class com.openshift.restclient.utils.Base64Coder
Encodes the given byte array to a base64 encoded String. returns null if the given byte array is null, empty string if the given byte array is empty.
encode(String) - Static method in class com.openshift.restclient.utils.Base64Coder
Encodes the given string to a base64 encoded string.
encode(String, Charset) - Static method in class com.openshift.restclient.utils.Base64Coder
 
end() - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.IJenkinsPipelineStrategyBuilder
 
end() - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.ISourceBuilder
 
end() - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.ISourceStrategyBuilder
 
end() - Method in interface com.openshift.restclient.model.IResourceBuilder.Endable
 
Endpoints - Class in com.openshift.internal.restclient.api.models
 
Endpoints(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.api.models.Endpoints
 
ENDPOINTS - Static variable in class com.openshift.restclient.ResourceKind
 
ensureStartsWithHttps(String) - Static method in class com.openshift.internal.util.URLUtils
 
ENV - Static variable in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
ENV - Static variable in class com.openshift.internal.restclient.model.ReplicationController
 
ENV - Static variable in interface com.openshift.restclient.model.build.IJenkinsPipelineStrategy
 
EnvironmentVariable - Class in com.openshift.internal.restclient.model
 
EnvironmentVariable(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.EnvironmentVariable
 
EnvironmentVariableUtils - Class in com.openshift.restclient.utils
 
equals(Object) - Method in class com.openshift.internal.restclient.DefaultClient
 
equals(Object) - Method in class com.openshift.internal.restclient.model.build.ImageChangeTrigger
 
equals(Object) - Method in class com.openshift.internal.restclient.model.build.WebhookTrigger
 
equals(Object) - Method in class com.openshift.internal.restclient.model.EnvironmentVariable
 
equals(Object) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
equals(Object) - Method in class com.openshift.internal.restclient.model.ObjectReference
 
equals(Object) - Method in class com.openshift.internal.restclient.model.Port
 
equals(Object) - Method in class com.openshift.internal.restclient.model.ServicePort
 
equals(Object) - Method in class com.openshift.internal.restclient.model.template.Parameter
 
equals(Object) - Method in class com.openshift.internal.restclient.model.volume.AbstractVolume
 
equals(Object) - Method in class com.openshift.internal.restclient.model.volume.property.HostPathVolumeProperties
 
equals(Object) - Method in class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
equals(Object) - Method in class com.openshift.internal.restclient.model.volume.VolumeMount
 
equals(Object) - Method in class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
 
EQUALS - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
equals(Object) - Method in class com.openshift.restclient.images.DockerImageURI
 
equals(Object) - Method in class com.openshift.restclient.IOpenShiftWatchListener.ChangeType
 
error(Throwable) - Method in interface com.openshift.restclient.IOpenShiftWatchListener
 
error(Throwable) - Method in class com.openshift.restclient.IOpenShiftWatchListener.OpenShiftWatchListenerAdapter
 
EVENT - Static variable in class com.openshift.restclient.ResourceKind
 
exclude(String...) - Static method in interface com.openshift.restclient.capability.resources.IRSyncable
option to exclude files/folders that match the given expressions
Exclude(String...) - Constructor for class com.openshift.restclient.capability.resources.IRSyncable.Exclude
 
EXCLUDE_GIT_FOLDER - Static variable in interface com.openshift.restclient.capability.resources.IRSyncable
option to skip verifying the certificates during TLS connection establishment.
EXEC - Static variable in interface com.openshift.restclient.model.IHandler
 
ExecAction - Class in com.openshift.internal.restclient.model
 
ExecAction.Builder - Class in com.openshift.internal.restclient.model
 
execute(String, String, String, String, String, IResource, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
execute(String, String, String, String, String, IResource) - Method in class com.openshift.internal.restclient.DefaultClient
 
execute(String, String, String, String, String, String, InputStream) - Method in class com.openshift.internal.restclient.DefaultClient
 
execute(String, String, String, String, String, String, InputStream, Map<String, String>) - Method in class com.openshift.internal.restclient.DefaultClient
 
execute(String, String, String, String, String, IResource, Map<String, String>) - Method in class com.openshift.internal.restclient.DefaultClient
 
execute(ITypeFactory, String, String, String, String, String, String, String, InputStream, Map<String, String>) - Method in class com.openshift.internal.restclient.DefaultClient
 
execute(ITypeFactory, String, String, String, String, String, String, JSONSerializeable, Map<String, String>) - Method in class com.openshift.internal.restclient.DefaultClient
 
execute(String, String, String, String, String, IResource) - Method in interface com.openshift.restclient.IClient
Raw execution of a request
execute(String, String, String, String, String, String, InputStream) - Method in interface com.openshift.restclient.IClient
 
execute(String, String, String, String, String, String, InputStream, Map<String, String>) - Method in interface com.openshift.restclient.IClient
 
execute(String, String, String, String, String, IResource, Map<String, String>) - Method in interface com.openshift.restclient.IClient
Raw execution of a request
execute(String, String, String, String, String, IResource, String) - Method in interface com.openshift.restclient.IClient
Raw execution of a request
execute(ITypeFactory, String, String, String, String, String, String, JSONSerializeable, Map<String, String>) - Method in interface com.openshift.restclient.IClient
 
exitValue() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 
exitValue() - Method in interface com.openshift.restclient.capability.resources.IRSyncable
 
exposeDockerSocket() - Method in class com.openshift.internal.restclient.model.build.CustomBuildStrategy
 
exposeDockerSocket() - Method in interface com.openshift.restclient.model.build.ICustomBuildStrategy
 

F

FAILURE - Static variable in interface com.openshift.restclient.model.IStatus
 
filterCiphers(String, String[]) - Static method in class com.openshift.restclient.utils.SSLUtils
 
follow() - Method in class com.openshift.restclient.capability.resources.IPodLogRetrievalAsync.Options
follow the logs, defaults to false
follow(boolean) - Method in class com.openshift.restclient.capability.resources.IPodLogRetrievalAsync.Options
follow the logs
forceClean() - Method in class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
forceClean() - Method in interface com.openshift.restclient.model.build.ISTIBuildStrategy
Deprecated.
forwardPorts(Collection<IPortForwardable.PortPair>, IBinaryCapability.OpenShiftBinaryOption...) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
forwardPorts(Collection<IPortForwardable.PortPair>, IBinaryCapability.OpenShiftBinaryOption...) - Method in interface com.openshift.restclient.capability.resources.IPortForwardable
Forward the ports to a pod.
FROM - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
FROM_IMAGE - Static variable in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
FROM_KIND - Static variable in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
FROM_NAMESPACE - Static variable in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
fromAsFile(String) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.IBinarySourceBuilder
 
fromBinarySource() - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
fromBinarySource() - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder
 
fromDockerImage(String) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.ISourceStrategyBuilder
 
fromGitSource() - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
fromGitSource() - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder
 
fromGitUrl(String) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.IGitSourceBuilder
 
fromImageStreamTag(String) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.ISourceStrategyBuilder
The imagestream tag in form of 'name:tag"
fromJson(ModelNode) - Static method in class com.openshift.internal.restclient.model.ExecAction
 
fromJson(ModelNode) - Static method in class com.openshift.internal.restclient.model.Lifecycle
 
FWD_SLASH - Static variable in interface com.openshift.restclient.IApiTypeMapper
 

G

GCE_PERSISTENT_DISK - Static variable in interface com.openshift.restclient.model.volume.VolumeType
 
generic - Static variable in interface com.openshift.restclient.model.build.BuildTriggerType
Deprecated.
GENERIC - Static variable in interface com.openshift.restclient.model.build.BuildTriggerType
 
get(String, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
get(String, String, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
get(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
get(ModelNode, String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
get(String, String) - Method in class com.openshift.internal.restclient.model.properties.ResourcePropertiesRegistry
Retrieve a given resource property map for a given version
get(ModelNode, Map<String, String[]>, String) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
get(String, String, String) - Method in interface com.openshift.restclient.IClient
 
get(String, String) - Method in interface com.openshift.restclient.IClient
 
get() - Static method in class com.openshift.restclient.OpenShiftContext
Returns the OpenShiftContext instance for the current Thread.
get(String) - Method in class com.openshift.restclient.OpenShiftContext
 
getAbsoluteUri() - Method in class com.openshift.restclient.images.DockerImageURI
Get the docker tag as repo:9999/username/name:tag
getAccessModes() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
 
getAccessModes() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaim
 
getAccessModes() - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
 
getAccessModes() - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaim
 
getAddresses() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointSubset
 
getAnnotation(String) - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
getAnnotation(String) - Method in class com.openshift.internal.restclient.model.image.TagReference
 
getAnnotation(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getAnnotation(String) - Method in interface com.openshift.restclient.api.models.IAnnotatable
Retrieves the annotated value for the given key
getAnnotation(String) - Method in interface com.openshift.restclient.model.IResource
Retrieves the annotated value for the given key
getAnnotationKey() - Method in class com.openshift.internal.restclient.capability.resources.AnnotationCapability
The annotation key
getAnnotationKey() - Method in class com.openshift.internal.restclient.capability.resources.DeploymentConfigTraceability
 
getAnnotationKey() - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTraceability
 
getAnnotationKey() - Method in class com.openshift.internal.restclient.capability.resources.TagCapability
 
getAnnotations() - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
getAnnotations() - Method in class com.openshift.internal.restclient.model.image.TagReference
 
getAnnotations() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getAnnotations() - Method in interface com.openshift.restclient.api.models.IAnnotatable
Retrieves the annotations associated with the resource
getAnnotations() - Method in interface com.openshift.restclient.model.IResource
Retrieves the annotations associated with the resource
getAnnotationValue() - Method in class com.openshift.internal.restclient.capability.resources.AnnotationCapability
The annotations value
getApiGroupName() - Method in interface com.openshift.restclient.IApiTypeMapper.IVersionedApiResource
The groupname of the resource (e.g. extensions of extensions/v1beta1)
getApiVersion() - Method in class com.openshift.internal.restclient.api.models.TypeMeta
 
getApiVersion() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getApiVersion() - Method in class com.openshift.internal.restclient.model.ObjectReference
 
getApiVersion() - Method in interface com.openshift.restclient.api.models.IApiVersionable
The api version of the resource as found at apiVersion
getApiVersion() - Method in interface com.openshift.restclient.model.IObjectFieldSelector
 
getApiVersion() - Method in interface com.openshift.restclient.model.IObjectReference
returns the api version of this resource
getAsFile() - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
getAsFile() - Method in class com.openshift.internal.restclient.model.build.BinaryBuildSource
 
getAsFile() - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Get the asFile parameter
getAsFile() - Method in interface com.openshift.restclient.model.build.IBinaryBuildSource
 
getAssociatedResource(String) - Method in class com.openshift.internal.restclient.capability.resources.AssociationCapability
Get the associated resource of the given kind using the name from the annotation key;
getAuthorEmail() - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
getAuthorEmail() - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Get the author email
getAuthorizationContext() - Method in class com.openshift.internal.restclient.DefaultClient
 
getAuthorizationContext() - Method in interface com.openshift.restclient.IClient
The authorization context for this client.
getAuthorizationDetails() - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
getAuthorizationDetails() - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
Retrieve the authorization details for a server
getAuthorizationDetails() - Method in exception com.openshift.restclient.authorization.UnauthorizedException
 
getAuthorizationEndpoint() - Method in class com.openshift.internal.restclient.DefaultClient
 
getAuthorizationEndpoint() - Method in interface com.openshift.restclient.IClient
 
getAuthorName() - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
getAuthorName() - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Get the author name
getAuthScheme() - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
getAuthScheme() - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
The authorization scope if it can be determined.
getBaseImage() - Method in class com.openshift.internal.restclient.model.build.DockerBuildStrategy
 
getBaseImage() - Method in interface com.openshift.restclient.model.build.IDockerBuildStrategy
 
getBaseUri() - Method in class com.openshift.restclient.images.DockerImageURI
Get the docker tag as username/name:tag only
getBaseURL() - Method in class com.openshift.internal.restclient.DefaultClient
 
getBaseURL() - Method in interface com.openshift.restclient.IClient
 
getBuildCauses() - Method in class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
getBuildCauses() - Method in class com.openshift.internal.restclient.model.build.BuildRequest
 
getBuildCauses() - Method in interface com.openshift.restclient.capability.resources.IBuildTriggerable
Get the list of human readable short explanations of why this build request was issued
getBuildCauses() - Method in interface com.openshift.restclient.model.build.IBuildRequest
Get the list of human readable short explanations of why this build request was issued
getBuildOutputReference() - Method in class com.openshift.internal.restclient.model.BuildConfig
 
getBuildOutputReference() - Method in interface com.openshift.restclient.model.IBuildConfig
To defines an optional location to push the output of this build to.
getBuildSource() - Method in class com.openshift.internal.restclient.model.Build
 
getBuildSource() - Method in class com.openshift.internal.restclient.model.BuildConfig
 
getBuildSource() - Method in interface com.openshift.restclient.model.IBuild
 
getBuildSource() - Method in interface com.openshift.restclient.model.IBuildConfig
Returns the source info of the build
getBuildStatus() - Method in class com.openshift.internal.restclient.model.Build
 
getBuildStatus() - Method in interface com.openshift.restclient.model.IBuild
 
getBuildStrategy() - Method in class com.openshift.internal.restclient.model.Build
 
getBuildStrategy() - Method in class com.openshift.internal.restclient.model.BuildConfig
 
getBuildStrategy() - Method in interface com.openshift.restclient.model.IBuild
 
getBuildStrategy() - Method in interface com.openshift.restclient.model.IBuildConfig
Returns the strategy to for building the source
getBuildTriggers() - Method in class com.openshift.internal.restclient.model.BuildConfig
 
getBuildTriggers() - Method in interface com.openshift.restclient.model.IBuildConfig
Returns the policies which will trigger a build
getCACertificate() - Method in interface com.openshift.restclient.model.route.ITLSConfig
Retrieves the certification authority certificate contents.
getCapabilities() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getCapabilities() - Method in interface com.openshift.restclient.model.IResource
 
getCapability(Class<T>) - Method in class com.openshift.internal.restclient.DefaultClient
 
getCapability(Class<T>) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getCapability(Class<T>) - Method in interface com.openshift.restclient.capability.ICapable
Gets the capability of the desired type
getCapabilityType() - Method in class com.openshift.restclient.capability.CapabilityVisitor
Gets the Capability type
getCapacity(String) - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
 
getCapacity(MemoryUnit) - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
 
getCapacity() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
 
getCapacity(String) - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
 
getCapacity(MemoryUnit) - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
 
getCapacity() - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
 
getCapacityUnit() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
 
getCapacityUnit() - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
 
getCertificate() - Method in interface com.openshift.restclient.model.route.ITLSConfig
Retrieves the certificate contents.
getClaimName() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaimVolumeSource
 
getClaimName() - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaimVolumeSource
 
getClient() - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
 
getClient() - Method in class com.openshift.internal.restclient.capability.resources.AssociationCapability
 
getClient() - Method in class com.openshift.internal.restclient.capability.resources.ClientCapability
 
getClient() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getClient() - Method in interface com.openshift.restclient.capability.resources.IClientCapability
 
getCluster() - Method in class com.openshift.internal.restclient.model.kubeclient.Context
 
getCluster() - Method in interface com.openshift.restclient.model.kubeclient.IContext
The name of the cluster
getClusterIP() - Method in class com.openshift.internal.restclient.model.Service
 
getClusterIP() - Method in interface com.openshift.restclient.model.IService
Returns the IP of the service.
getClusters() - Method in class com.openshift.internal.restclient.model.kubeclient.KubeClientConfig
 
getClusters() - Method in interface com.openshift.restclient.model.kubeclient.IKubeClientConfig
A map of userinfo to cluster info where the key is NAMESPACE/URL/USERNAME
getCode() - Method in class com.openshift.internal.restclient.model.Status
 
getCode() - Method in interface com.openshift.restclient.model.IStatus
The HTTP status code
getCommand() - Method in class com.openshift.internal.restclient.model.Container
 
getCommand() - Method in class com.openshift.internal.restclient.model.ExecAction
 
getCommand() - Method in interface com.openshift.restclient.model.IContainer
 
getCommand() - Method in interface com.openshift.restclient.model.IExecAction
 
getCommandArgs() - Method in class com.openshift.internal.restclient.model.Container
 
getCommandArgs() - Method in interface com.openshift.restclient.model.IContainer
 
getCommit() - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
getCommit() - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Get the SCM commit
getCommitId() - Method in class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
getCommitId() - Method in class com.openshift.internal.restclient.model.build.BuildRequest
 
getCommitId() - Method in interface com.openshift.restclient.capability.resources.IBuildTriggerable
Get the commit level for the SCM extraction of the source code the build operates against
getCommitId() - Method in interface com.openshift.restclient.model.build.IBuildRequest
Get the commit level for the git clone extraction of the source code the build operates against
getCommitterEmail() - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
getCommitterEmail() - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Get the committer email
getCommitterName() - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
getCommitterName() - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Get the committer name
getCommonTemplates() - Method in class com.openshift.internal.restclient.capability.resources.ProjectTemplateListCapability
 
getCommonTemplates(String) - Method in class com.openshift.internal.restclient.capability.resources.ProjectTemplateListCapability
 
getCommonTemplates() - Method in interface com.openshift.restclient.capability.resources.IProjectTemplateList
Retrieve the common templates from the server (e.g.
getCommonTemplates(String) - Method in interface com.openshift.restclient.capability.resources.IProjectTemplateList
Retrieve the common templates from the server (e.g.
getComponent() - Method in interface com.openshift.restclient.model.IEvent.IEventSource
The component from which this event was generated
getContainer(String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getContainer(String) - Method in interface com.openshift.restclient.model.IReplicationController
Retrieve a container by name or null if it is not found
getContainerNames() - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
getContainerNames() - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
The container names for this trigger
getContainerPort() - Method in class com.openshift.internal.restclient.model.Port
 
getContainerPort() - Method in interface com.openshift.restclient.model.IPort
 
getContainerPorts() - Method in class com.openshift.internal.restclient.model.Pod
 
getContainerPorts() - Method in interface com.openshift.restclient.model.IPod
Returns the ports that the containers of this pod are using.
getContainers() - Method in class com.openshift.internal.restclient.model.Pod
 
getContainers() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getContainers() - Method in interface com.openshift.restclient.model.IPod
Returns all the containers for this pod.
getContainers() - Method in interface com.openshift.restclient.model.IReplicationController
Retrieve the containers defined in spec
getContextDir() - Method in class com.openshift.internal.restclient.model.build.BinaryBuildSource
 
getContextDir() - Method in class com.openshift.internal.restclient.model.build.DockerBuildStrategy
 
getContextDir() - Method in class com.openshift.internal.restclient.model.build.GitBuildSource
 
getContextDir() - Method in interface com.openshift.restclient.model.build.IBuildSource
The sub-directory relative to the repo root where the source code for the application exists.
getContextDir() - Method in interface com.openshift.restclient.model.build.IDockerBuildStrategy
 
getContexts() - Method in class com.openshift.internal.restclient.model.kubeclient.KubeClientConfig
 
getContexts() - Method in interface com.openshift.restclient.model.kubeclient.IKubeClientConfig
 
getCount() - Method in class com.openshift.internal.restclient.model.KubernetesEvent
 
getCount() - Method in interface com.openshift.restclient.model.IEvent
The number of times this event has occured
getCreationTimeStamp() - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
getCreationTimeStamp() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getCreationTimeStamp() - Method in interface com.openshift.restclient.api.models.IObjectMeta
Returns the timestamp of when this resource was created
getCreationTimeStamp() - Method in interface com.openshift.restclient.model.IResource
Returns the timestamp of when this resource was created
getCurrentContext() - Method in class com.openshift.internal.restclient.model.kubeclient.KubeClientConfig
 
getCurrentContext() - Method in interface com.openshift.restclient.model.kubeclient.IKubeClientConfig
The name of the current cluster context
getCurrentReplicaCount() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getCurrentReplicaCount() - Method in interface com.openshift.restclient.model.IReplicationController
Returns the current number of replicas
getData() - Method in class com.openshift.internal.restclient.model.ConfigMap
 
getData(String) - Method in class com.openshift.internal.restclient.model.Secret
 
getData() - Method in interface com.openshift.restclient.model.IConfigMap
Return the configuration data map.
getData(String) - Method in interface com.openshift.restclient.model.secret.ISecret
Get the data stored under the key
getDefaultAuthorizationEndpoint() - Method in class com.openshift.internal.restclient.DefaultClient
 
getDefaultTokenEndpoint() - Method in class com.openshift.internal.restclient.DefaultClient
 
getDeployment() - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTraceability
 
getDeployment() - Method in interface com.openshift.restclient.capability.resources.IDeploymentTraceability
Get the deployment of a resource.
getDeploymentConfig() - Method in class com.openshift.internal.restclient.capability.resources.DeploymentConfigTraceability
 
getDeploymentConfig() - Method in interface com.openshift.restclient.capability.resources.IDeploymentConfigTraceability
Get the deployment configuration for a resource
getDeploymentStrategyType() - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
getDeploymentStrategyType() - Method in interface com.openshift.restclient.model.IDeploymentConfig
Convenience method to get the deployment strategy type
getDescription() - Method in class com.openshift.internal.restclient.model.Namespace
 
getDescription() - Method in class com.openshift.internal.restclient.model.Project
 
getDescription() - Method in class com.openshift.internal.restclient.model.project.OpenshiftProjectRequest
 
getDescription() - Method in class com.openshift.internal.restclient.model.template.Parameter
 
getDescription() - Method in class com.openshift.restclient.images.DockerImageDescriptor
 
getDescription() - Method in interface com.openshift.restclient.model.INamespace
 
getDescription() - Method in interface com.openshift.restclient.model.IProject
 
getDescription() - Method in interface com.openshift.restclient.model.project.IProjectRequest
 
getDescription() - Method in interface com.openshift.restclient.model.template.IParameter
Returns the description
getDesiredReplicaCount() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getDesiredReplicaCount() - Method in interface com.openshift.restclient.model.IReplicationController
Returns the desired number of replicas
getDestinationCertificate() - Method in interface com.openshift.restclient.model.route.ITLSConfig
DestinationCACertificate provides the contents of the CA certificate of the final destination.
getDisplayName() - Method in class com.openshift.internal.restclient.model.Namespace
 
getDisplayName() - Method in class com.openshift.internal.restclient.model.Project
 
getDisplayName() - Method in class com.openshift.internal.restclient.model.project.OpenshiftProjectRequest
 
getDisplayName() - Method in interface com.openshift.restclient.model.INamespace
 
getDisplayName() - Method in interface com.openshift.restclient.model.IProject
 
getDisplayName() - Method in interface com.openshift.restclient.model.project.IProjectRequest
 
getDockerImageRepository() - Method in class com.openshift.internal.restclient.model.ImageStream
 
getDockerImageRepository() - Method in interface com.openshift.restclient.model.IImageStream
Get the image repository uri abstracted by this image stream
getDuration() - Method in class com.openshift.internal.restclient.model.build.BuildStatus
 
getDuration() - Method in interface com.openshift.restclient.model.build.IBuildStatus
The duration of the build in nanoseconds
getEndpointFor(String, String) - Method in class com.openshift.internal.restclient.ApiTypeMapper
 
getEndpointFor(String, String) - Method in interface com.openshift.restclient.IApiTypeMapper
return the versioned endpoint for the given kind
getEnvironmentVariables() - Method in class com.openshift.internal.restclient.model.build.CustomBuildStrategy
 
getEnvironmentVariables() - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
getEnvironmentVariables() - Method in class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
getEnvironmentVariables() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getEnvironmentVariables(String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getEnvironmentVariables() - Method in interface com.openshift.restclient.model.build.ICustomBuildStrategy
 
getEnvironmentVariables() - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
getEnvironmentVariables() - Method in interface com.openshift.restclient.model.build.ISTIBuildStrategy
Deprecated.
 
getEnvironmentVariables() - Method in interface com.openshift.restclient.model.IReplicationController
Return the list of env vars of the first container
getEnvironmentVariables(String) - Method in interface com.openshift.restclient.model.IReplicationController
Return the list of env vars for the given container or an empty list if the container is not found
getEnvMap(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getEnvVars() - Method in class com.openshift.internal.restclient.model.build.JenkinsPipelineStrategy
 
getEnvVars() - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
getEnvVars() - Method in class com.openshift.internal.restclient.model.Container
 
getEnvVars() - Method in interface com.openshift.restclient.model.build.IJenkinsPipelineStrategy
 
getEnvVars() - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
getEnvVars() - Method in interface com.openshift.restclient.model.IContainer
 
getEventSource() - Method in class com.openshift.internal.restclient.model.KubernetesEvent
 
getEventSource() - Method in interface com.openshift.restclient.model.IEvent
Optional information of the component reporting this event
getExpiresIn() - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
getExpiresIn() - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
Time in ??
getExtra() - Method in class com.openshift.internal.restclient.model.user.OpenShiftIdentity
 
getExtra() - Method in interface com.openshift.restclient.model.user.IIdentity
 
getFailureThreshold() - Method in class com.openshift.internal.restclient.model.probe.Probe
 
getFailureThreshold() - Method in interface com.openshift.restclient.model.probe.IProbe
 
getFieldPath() - Method in class com.openshift.internal.restclient.model.ObjectReference
 
getFieldPath() - Method in interface com.openshift.restclient.model.IObjectFieldSelector
 
getFieldPath() - Method in interface com.openshift.restclient.model.IObjectReference
 
getFirstSeenTimestamp() - Method in class com.openshift.internal.restclient.model.KubernetesEvent
 
getFirstSeenTimestamp() - Method in interface com.openshift.restclient.model.IEvent
The first time this event was recorded
getFrom() - Method in class com.openshift.internal.restclient.model.build.ImageChangeTrigger
 
getFrom() - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
getFrom() - Method in class com.openshift.internal.restclient.model.image.TagReference
 
getFrom() - Method in class com.openshift.internal.restclient.model.template.Parameter
 
getFrom() - Method in interface com.openshift.restclient.model.build.IImageChangeTrigger
Returns the name of the docker image repo to watch
getFrom() - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
Returns the name of the docker image repo to watch
getFrom() - Method in interface com.openshift.restclient.model.image.ITagReference
if specified, a reference to another image that this tag should point to.
getFrom() - Method in interface com.openshift.restclient.model.template.IParameter
Returns the input to the generator
getFromKind() - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
getFromKind() - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
getFromNamespace() - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
getFromNamespace() - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
getFullName() - Method in class com.openshift.internal.restclient.model.user.OpenShiftUser
 
getFullName() - Method in interface com.openshift.restclient.model.user.IUser
The full name of this user
getGeneratorName() - Method in class com.openshift.internal.restclient.model.template.Parameter
 
getGeneratorName() - Method in interface com.openshift.restclient.model.template.IParameter
Returns the generator name which will use the value from 'getFrom' if set
getGroupNames() - Method in class com.openshift.internal.restclient.model.authorization.RoleBinding
 
getGroupNames() - Method in interface com.openshift.restclient.model.authorization.IRoleBinding
 
getGroups() - Method in class com.openshift.internal.restclient.model.user.OpenShiftUser
 
getGroups() - Method in interface com.openshift.restclient.model.user.IUser
Returns the name of the groups this user belongs to
getHost() - Method in class com.openshift.internal.restclient.model.Pod
 
getHost() - Method in class com.openshift.internal.restclient.model.Route
 
getHost() - Method in interface com.openshift.restclient.model.IEvent.IEventSource
The host name on which this event was generated
getHost() - Method in interface com.openshift.restclient.model.IPod
Returns the hostname of the host on which the pod is running.
getHost() - Method in interface com.openshift.restclient.model.route.IRoute
Retrieves the externally available hostname that can be used to access service.
getHostName() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointAddress
 
getIdentities() - Method in class com.openshift.internal.restclient.model.user.OpenShiftUser
 
getIdentities() - Method in interface com.openshift.restclient.model.user.IUser
Returns the identities that point to this user
getImage() - Method in class com.openshift.internal.restclient.model.build.CustomBuildStrategy
 
getImage() - Method in class com.openshift.internal.restclient.model.build.ImageChangeTrigger
 
getImage() - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
getImage() - Method in class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
getImage() - Method in class com.openshift.internal.restclient.model.Container
 
getImage() - Method in interface com.openshift.restclient.model.build.ICustomBuildStrategy
 
getImage() - Method in interface com.openshift.restclient.model.build.IImageChangeTrigger
 
getImage() - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
Returns the Builder Image used to execute the build
getImage() - Method in interface com.openshift.restclient.model.build.ISTIBuildStrategy
Deprecated.
Returns the Builder Image used to execute the build
getImage() - Method in interface com.openshift.restclient.model.IContainer
 
getImageHexIDForImageNameAndTag(String) - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
getImageHexIDForImageNameAndTag(String) - Method in interface com.openshift.restclient.model.IDeploymentConfig
Get the image hexadecimal ID for the image tag used with the latest image change trigger
getImageId(List<ModelNode>) - Method in class com.openshift.internal.restclient.model.ImageStream
 
getImageId(String) - Method in class com.openshift.internal.restclient.model.ImageStream
 
getImageId(String) - Method in interface com.openshift.restclient.model.IImageStream
Gets the long imagae id for the provided tag
getImageJsonFor(DockerImageURI) - Method in class com.openshift.internal.restclient.model.image.ImageStreamImport
 
getImageJsonFor(String) - Method in class com.openshift.internal.restclient.model.image.ImageStreamImport
 
getImageJsonFor(DockerImageURI) - Method in interface com.openshift.restclient.model.image.IImageStreamImport
Deprecated.
getImageJsonFor(String) - Method in interface com.openshift.restclient.model.image.IImageStreamImport
Get the raw json docker metadata for the given tag.
getImageNameAndTagForTriggeredDeployment() - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
getImageNameAndTagForTriggeredDeployment() - Method in interface com.openshift.restclient.model.IDeploymentConfig
Get the image name:tag from a image change trigger firing
getImageNames() - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
getImagePullPolicy() - Method in class com.openshift.internal.restclient.model.Container
 
getImagePullPolicy() - Method in interface com.openshift.restclient.model.IContainer
 
getImagePullSecrets() - Method in class com.openshift.internal.restclient.model.ServiceAccount
 
getImagePullSecrets() - Method in interface com.openshift.restclient.model.serviceaccount.IServiceAccount
Get the collection of all imagePullSecrets
getImages() - Method in class com.openshift.internal.restclient.model.Pod
 
getImages() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getImages() - Method in interface com.openshift.restclient.model.IPod
Returns the names of the images that the containers of this pod are using.
getImages() - Method in interface com.openshift.restclient.model.IReplicationController
Retrieves the list of images deployed in the pod containers from this controller
getImageStatus() - Method in class com.openshift.internal.restclient.model.image.ImageStreamImport
 
getImageStatus() - Method in interface com.openshift.restclient.model.image.IImageStreamImport
The status of the image retrieval
getImageUri() - Method in class com.openshift.restclient.images.DockerImageDescriptor
 
getImplMap() - Static method in class com.openshift.internal.restclient.ResourceFactory
 
getInitialDelaySeconds() - Method in class com.openshift.internal.restclient.model.probe.Probe
 
getInitialDelaySeconds() - Method in interface com.openshift.restclient.model.probe.IProbe
 
getInsecureEdgeTerminationPolicy() - Method in interface com.openshift.restclient.model.route.ITLSConfig
Retrieves InsecureEdgeTerminationPolicy
getInstance() - Static method in class com.openshift.internal.restclient.model.properties.ResourcePropertiesRegistry
 
getInvolvedObject() - Method in class com.openshift.internal.restclient.model.KubernetesEvent
 
getInvolvedObject() - Method in interface com.openshift.restclient.model.IEvent
A reference to the Object that was involved in this event
getIP() - Method in class com.openshift.internal.restclient.model.Pod
 
getIP() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointAddress
 
getIP() - Method in interface com.openshift.restclient.model.IPod
Returns the IP of this pod.
getItems() - Method in class com.openshift.internal.restclient.model.List
 
getItems() - Method in interface com.openshift.restclient.model.IList
Retrieve the list of resources for this config
getJenkinsfile() - Method in class com.openshift.internal.restclient.model.build.JenkinsPipelineStrategy
 
getJenkinsfile() - Method in interface com.openshift.restclient.model.build.IJenkinsPipelineStrategy
 
getJenkinsfilePath() - Method in class com.openshift.internal.restclient.model.build.JenkinsPipelineStrategy
 
getJenkinsfilePath() - Method in interface com.openshift.restclient.model.build.IJenkinsPipelineStrategy
 
getKey() - Method in interface com.openshift.restclient.model.IConfigMapKeySelector
 
getKey() - Method in interface com.openshift.restclient.model.ISecretKeySelector
 
getKey() - Method in interface com.openshift.restclient.model.route.ITLSConfig
Retrieves the key file contents.
getKind() - Method in class com.openshift.internal.restclient.api.models.TypeMeta
 
getKind() - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
getKind() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getKind() - Method in class com.openshift.internal.restclient.model.ObjectReference
 
getKind() - Method in interface com.openshift.restclient.api.models.IKindable
The kind of the resource as would be found at kind
getKind() - Method in interface com.openshift.restclient.IApiTypeMapper.IVersionedApiResource
the kind used with this resource
getKind() - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
 
getKind() - Method in interface com.openshift.restclient.model.IObjectReference
Returns the resource kind
getKubernetesMasterVersion() - Method in class com.openshift.internal.restclient.DefaultClient
 
getKubernetesMasterVersion() - Method in interface com.openshift.restclient.IClient
Query the server to determine the Kubernetes version
getLabels() - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
getLabels() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getLabels() - Method in interface com.openshift.restclient.api.models.ILabelable
Retrieves the labels associated with the resource
getLabels() - Method in interface com.openshift.restclient.model.IResource
Retrieves the labels associated with the resource
getLastSeenTimestamp() - Method in class com.openshift.internal.restclient.model.KubernetesEvent
 
getLastSeenTimestamp() - Method in interface com.openshift.restclient.model.IEvent
The last time this event was recorded
getLatestVersionNumber() - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
getLatestVersionNumber() - Method in interface com.openshift.restclient.model.IDeploymentConfig
Get the latest version number
getLifecycle() - Method in class com.openshift.internal.restclient.model.Container
 
getLifecycle() - Method in interface com.openshift.restclient.model.IContainer
 
getLimitsCPU() - Method in class com.openshift.internal.restclient.model.Container
 
getLimitsCPU() - Method in interface com.openshift.restclient.model.IContainer
 
getLimitsMemory() - Method in class com.openshift.internal.restclient.model.Container
 
getLimitsMemory() - Method in interface com.openshift.restclient.model.IContainer
 
getLivenessProbe() - Method in class com.openshift.internal.restclient.model.Container
 
getLivenessProbe() - Method in interface com.openshift.restclient.model.IContainer
 
getLocalPort() - Method in class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
 
getLocation() - Method in class com.openshift.restclient.capability.resources.IRSyncable.Peer
 
getLogs(boolean, IBinaryCapability.OpenShiftBinaryOption...) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
getLogs(boolean, String, IBinaryCapability.OpenShiftBinaryOption...) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
getLogs() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval.PodLogs
 
getLogs(boolean, IBinaryCapability.OpenShiftBinaryOption...) - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrieval
Return the logs from the pod, optionally following them.
getLogs(boolean, String, IBinaryCapability.OpenShiftBinaryOption...) - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrieval
Return the logs from the pod, optionally following them
getMap() - Method in class com.openshift.restclient.api.capabilities.IPodExec.Options
The collective options
getMap() - Method in class com.openshift.restclient.capability.resources.IPodLogRetrievalAsync.Options
The collective options
getMaxSupportedKubernetesVersion(List<KubernetesAPIVersion>) - Method in class com.openshift.internal.restclient.model.properties.ResourcePropertiesRegistry
The maximum Kubernetes API supported by this client
getMaxSupportedOpenShiftVersion(List<OpenShiftAPIVersion>) - Method in class com.openshift.internal.restclient.model.properties.ResourcePropertiesRegistry
The maximum OpenShift API supported by this client
getMedium() - Method in class com.openshift.internal.restclient.model.volume.EmptyDirVolumeSource
 
getMedium() - Method in interface com.openshift.restclient.model.volume.IEmptyDirVolumeSource
 
getMessage() - Method in class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
getMessage() - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
getMessage() - Method in class com.openshift.internal.restclient.model.Build
 
getMessage() - Method in class com.openshift.internal.restclient.model.KubernetesEvent
 
getMessage() - Method in class com.openshift.internal.restclient.model.Status
 
getMessage() - Method in interface com.openshift.restclient.authorization.IAuthorizationDetails
The message returned from the server for being unauthorized if provided
getMessage() - Method in exception com.openshift.restclient.authorization.UnauthorizedException
 
getMessage() - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Get the message
getMessage() - Method in interface com.openshift.restclient.model.IBuild
Returns the details about the status of this build
getMessage() - Method in interface com.openshift.restclient.model.IEvent
The additional message associated with the event
getMessage() - Method in interface com.openshift.restclient.model.IStatus
Returns the status message
getMessage() - Method in exception com.openshift.restclient.OpenShiftException
 
getMetadata() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getMetadata() - Method in interface com.openshift.restclient.model.IResource
 
getModifiableCapabilities() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getMountPath() - Method in class com.openshift.internal.restclient.model.volume.AbstractVolume
 
getMountPath() - Method in class com.openshift.internal.restclient.model.volume.VolumeMount
 
getMountPath() - Method in interface com.openshift.restclient.model.volume.IVolume
Deprecated.
 
getMountPath() - Method in interface com.openshift.restclient.model.volume.IVolumeMount
 
getName() - Method in class com.openshift.internal.restclient.api.capabilities.PodExec
 
getName() - Method in class com.openshift.internal.restclient.api.capabilities.ScaleCapability
 
getName() - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.AnnotationCapability
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.BuildCanceller
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.ClientCapability
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.DeployCapability
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTrigger
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.DockerRegistryImageStreamImportCapability
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.ImageStreamImportCapability
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval.PodLogs
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.PodLogRetrievalAsync
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.ProjectTemplateListCapability
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.ProjectTemplateProcessing
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.PropertyAccessCapability
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.TemplateTraceability
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.UpdateableCapability
 
getName() - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing
 
getName() - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
getName() - Method in class com.openshift.internal.restclient.model.Container
 
getName() - Method in class com.openshift.internal.restclient.model.deploy.DeploymentRequest
 
getName() - Method in class com.openshift.internal.restclient.model.EnvironmentVariable
 
getName() - Method in class com.openshift.internal.restclient.model.image.TagReference
 
getName() - Method in class com.openshift.internal.restclient.model.kubeclient.Cluster
 
getName() - Method in class com.openshift.internal.restclient.model.kubeclient.Context
 
getName() - Method in class com.openshift.internal.restclient.model.kubeclient.User
 
getName() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getName() - Method in class com.openshift.internal.restclient.model.ObjectReference
 
getName() - Method in class com.openshift.internal.restclient.model.Port
 
getName() - Method in class com.openshift.internal.restclient.model.ServicePort
 
getName() - Method in class com.openshift.internal.restclient.model.template.Parameter
 
getName() - Method in class com.openshift.internal.restclient.model.volume.AbstractVolume
 
getName() - Method in class com.openshift.internal.restclient.model.volume.VolumeMount
 
getName() - Method in class com.openshift.internal.restclient.model.volume.VolumeSource
 
getName() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointAddress
 
getName() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointPort
 
getName() - Method in interface com.openshift.restclient.api.models.IObjectMeta
Returns the identifier for this resource
getName() - Method in interface com.openshift.restclient.capability.ICapability
Well known name of the capability
getName() - Method in class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
 
getName() - Method in interface com.openshift.restclient.IApiTypeMapper.IApiGroup
The name of the api group
getName() - Method in interface com.openshift.restclient.IApiTypeMapper.IVersionedApiResource
get resource name this group supports
getName() - Method in class com.openshift.restclient.images.DockerImageURI
 
getName() - Method in interface com.openshift.restclient.model.deploy.IDeploymentRequest
Returns the name of the deployment config seeded into the deployment request
getName() - Method in interface com.openshift.restclient.model.IConfigMapKeySelector
 
getName() - Method in interface com.openshift.restclient.model.IContainer
 
getName() - Method in interface com.openshift.restclient.model.IEnvironmentVariable
The name of the env var
getName() - Method in interface com.openshift.restclient.model.image.ITagReference
Returns the identifier for this reference
getName() - Method in interface com.openshift.restclient.model.IObjectReference
Returns the identifier for this resource
getName() - Method in interface com.openshift.restclient.model.IPort
The name of the port
getName() - Method in interface com.openshift.restclient.model.IResource
Returns the identifier for this resource
getName() - Method in interface com.openshift.restclient.model.ISecretKeySelector
 
getName() - Method in interface com.openshift.restclient.model.IServicePort
The name of the port
getName() - Method in interface com.openshift.restclient.model.kubeclient.ICluster
 
getName() - Method in interface com.openshift.restclient.model.kubeclient.IContext
The name of the context
getName() - Method in interface com.openshift.restclient.model.kubeclient.IUser
 
getName() - Method in interface com.openshift.restclient.model.template.IParameter
Returns the name of the parameter that is substituted in the template
getName() - Method in interface com.openshift.restclient.model.volume.IVolume
Deprecated.
 
getName() - Method in interface com.openshift.restclient.model.volume.IVolumeMount
 
getName() - Method in interface com.openshift.restclient.model.volume.IVolumeSource
 
getNameAndTag() - Method in class com.openshift.restclient.images.DockerImageURI
Get the docker tag as name:tag only
getNamespace() - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
getNamespace() - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
getNamespace() - Method in class com.openshift.internal.restclient.model.kubeclient.Context
 
getNamespace() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getNamespace() - Method in class com.openshift.internal.restclient.model.Namespace
 
getNamespace() - Method in class com.openshift.internal.restclient.model.ObjectReference
 
getNamespace() - Method in interface com.openshift.restclient.api.models.IObjectMeta
Returns the scope of this resource
getNamespace() - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
 
getNamespace() - Method in interface com.openshift.restclient.model.IObjectReference
Returns the scope of this resource
getNamespace() - Method in interface com.openshift.restclient.model.IResource
Return the namespace of the resource
getNamespace() - Method in interface com.openshift.restclient.model.kubeclient.IContext
default namespace to use on unspecified requests
getNamespaceName() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getNamespaceName() - Method in class com.openshift.internal.restclient.model.Namespace
 
getNamespaceName() - Method in class com.openshift.internal.restclient.model.Project
 
getNamespaceName() - Method in interface com.openshift.restclient.model.IResource
Returns the scope of this resource
getNode() - Method in class com.openshift.internal.restclient.model.deploy.DeploymentTrigger
 
getNode() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getNode() - Method in class com.openshift.internal.restclient.model.ModelNodeAdapter
 
getNode() - Method in class com.openshift.internal.restclient.model.Port
 
getNodeName() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointAddress
 
getNodePort() - Method in class com.openshift.internal.restclient.model.ServicePort
 
getNodePort() - Method in interface com.openshift.restclient.model.IServicePort
External service port
getNotReadyAddresses() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointSubset
 
getObjectLabels() - Method in class com.openshift.internal.restclient.model.template.Template
 
getObjectLabels() - Method in interface com.openshift.restclient.model.template.ITemplate
Retrieves the labels that are applied to the objects of the template when it is processed.
getObjects() - Method in class com.openshift.internal.restclient.model.template.Template
 
getObjects() - Method in interface com.openshift.restclient.model.template.ITemplate
Retrieves the list of resources this template creates
getOpenShiftAPIVersion() - Method in class com.openshift.internal.restclient.DefaultClient
 
getOpenShiftAPIVersion() - Method in interface com.openshift.restclient.IClient
Returns the OpenShift API version for this client
getOpenShiftBinaryLocation() - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
 
getOpenshiftMasterVersion() - Method in class com.openshift.internal.restclient.DefaultClient
 
getOpenshiftMasterVersion() - Method in interface com.openshift.restclient.IClient
Query the server to determine the Openshift version
getOrder() - Method in interface com.openshift.internal.restclient.APIModelVersion
 
getOrder() - Method in enum com.openshift.internal.restclient.KubernetesAPIVersion
 
getOrder() - Method in enum com.openshift.internal.restclient.OpenShiftAPIVersion
 
getOutputDockerImage() - Method in class com.openshift.internal.restclient.model.build.BuildStatus
 
getOutputDockerImage() - Method in interface com.openshift.restclient.model.build.IBuildStatus
 
getOutputKind() - Method in class com.openshift.internal.restclient.model.Build
 
getOutputKind() - Method in interface com.openshift.restclient.model.IBuild
 
getOutputRepositoryName() - Method in class com.openshift.internal.restclient.model.BuildConfig
 
getOutputRepositoryName() - Method in interface com.openshift.restclient.model.IBuildConfig
Retrieves the name of the repository where the resulting build image will be pushed
getOutputTo() - Method in class com.openshift.internal.restclient.model.Build
 
getOutputTo() - Method in interface com.openshift.restclient.model.IBuild
 
getParameter() - Method in class com.openshift.restclient.capability.resources.IRSyncable.LocalPeer
 
getParameter() - Method in class com.openshift.restclient.capability.resources.IRSyncable.Peer
 
getParameter() - Method in class com.openshift.restclient.capability.resources.IRSyncable.PodPeer
 
getParameters() - Method in class com.openshift.internal.restclient.model.template.Template
 
getParameters() - Method in interface com.openshift.restclient.model.template.ITemplate
Returns a map of parameter names to parameters.
getPassword() - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
getPassword() - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
Password to use to authenticate to retrieve a token
getPath(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getPath() - Method in class com.openshift.internal.restclient.model.Route
 
getPath() - Method in class com.openshift.internal.restclient.model.volume.HostPathVolumeSource
 
getPath() - Method in class com.openshift.internal.restclient.model.volume.property.HostPathVolumeProperties
 
getPath() - Method in class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
getPath(Map<String, String[]>, String) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
getPath(String) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
getPath() - Method in interface com.openshift.restclient.model.route.IRoute
Retrieves the path that the router watches for, to route traffic for to the service.
getPath() - Method in interface com.openshift.restclient.model.volume.IHostPathVolumeSource
Host path mapped into a pod
getPath() - Method in interface com.openshift.restclient.model.volume.property.IHostPathVolumeProperties
 
getPath() - Method in interface com.openshift.restclient.model.volume.property.INfsVolumeProperties
 
getPeriodSeconds() - Method in class com.openshift.internal.restclient.model.probe.Probe
 
getPeriodSeconds() - Method in interface com.openshift.restclient.model.probe.IProbe
 
getPersistentVolumeProperties() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
 
getPersistentVolumeProperties() - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
 
getPhase() - Method in class com.openshift.internal.restclient.model.build.BuildStatus
 
getPhase() - Method in interface com.openshift.restclient.model.build.IBuildStatus
 
getPod() - Method in class com.openshift.restclient.capability.resources.IRSyncable.LocalPeer
 
getPod() - Method in class com.openshift.restclient.capability.resources.IRSyncable.Peer
 
getPod() - Method in class com.openshift.restclient.capability.resources.IRSyncable.PodPeer
 
getPodName() - Method in class com.openshift.internal.restclient.model.Build
 
getPodName() - Method in interface com.openshift.restclient.model.IBuild
Deprecated.
getPods() - Method in class com.openshift.internal.restclient.model.Service
 
getPods() - Method in interface com.openshift.restclient.model.IService
Retrieves the pods for this service
getPort() - Method in class com.openshift.internal.restclient.model.Route
 
getPort() - Method in class com.openshift.internal.restclient.model.Service
 
getPort() - Method in class com.openshift.internal.restclient.model.ServicePort
 
getPort() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointPort
 
getPort() - Method in interface com.openshift.restclient.model.IService
Returns the first exposed port that is mapped to a running image
getPort() - Method in interface com.openshift.restclient.model.IServicePort
Port exposed by the service
getPort() - Method in interface com.openshift.restclient.model.route.IRoute
Retrieves the target port of this route.
getPortalIP() - Method in class com.openshift.internal.restclient.model.Service
Deprecated.
getPortalIP() - Method in interface com.openshift.restclient.model.IService
Deprecated.
getPortPairs() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
getPortPairs() - Method in interface com.openshift.restclient.capability.resources.IPortForwardable
The port pairs.
getPorts() - Method in class com.openshift.internal.restclient.model.Container
 
getPorts() - Method in class com.openshift.internal.restclient.model.Service
 
getPorts() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointSubset
 
getPorts() - Method in interface com.openshift.restclient.model.IContainer
 
getPorts() - Method in interface com.openshift.restclient.model.IService
Get the collection of ports for the service
getPostStart() - Method in class com.openshift.internal.restclient.model.Lifecycle
 
getPostStart() - Method in interface com.openshift.restclient.model.ILifecycle
 
getPreferedVersion() - Method in interface com.openshift.restclient.IApiTypeMapper.IApiGroup
The prefered version for the group
getPreferedVersionFor(String) - Method in class com.openshift.internal.restclient.ApiTypeMapper
 
getPreferedVersionFor(String) - Method in interface com.openshift.restclient.IApiTypeMapper
 
getPrefix() - Method in interface com.openshift.restclient.IApiTypeMapper.IApiGroup
The prefix for this api group (e.g. api, oapi, apis)
getPrefix() - Method in interface com.openshift.restclient.IApiTypeMapper.IVersionedApiResource
The prefix for this api group (e.g. api, oapi, apis)
getPreStop() - Method in class com.openshift.internal.restclient.model.Lifecycle
 
getPreStop() - Method in interface com.openshift.restclient.model.ILifecycle
 
getProcess() - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
 
getProject() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getProject() - Method in class com.openshift.internal.restclient.model.Project
 
getProject() - Method in interface com.openshift.restclient.model.IResource
Return the project of the resource
getPropertyKeys() - Method in class com.openshift.internal.restclient.model.deploy.DeploymentTrigger
 
getPropertyKeys() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getPropertyKeys() - Method in class com.openshift.internal.restclient.model.ModelNodeAdapter
 
getProtocol() - Method in class com.openshift.internal.restclient.model.Port
 
getProtocol() - Method in class com.openshift.internal.restclient.model.ServicePort
 
getProtocol() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointPort
 
getProtocol() - Method in interface com.openshift.restclient.model.IPort
 
getProtocol() - Method in interface com.openshift.restclient.model.IServicePort
IP protocol (TCP, UDP)
getProviderName() - Method in class com.openshift.internal.restclient.model.user.OpenShiftIdentity
 
getProviderName() - Method in interface com.openshift.restclient.model.user.IIdentity
 
getPushSecret() - Method in class com.openshift.internal.restclient.model.Build
 
getPushSecret() - Method in interface com.openshift.restclient.model.IBuild
 
getPVType() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
 
getReadinessProbe() - Method in class com.openshift.internal.restclient.model.Container
 
getReadinessProbe() - Method in interface com.openshift.restclient.model.IContainer
 
getReason() - Method in class com.openshift.internal.restclient.model.KubernetesEvent
 
getReason() - Method in interface com.openshift.restclient.model.IEvent
The reason for the event
getReclaimPolicy() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
 
getReclaimPolicy() - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
 
getRef() - Method in class com.openshift.internal.restclient.model.build.GitBuildSource
 
getRef() - Method in interface com.openshift.restclient.model.build.IGitBuildSource
The branch/tag/ref to build
getRegistryUri() - Method in interface com.openshift.restclient.capability.server.IImageRegistryHosting
Gets the Image Registry URI
getRemotePort() - Method in class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
 
getReplicas() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getReplicas() - Method in interface com.openshift.restclient.model.IReplicationController
 
getReplicaSelector() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getReplicaSelector() - Method in interface com.openshift.restclient.model.IReplicationController
Returns the selector used by the controller
getRepositoryHost() - Method in class com.openshift.restclient.images.DockerImageURI
 
getRequestedStorage() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaim
 
getRequestedStorage() - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaim
The requested storage
getRequester() - Method in class com.openshift.internal.restclient.model.Namespace
 
getRequester() - Method in interface com.openshift.restclient.model.INamespace
 
getRequestsCPU() - Method in class com.openshift.internal.restclient.model.Container
 
getRequestsCPU() - Method in interface com.openshift.restclient.model.IContainer
 
getRequestsMemory() - Method in class com.openshift.internal.restclient.model.Container
 
getRequestsMemory() - Method in interface com.openshift.restclient.model.IContainer
 
getRequestTokenLink() - Method in class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
getRequestTokenLink() - Method in interface com.openshift.restclient.authorization.IAuthorizationDetails
The link to visit to request a valid token that can be used to access the server if provided
getResource() - Method in class com.openshift.internal.restclient.capability.resources.AnnotationCapability
 
getResourceFactory() - Method in class com.openshift.internal.restclient.DefaultClient
 
getResourceFactory() - Method in interface com.openshift.restclient.IClient
Returns the resource factory used to create resources based on the response from the server
getResourceName() - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTrigger
 
getResourceName() - Method in interface com.openshift.restclient.capability.resources.IDeploymentTriggerable
Returns the name of the deployment config seeded into the deployment request
getResources(String) - Method in class com.openshift.internal.restclient.model.Namespace
 
getResources(String) - Method in class com.openshift.internal.restclient.model.Project
 
getResources(String) - Method in interface com.openshift.restclient.model.INamespace
Retrieves resource of the given kind that are scoped to this project
getResources(String) - Method in interface com.openshift.restclient.model.IProject
Retrieves resource of the given kind that are scoped to this project
getResourceURI(IResource) - Method in class com.openshift.internal.restclient.DefaultClient
 
getResourceURI(IResource) - Method in interface com.openshift.restclient.IClient
 
getResourceVersion() - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
getResourceVersion() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getResourceVersion() - Method in class com.openshift.internal.restclient.model.ObjectReference
 
getResourceVersion() - Method in interface com.openshift.restclient.api.models.IObjectMeta
A value that represents the version of this resource
getResourceVersion() - Method in interface com.openshift.restclient.model.IObjectReference
returns the resource version of this resource
getResourceVersion() - Method in interface com.openshift.restclient.model.IResource
 
getRoleRef() - Method in class com.openshift.internal.restclient.model.authorization.RoleBinding
 
getRoleRef() - Method in interface com.openshift.restclient.model.authorization.IRoleBinding
 
getScheme() - Method in class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
getScheme() - Method in interface com.openshift.restclient.authorization.IAuthorizationDetails
The authentication scheme
getScriptsLocation() - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
getScriptsLocation() - Method in class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
getScriptsLocation() - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
getScriptsLocation() - Method in interface com.openshift.restclient.model.build.ISTIBuildStrategy
Deprecated.
 
getSecret() - Method in class com.openshift.internal.restclient.model.build.WebhookTrigger
 
getSecret() - Method in interface com.openshift.restclient.model.build.IWebhookTrigger
 
getSecretName() - Method in class com.openshift.internal.restclient.model.volume.SecretVolumeSource
 
getSecretName() - Method in interface com.openshift.restclient.model.volume.ISecretVolumeSource
 
getSecrets() - Method in class com.openshift.internal.restclient.model.ServiceAccount
 
getSecrets() - Method in interface com.openshift.restclient.model.serviceaccount.IServiceAccount
Get the collection of all secrets
getSelector() - Method in class com.openshift.internal.restclient.model.Service
 
getSelector() - Method in interface com.openshift.restclient.model.IService
Returns the selector used to find the Pod to which this service is routing
getServer() - Method in class com.openshift.internal.restclient.model.kubeclient.Cluster
 
getServer() - Method in class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
getServer() - Method in interface com.openshift.restclient.model.kubeclient.ICluster
The server url
getServer() - Method in interface com.openshift.restclient.model.volume.property.INfsVolumeProperties
 
getServerReadyStatus() - Method in class com.openshift.internal.restclient.DefaultClient
 
getServerReadyStatus() - Method in interface com.openshift.restclient.IClient
Query the server to determine if it is ready
getServiceAccountName() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getServiceAccountName() - Method in interface com.openshift.restclient.model.IReplicationController
Retrieves the service account used by the controller
getServiceName() - Method in class com.openshift.internal.restclient.model.Route
 
getServiceName() - Method in interface com.openshift.restclient.model.route.IRoute
Retrieves the name of the service this route leads to.
getSourceURI() - Method in class com.openshift.internal.restclient.model.BuildConfig
 
getSourceURI() - Method in interface com.openshift.restclient.model.IBuildConfig
Returns the source URL for a build
getSpecReplicas() - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
getSpecReplicas() - Method in interface com.openshift.restclient.apis.autoscaling.models.IScale
The number of desired replicas
getSSLContext(TrustManager) - Static method in class com.openshift.restclient.utils.SSLUtils
 
getStartTime() - Method in class com.openshift.internal.restclient.model.build.BuildStatus
 
getStartTime() - Method in interface com.openshift.restclient.model.build.IBuildStatus
 
getStatus() - Method in class com.openshift.internal.restclient.model.Build
 
getStatus() - Method in class com.openshift.internal.restclient.model.Pod
The logic of the method is a copied from 'podStatus' function of [app/scripts/filters/resources.js] of [openshift/origin-web-console]
getStatus() - Method in class com.openshift.internal.restclient.model.Project
 
getStatus() - Method in class com.openshift.internal.restclient.model.Status
 
getStatus() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaim
 
getStatus(String) - Static method in class com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor
 
getStatus() - Method in exception com.openshift.restclient.authorization.UnauthorizedException
 
getStatus() - Method in interface com.openshift.restclient.model.IBuild
Returns the status of the buld
getStatus() - Method in interface com.openshift.restclient.model.IPod
Returns the status of the pod.
getStatus() - Method in interface com.openshift.restclient.model.IProject
 
getStatus() - Method in interface com.openshift.restclient.model.IStatus
The status info of the status
getStatus() - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaim
The status of the claim
getStatus() - Method in exception com.openshift.restclient.OpenShiftException
 
getSubjects() - Method in class com.openshift.internal.restclient.model.authorization.RoleBinding
 
getSubjects() - Method in interface com.openshift.restclient.model.authorization.IRoleBinding
 
getSubSets() - Method in class com.openshift.internal.restclient.api.models.Endpoints
 
getSubSets() - Method in interface com.openshift.restclient.api.models.IEndpoints
 
getSuccessThreshold() - Method in class com.openshift.internal.restclient.model.probe.Probe
 
getSuccessThreshold() - Method in interface com.openshift.restclient.model.probe.IProbe
 
getSupportedKubernetesVersions() - Method in class com.openshift.internal.restclient.model.properties.ResourcePropertiesRegistry
 
getSupportedOpenShiftVersions() - Method in class com.openshift.internal.restclient.model.properties.ResourcePropertiesRegistry
 
getTag() - Method in class com.openshift.internal.restclient.model.build.ImageChangeTrigger
 
getTag() - Method in class com.openshift.restclient.images.DockerImageURI
 
getTag() - Method in interface com.openshift.restclient.model.build.IImageChangeTrigger
Returns the tag to watch in the image repository
getTagNames() - Method in class com.openshift.internal.restclient.model.ImageStream
 
getTagNames() - Method in interface com.openshift.restclient.model.IImageStream
The collection of tag names as listed in status.tags
getTags() - Method in class com.openshift.internal.restclient.capability.resources.TagCapability
 
getTags() - Method in class com.openshift.internal.restclient.model.ImageStream
 
getTags() - Method in interface com.openshift.restclient.capability.resources.ITags
The list of tags
getTags() - Method in interface com.openshift.restclient.model.IImageStream
The collection of tag references for this imagestream
getTargetPort() - Method in class com.openshift.internal.restclient.model.Service
 
getTargetPort() - Method in class com.openshift.internal.restclient.model.ServicePort
 
getTargetPort() - Method in interface com.openshift.restclient.model.IService
The port this service targets on the pod
getTargetPort() - Method in interface com.openshift.restclient.model.IServicePort
The target port on the pod it services.
getTargetPort() - Method in interface com.openshift.restclient.model.route.ITargetPort
Returns the target port value.
getTargetPortName() - Method in interface com.openshift.restclient.model.route.ITargetPort
Returns the target port name.
getTargetRef() - Method in interface com.openshift.restclient.api.models.IEndpoints.IEndpointAddress
 
getTemplateLabels() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getTemplateLabels() - Method in interface com.openshift.restclient.model.IReplicationController
Returns the labels for the template in this replication controller
getTemplateName() - Method in class com.openshift.internal.restclient.capability.resources.TemplateTraceability
 
getTemplateName() - Method in interface com.openshift.restclient.capability.resources.ITemplateTraceability
Get the name of the template if any associated with this resource
getTemplates() - Method in class com.openshift.internal.restclient.capability.resources.ProjectTemplateListCapability
 
getTemplates() - Method in interface com.openshift.restclient.capability.resources.IProjectTemplateList
Retrieve the templates associated with a specific project
getTerminationType() - Method in interface com.openshift.restclient.model.route.ITLSConfig
Returns the termination type.
getTimeoutSeconds() - Method in class com.openshift.internal.restclient.model.probe.Probe
 
getTimeoutSeconds() - Method in interface com.openshift.restclient.model.probe.IProbe
 
getTLSConfig() - Method in class com.openshift.internal.restclient.model.Route
 
getTLSConfig() - Method in interface com.openshift.restclient.model.route.IRoute
Retrieves the TLS configuration of this route.
getToken() - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
getToken() - Method in class com.openshift.internal.restclient.DefaultClient
 
getToken() - Method in class com.openshift.internal.restclient.model.kubeclient.User
 
getToken() - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
Token to use for authentication.
getToken() - Method in interface com.openshift.restclient.model.kubeclient.IUser
 
getTokenEndpoint() - Method in class com.openshift.internal.restclient.DefaultClient
 
getTokenEndpoint() - Method in interface com.openshift.restclient.IClient
 
getTriggers() - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
getTriggers() - Method in interface com.openshift.restclient.model.IDeploymentConfig
Returns the trigger of the given type or null if it doesn not exist
getTriggerTypes() - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
getTriggerTypes() - Method in interface com.openshift.restclient.model.IDeploymentConfig
Get the list of deployment triggers
getType() - Method in class com.openshift.internal.restclient.model.build.BinaryBuildSource
 
getType() - Method in class com.openshift.internal.restclient.model.build.CustomBuildStrategy
 
getType() - Method in class com.openshift.internal.restclient.model.build.DockerBuildStrategy
 
getType() - Method in class com.openshift.internal.restclient.model.build.GitBuildSource
 
getType() - Method in class com.openshift.internal.restclient.model.build.ImageChangeTrigger
 
getType() - Method in class com.openshift.internal.restclient.model.build.JenkinsPipelineStrategy
 
getType() - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
getType() - Method in class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
getType() - Method in class com.openshift.internal.restclient.model.build.WebhookTrigger
 
getType() - Method in class com.openshift.internal.restclient.model.deploy.DeploymentTrigger
 
getType() - Method in class com.openshift.internal.restclient.model.ExecAction
 
getType() - Method in class com.openshift.internal.restclient.model.KubernetesEvent
 
getType() - Method in class com.openshift.internal.restclient.model.Secret
 
getType() - Method in class com.openshift.internal.restclient.model.Service
 
getType() - Method in interface com.openshift.restclient.model.build.IBuildSource
The BuildSourceType
getType() - Method in interface com.openshift.restclient.model.build.IBuildStrategy
The type of build Strategy
getType() - Method in interface com.openshift.restclient.model.build.IBuildTrigger
 
getType() - Method in interface com.openshift.restclient.model.deploy.IDeploymentTrigger
 
getType() - Method in interface com.openshift.restclient.model.IEvent
The type of this event (e.g.
getType() - Method in interface com.openshift.restclient.model.IHandler
 
getType() - Method in interface com.openshift.restclient.model.IService
Returns the type of the service.
getType() - Method in interface com.openshift.restclient.model.secret.ISecret
Returns the type of Secrete - default Opaque return
getTypes() - Static method in interface com.openshift.restclient.model.volume.VolumeType
 
getUID() - Method in class com.openshift.internal.restclient.model.ObjectReference
 
getUID() - Method in class com.openshift.internal.restclient.model.user.OpenShiftGroup
 
getUID() - Method in class com.openshift.internal.restclient.model.user.OpenShiftIdentity
 
getUID() - Method in class com.openshift.internal.restclient.model.user.OpenShiftUser
 
getUID() - Method in interface com.openshift.restclient.model.IObjectReference
 
getUID() - Method in interface com.openshift.restclient.model.user.IGroup
 
getUID() - Method in interface com.openshift.restclient.model.user.IIdentity
 
getUID() - Method in interface com.openshift.restclient.model.user.IUser
Returns the user uid as specified in the metadata
getURI() - Method in class com.openshift.internal.restclient.model.build.GitBuildSource
 
getURI() - Method in interface com.openshift.restclient.model.build.IGitBuildSource
The URI to the source repo
getUriUserNameAndName() - Method in class com.openshift.restclient.images.DockerImageURI
Get the docker tag as username/name only
getUriWithoutHost() - Method in class com.openshift.restclient.images.DockerImageURI
Get the docker tag as username/name:tag only
getUriWithoutTag() - Method in class com.openshift.restclient.images.DockerImageURI
Get the docker tag as repo:9999/username/name only
getURL() - Method in class com.openshift.internal.restclient.model.Route
 
getURL() - Method in interface com.openshift.restclient.model.route.IRoute
Return a URL representation of this route.
getUser() - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
getUser() - Method in class com.openshift.internal.restclient.model.kubeclient.Context
 
getUser() - Method in class com.openshift.internal.restclient.model.user.OpenShiftIdentity
 
getUser() - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
The authorized user if it can be found for this token
getUser() - Method in interface com.openshift.restclient.model.kubeclient.IContext
Returns the user info in the form of: USERNAME/URL
getUser() - Method in interface com.openshift.restclient.model.user.IIdentity
 
getUserName() - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
getUserName() - Method in class com.openshift.internal.restclient.model.user.OpenShiftIdentity
 
getUserName() - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
A username to use for authenticating
getUserName() - Method in class com.openshift.restclient.images.DockerImageURI
 
getUserName() - Method in interface com.openshift.restclient.model.user.IIdentity
 
getUserNames() - Method in class com.openshift.internal.restclient.model.authorization.RoleBinding
 
getUserNames() - Method in interface com.openshift.restclient.model.authorization.IRoleBinding
 
getUsers() - Method in class com.openshift.internal.restclient.model.kubeclient.KubeClientConfig
 
getUsers() - Method in class com.openshift.internal.restclient.model.user.OpenShiftGroup
 
getUsers() - Method in interface com.openshift.restclient.model.kubeclient.IKubeClientConfig
 
getUsers() - Method in interface com.openshift.restclient.model.user.IGroup
 
getValue() - Method in class com.openshift.internal.restclient.model.EnvironmentVariable
 
getValue() - Method in class com.openshift.internal.restclient.model.template.Parameter
 
getValue() - Method in class com.openshift.restclient.IOpenShiftWatchListener.ChangeType
 
getValue() - Method in interface com.openshift.restclient.model.IEnvironmentVariable
The value of the environment variable or null if not defined.
getValue() - Method in interface com.openshift.restclient.model.template.IParameter
Returns the value to use
getValueFrom() - Method in class com.openshift.internal.restclient.model.EnvironmentVariable
 
getValueFrom() - Method in interface com.openshift.restclient.model.IEnvironmentVariable
The ref value or null if not defined
getVersion() - Method in interface com.openshift.restclient.IApiTypeMapper.IVersionedApiResource
The version of the resource (e.g. v1)
getVersions() - Method in interface com.openshift.restclient.IApiTypeMapper.IApiGroup
The list of supported versions for the group.
getVolumeMounts() - Method in class com.openshift.internal.restclient.model.Container
 
getVolumeMounts() - Method in interface com.openshift.restclient.model.IContainer
 
getVolumeName() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaim
 
getVolumeName() - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaim
The volume name
getVolumes() - Method in class com.openshift.internal.restclient.model.Container
 
getVolumes() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getVolumes() - Method in interface com.openshift.restclient.model.IContainer
Deprecated.
getVolumes() - Method in interface com.openshift.restclient.model.IReplicationController
The volumes associated with the pod spec
getWebhookURL() - Method in class com.openshift.internal.restclient.model.build.WebhookTrigger
 
getWebhookURL() - Method in interface com.openshift.restclient.model.build.IWebhookTrigger
Returns the URL to trigger the build for the resource
GIT - Static variable in interface com.openshift.restclient.model.build.BuildSourceType
 
GitBuildSource - Class in com.openshift.internal.restclient.model.build
 
GitBuildSource(String, String, String) - Constructor for class com.openshift.internal.restclient.model.build.GitBuildSource
 
GitFolderExclude() - Constructor for class com.openshift.restclient.capability.resources.IRSyncable.GitFolderExclude
 
github - Static variable in interface com.openshift.restclient.model.build.BuildTriggerType
Deprecated.
GITHUB - Static variable in interface com.openshift.restclient.model.build.BuildTriggerType
 
GLUSTERFS - Static variable in interface com.openshift.restclient.model.volume.VolumeType
 
GROUP - Static variable in class com.openshift.restclient.ResourceKind
 

H

handleChallange(Request.Builder) - Method in class com.openshift.internal.restclient.okhttp.BasicChallangeHandler
 
has(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
hashCode() - Method in class com.openshift.internal.restclient.DefaultClient
 
hashCode() - Method in class com.openshift.internal.restclient.model.build.ImageChangeTrigger
 
hashCode() - Method in class com.openshift.internal.restclient.model.build.WebhookTrigger
 
hashCode() - Method in class com.openshift.internal.restclient.model.EnvironmentVariable
 
hashCode() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
hashCode() - Method in class com.openshift.internal.restclient.model.ObjectReference
 
hashCode() - Method in class com.openshift.internal.restclient.model.Port
 
hashCode() - Method in class com.openshift.internal.restclient.model.ServicePort
 
hashCode() - Method in class com.openshift.internal.restclient.model.template.Parameter
 
hashCode() - Method in class com.openshift.internal.restclient.model.volume.AbstractVolume
 
hashCode() - Method in class com.openshift.internal.restclient.model.volume.property.HostPathVolumeProperties
 
hashCode() - Method in class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
hashCode() - Method in class com.openshift.internal.restclient.model.volume.VolumeMount
 
hashCode() - Method in class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
 
hashCode() - Method in class com.openshift.restclient.images.DockerImageURI
 
hashCode() - Method in class com.openshift.restclient.IOpenShiftWatchListener.ChangeType
 
hasStatus() - Method in exception com.openshift.restclient.OpenShiftException
 
haveTriggersFired() - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
haveTriggersFired() - Method in interface com.openshift.restclient.model.IDeploymentConfig
Return whether deployments have fired because of triggers
HOST_PATH - Static variable in interface com.openshift.restclient.model.volume.VolumeType
 
HostPathVolumeProperties - Class in com.openshift.internal.restclient.model.volume.property
 
HostPathVolumeProperties(String) - Constructor for class com.openshift.internal.restclient.model.volume.property.HostPathVolumeProperties
 
HostPathVolumeSource - Class in com.openshift.internal.restclient.model.volume
Implementation of a hostpath volume source
HostPathVolumeSource(ModelNode) - Constructor for class com.openshift.internal.restclient.model.volume.HostPathVolumeSource
 
HTTP - Static variable in interface com.openshift.restclient.model.IHandler
 

I

IAnnotatable - Interface in com.openshift.restclient.api.models
A resource that can be annotated
IApiTypeMapper - Interface in com.openshift.restclient
Determine the supported api endpoints by the cluster
IApiTypeMapper.IApiGroup - Interface in com.openshift.restclient
The api group for a given set of resources and the versions it supports.
IApiTypeMapper.IVersionedApiResource - Interface in com.openshift.restclient
A description of an endpoint for a given resource and the capabilities it supports
IApiVersionable - Interface in com.openshift.restclient.api.models
A model that can be versioned
IAuthorizationContext - Interface in com.openshift.restclient.authorization
 
IAuthorizationDetails - Interface in com.openshift.restclient.authorization
The details about how to manually obtain a request token
IBinaryBuildSource - Interface in com.openshift.restclient.model.build
 
IBinaryBuildTriggerable - Interface in com.openshift.restclient.capability.resources
Capability to trigger a binary build based on the build configuration
IBinaryCapability - Interface in com.openshift.restclient.capability
 
IBinaryCapability.OpenShiftBinaryOption - Interface in com.openshift.restclient.capability
 
IBinaryCapability.SkipTlsVerify - Class in com.openshift.restclient.capability
Skips the SSL/TLS Verification when using a binary capability
IBuild - Interface in com.openshift.restclient.model
 
IBuildCancelable - Interface in com.openshift.restclient.capability.resources
Capability to cancel a build that is running
IBuildConfig - Interface in com.openshift.restclient.model
 
IBuildConfigBuilder - Interface in com.openshift.restclient.model.build
 
IBuildConfigBuilder.IBinarySourceBuilder - Interface in com.openshift.restclient.model.build
 
IBuildConfigBuilder.IGitSourceBuilder - Interface in com.openshift.restclient.model.build
 
IBuildConfigBuilder.IJenkinsPipelineStrategyBuilder - Interface in com.openshift.restclient.model.build
 
IBuildConfigBuilder.ISourceBuilder<T extends IBuildConfigBuilder.ISourceBuilder> - Interface in com.openshift.restclient.model.build
 
IBuildConfigBuilder.ISourceStrategyBuilder - Interface in com.openshift.restclient.model.build
 
IBuildRequest - Interface in com.openshift.restclient.model.build
Resource payload for triggering a build
IBuildSource - Interface in com.openshift.restclient.model.build
 
IBuildStatus - Interface in com.openshift.restclient.model.build
 
IBuildStrategy - Interface in com.openshift.restclient.model.build
 
IBuildTrigger - Interface in com.openshift.restclient.model.build
 
IBuildTriggerable - Interface in com.openshift.restclient.capability.resources
Capability to trigger a build based on the build configuration
ICapability - Interface in com.openshift.restclient.capability
 
ICapable - Interface in com.openshift.restclient.capability
ICapable allows a source to be queried and identify its capabilities
IClient - Interface in com.openshift.restclient
Client is the the simplest interface for interacting with the OpenShift master server.
IClientCapability - Interface in com.openshift.restclient.capability.resources
The capability to retrieve the client from a resource
ICluster - Interface in com.openshift.restclient.model.kubeclient
 
IConfig - Interface in com.openshift.restclient.model
Deprecated.
??? in later model versions in favor of List?
IConfigMap - Interface in com.openshift.restclient.model
Represents a ConfigMap resource that holds configuration properties.
IConfigMapKeySelector - Interface in com.openshift.restclient.model
 
IContainer - Interface in com.openshift.restclient.model
 
IContext - Interface in com.openshift.restclient.model.kubeclient
 
ICustomBuildStrategy - Interface in com.openshift.restclient.model.build
 
IDENTITY - Static variable in class com.openshift.restclient.ResourceKind
 
IDeployCapability - Interface in com.openshift.restclient.capability.resources
Capability to trigger a new deployment of a deploymentconfig (e.g. oc deploy foo)
IDeploymentConfig - Interface in com.openshift.restclient.model
 
IDeploymentConfigChangeTrigger - Interface in com.openshift.restclient.model.deploy
 
IDeploymentConfigTraceability - Interface in com.openshift.restclient.capability.resources
 
IDeploymentImageChangeTrigger - Interface in com.openshift.restclient.model.deploy
 
IDeploymentRequest - Interface in com.openshift.restclient.model.deploy
Resource payload for triggering a deployment via the instantiate endpoint
IDeploymentTraceability - Interface in com.openshift.restclient.capability.resources
Trace the source of what caused a resource to be deployed
IDeploymentTrigger - Interface in com.openshift.restclient.model.deploy
 
IDeploymentTriggerable - Interface in com.openshift.restclient.capability.resources
Capability to trigger a deployment via the instantiate endpoint
IDockerBuildStrategy - Interface in com.openshift.restclient.model.build
 
IEmptyDirVolumeSource - Interface in com.openshift.restclient.model.volume
 
IEndpoints - Interface in com.openshift.restclient.api.models
Endpoint representation 'api/Endpoint'
IEndpoints.IEndpointAddress - Interface in com.openshift.restclient.api.models
 
IEndpoints.IEndpointPort - Interface in com.openshift.restclient.api.models
 
IEndpoints.IEndpointSubset - Interface in com.openshift.restclient.api.models
 
IEnvironmentVariable - Interface in com.openshift.restclient.model
Environment variable representation to allow more complex values then name/value pairs.
IEnvironmentVariable.IEnvVarSource - Interface in com.openshift.restclient.model
Marker interface for sources of environment variables
IEvent - Interface in com.openshift.restclient.model
 
IEvent.IEventSource - Interface in com.openshift.restclient.model
Event source information
IExecAction - Interface in com.openshift.restclient.model
 
IExecAction.IBuilder - Interface in com.openshift.restclient.model
 
IGitBuildSource - Interface in com.openshift.restclient.model.build
 
IGroup - Interface in com.openshift.restclient.model.user
The group definition within OpenShift.
IHandler - Interface in com.openshift.restclient.model
 
IHostPathVolumeProperties - Interface in com.openshift.restclient.model.volume.property
 
IHostPathVolumeSource - Interface in com.openshift.restclient.model.volume
VolumeSource for hostpath volumes of a pod
IHttpConstants - Interface in com.openshift.restclient.http
HTTP constants
IIdentity - Interface in com.openshift.restclient.model.user
The identity as specified by the identity provider.
IImageChangeTrigger - Interface in com.openshift.restclient.model.build
 
IImageRegistryHosting - Interface in com.openshift.restclient.capability.server
Identifies an OpenShift server as capable of hosting images via its own registry
IImageStream - Interface in com.openshift.restclient.model
 
IImageStreamImport - Interface in com.openshift.restclient.model.image
 
IImageStreamImportCapability - Interface in com.openshift.restclient.capability.resources
Import tags from a repository for an image
IJenkinsPipelineStrategy - Interface in com.openshift.restclient.model.build
 
IKindable - Interface in com.openshift.restclient.api.models
A resource that can describe itself by the kind it is
IKubeClientConfig - Interface in com.openshift.restclient.model.kubeclient
Configuration type for connecting to a Kubernetes client config ref: client/unversioned/clientcmd/api/types.go
ILabelable - Interface in com.openshift.restclient.api.models
A resource that can be labeled
ILifecycle - Interface in com.openshift.restclient.model
 
ILifecycle.IBuilder - Interface in com.openshift.restclient.model
 
ILimitRange - Interface in com.openshift.restclient.model
 
IList - Interface in com.openshift.restclient.model
A list of resources.
IMAGE - Static variable in class com.openshift.internal.restclient.model.ReplicationController
 
IMAGE_CHANGE - Static variable in interface com.openshift.restclient.model.build.BuildTriggerType
 
IMAGE_CHANGE - Static variable in interface com.openshift.restclient.model.deploy.DeploymentTriggerType
 
IMAGE_DOCKER_IMAGE_REFERENCE - Static variable in class com.openshift.internal.restclient.model.image.ImageStreamImport
 
IMAGE_STREAM - Static variable in class com.openshift.restclient.ResourceKind
 
IMAGE_STREAM_IMPORT - Static variable in class com.openshift.restclient.ResourceKind
 
IMAGE_STREAM_TAG - Static variable in class com.openshift.restclient.ResourceKind
 
imageChange - Static variable in interface com.openshift.restclient.model.build.BuildTriggerType
Deprecated.
ImageChangeTrigger - Class in com.openshift.internal.restclient.model.build
 
ImageChangeTrigger(String, String, String) - Constructor for class com.openshift.internal.restclient.model.build.ImageChangeTrigger
 
ImageChangeTrigger(String, String, String, String) - Constructor for class com.openshift.internal.restclient.model.build.ImageChangeTrigger
 
ImageChangeTrigger - Class in com.openshift.internal.restclient.model.deploy
 
ImageChangeTrigger(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
ImageStream - Class in com.openshift.internal.restclient.model
 
ImageStream() - Constructor for class com.openshift.internal.restclient.model.ImageStream
 
ImageStream(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.ImageStream
 
ImageStreamImport - Class in com.openshift.internal.restclient.model.image
 
ImageStreamImport(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.image.ImageStreamImport
 
ImageStreamImportCapability - Class in com.openshift.internal.restclient.capability.resources
 
ImageStreamImportCapability(IProject, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.ImageStreamImportCapability
 
importImageMetadata(DockerImageURI) - Method in class com.openshift.internal.restclient.capability.resources.DockerRegistryImageStreamImportCapability
 
importImageMetadata(DockerImageURI) - Method in class com.openshift.internal.restclient.capability.resources.ImageStreamImportCapability
 
importImageMetadata(DockerImageURI) - Method in interface com.openshift.restclient.capability.resources.IImageStreamImportCapability
Import docker image metadata
INameSetable - Interface in com.openshift.restclient.api.models
A resource where the client can define the name on the object (e.g.
INamespace - Interface in com.openshift.restclient.model
 
INamespaceSetable - Interface in com.openshift.restclient.api.models
A resource where the client can define the namespace on the object (e.g.
IncompatibleApiVersionsException - Exception in com.openshift.restclient
 
IncompatibleApiVersionsException(Collection<KubernetesAPIVersion>, Collection<KubernetesAPIVersion>) - Constructor for exception com.openshift.restclient.IncompatibleApiVersionsException
 
IncompatibleApiVersionsException(String, String) - Constructor for exception com.openshift.restclient.IncompatibleApiVersionsException
 
inContextDir(String) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.ISourceBuilder
 
INCREMENTAL - Static variable in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
incremental() - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
incremental() - Method in class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
incremental() - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
incremental() - Method in interface com.openshift.restclient.model.build.ISTIBuildStrategy
Deprecated.
 
INfsVolumeProperties - Interface in com.openshift.restclient.model.volume.property
 
initializeCapabilities(Map<Class<? extends ICapability>, ICapability>, IBuild, IClient) - Static method in class com.openshift.internal.restclient.capability.CapabilityInitializer
Initialize Build specific capabilities
initializeCapabilities(Map<Class<? extends ICapability>, ICapability>, IBuildConfig, IClient) - Static method in class com.openshift.internal.restclient.capability.CapabilityInitializer
Initialize BuildConfig specific capabilities
initializeCapabilities(Map<Class<? extends ICapability>, ICapability>, IPod, IClient) - Static method in class com.openshift.internal.restclient.capability.CapabilityInitializer
Initialize Pod specific capabilities
initializeCapabilities(Map<Class<? extends ICapability>, ICapability>, IProject, IClient) - Static method in class com.openshift.internal.restclient.capability.CapabilityInitializer
Initialize Project specific capabilities
initializeCapabilities(Map<Class<? extends ICapability>, ICapability>, Service, IClient) - Static method in class com.openshift.internal.restclient.capability.CapabilityInitializer
 
initializeCapabilities(Map<Class<? extends ICapability>, ICapability>, IDeploymentConfig, IClient) - Static method in class com.openshift.internal.restclient.capability.CapabilityInitializer
 
initializeCapabilities(Map<Class<? extends ICapability>, ICapability>, IReplicationController, IClient) - Static method in class com.openshift.internal.restclient.capability.CapabilityInitializer
 
initializeCapabilities(Map<Class<? extends ICapability>, ICapability>, IResource, IClient) - Static method in class com.openshift.internal.restclient.capability.CapabilityInitializer
 
initializeCapabilities() - Method in class com.openshift.internal.restclient.DefaultClient
 
initializeClientCapabilities(Map<Class<? extends ICapability>, ICapability>, IClient) - Static method in class com.openshift.internal.restclient.capability.CapabilityInitializer
 
inNamespace(String) - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
inNamespace(String) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.ISourceStrategyBuilder
 
inNamespace(String) - Method in interface com.openshift.restclient.model.IResourceBuilder
 
intercept(Interceptor.Chain) - Method in class com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor
 
IOAuthAccessToken - Interface in com.openshift.restclient.model.oauth
 
IOAuthAuthorizeToken - Interface in com.openshift.restclient.model.oauth
 
IOAuthClient - Interface in com.openshift.restclient.model.oauth
 
IOAuthClientAuthorization - Interface in com.openshift.restclient.model.oauth
 
IObjectFieldSelector - Interface in com.openshift.restclient.model
 
IObjectMeta - Interface in com.openshift.restclient.api.models
ObjectMeta info as defined by the server
IObjectReference - Interface in com.openshift.restclient.model
An OpenShift object reference to an OpenShift object
IOpenShiftWatchListener - Interface in com.openshift.restclient
Handler to receive notification when a resource changes
IOpenShiftWatchListener.ChangeType - Class in com.openshift.restclient
 
IOpenShiftWatchListener.OpenShiftWatchListenerAdapter - Class in com.openshift.restclient
Convenience class for implementing watch callbacks
IParameter - Interface in com.openshift.restclient.model.template
A parameter for a template
IPersistentVolume - Interface in com.openshift.restclient.model.volume
 
IPersistentVolumeClaim - Interface in com.openshift.restclient.model.volume
 
IPersistentVolumeClaimVolumeSource - Interface in com.openshift.restclient.model.volume
 
IPersistentVolumeProperties - Interface in com.openshift.restclient.model.volume.property
 
IPod - Interface in com.openshift.restclient.model
 
IPodExec - Interface in com.openshift.restclient.api.capabilities
Runs container exec
IPodExec.IPodExecOutputListener - Interface in com.openshift.restclient.api.capabilities
A callback for exec output
IPodExec.Options - Class in com.openshift.restclient.api.capabilities
Options for exec
IPodLogRetrieval - Interface in com.openshift.restclient.capability.resources
 
IPodLogRetrievalAsync - Interface in com.openshift.restclient.capability.resources
Retrieve logs in an async call
IPodLogRetrievalAsync.IPodLogListener - Interface in com.openshift.restclient.capability.resources
A callback for log messages
IPodLogRetrievalAsync.Options - Class in com.openshift.restclient.capability.resources
Options for retrieving logs using a fluent builder style
IPolicy - Interface in com.openshift.restclient.model.authorization
 
IPolicyBinding - Interface in com.openshift.restclient.model.authorization
 
IPort - Interface in com.openshift.restclient.model
Port details.
IPortForwardable - Interface in com.openshift.restclient.capability.resources
Defines if a pod can support port forwarding
IPortForwardable.PortPair - Class in com.openshift.restclient.capability.resources
Pairing a local port to the remote port of a container.
IProbe - Interface in com.openshift.restclient.model.probe
 
IProject - Interface in com.openshift.restclient.model
 
IProjectRequest - Interface in com.openshift.restclient.model.project
 
IProjectTemplateList - Interface in com.openshift.restclient.capability.resources
Get the list of templates available for this project.
IProjectTemplateProcessing - Interface in com.openshift.restclient.capability.resources
 
IPropertyAccessCapability - Interface in com.openshift.restclient.capability.resources
A mechanism to access the underlying content of a json structure Relies on a dot delimited path to indentify the root of the entity being returned (e.g.
IPropertyAccessCapability.UnresolvablePathException - Exception in com.openshift.restclient.capability.resources
The exception thrown when a path given to the capability is unresolvable
IReplicationController - Interface in com.openshift.restclient.model
 
IResource - Interface in com.openshift.restclient.model
IResource is a representation of a Kubernetes resource (e.g.
IResourceBuilder<T extends IResource,B extends IResourceBuilder> - Interface in com.openshift.restclient.model
A builder for building up resources
IResourceBuilder.Endable - Interface in com.openshift.restclient.model
 
IResourceFactory - Interface in com.openshift.restclient
Factory class for creating resources from a response string
IResourceQuota - Interface in com.openshift.restclient.model
 
IRole - Interface in com.openshift.restclient.model.authorization
 
IRoleBinding - Interface in com.openshift.restclient.model.authorization
 
IRoute - Interface in com.openshift.restclient.model.route
OpenShift route to Service
IRSyncable - Interface in com.openshift.restclient.capability.resources
 
IRSyncable.Delete - Class in com.openshift.restclient.capability.resources
Deletes extraneous files from destination directories when rsync'ing.
IRSyncable.Exclude - Class in com.openshift.restclient.capability.resources
Excludes some files/directories that match the given patterns when rsync'ing the remote pod and the local deployment directory.
IRSyncable.GitFolderExclude - Class in com.openshift.restclient.capability.resources
Does not sync .git folders when rsync'ing
IRSyncable.LocalPeer - Class in com.openshift.restclient.capability.resources
 
IRSyncable.NoPerms - Class in com.openshift.restclient.capability.resources
Avoids transferring file permissions when rsync'ing
IRSyncable.Peer - Class in com.openshift.restclient.capability.resources
 
IRSyncable.PodPeer - Class in com.openshift.restclient.capability.resources
 
isAnnotatedWith(String) - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
isAnnotatedWith(String) - Method in class com.openshift.internal.restclient.model.image.TagReference
 
isAnnotatedWith(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
isAnnotatedWith(String) - Method in interface com.openshift.restclient.api.models.IAnnotatable
Returns true if the resource is annotated with the given key
isAnnotatedWith(String) - Method in interface com.openshift.restclient.model.IResource
Returns true if the resource is annotated with the given key
isAuthorized() - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
isAuthorized() - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
This can trigger a remote call if a user has not attempted to authorize previously
isAutomatic() - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
isAutomatic() - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
 
IScalable - Interface in com.openshift.restclient.api.capabilities
Allow a resource to scale
IScale - Interface in com.openshift.restclient.apis.autoscaling.models
Scale object payload to scalable resources
ISCSI - Static variable in interface com.openshift.restclient.model.volume.VolumeType
 
isDone() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 
isDone() - Method in interface com.openshift.restclient.capability.resources.IRSyncable
Indicates if the Process completed or not
ISecret - Interface in com.openshift.restclient.model.secret
Kubernetes Secret object to inject/mount sensitive data into containers
ISecretKeySelector - Interface in com.openshift.restclient.model
 
ISecretVolumeSource - Interface in com.openshift.restclient.model.volume
 
IService - Interface in com.openshift.restclient.model
Kubernetes Service to access a Pod
IServiceAccount - Interface in com.openshift.restclient.model.serviceaccount
 
IServicePort - Interface in com.openshift.restclient.model
 
isFailure() - Method in class com.openshift.internal.restclient.model.Status
 
isFailure() - Method in interface com.openshift.restclient.model.IStatus
Determine if this status is indicates a failure
isForce() - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTrigger
 
isForce() - Method in class com.openshift.internal.restclient.model.deploy.DeploymentRequest
 
isForce() - Method in interface com.openshift.restclient.capability.resources.IDeploymentTriggerable
Returns the latest setting of the force flag.
isForce() - Method in interface com.openshift.restclient.model.deploy.IDeploymentRequest
Returns the latest setting of the force flag.
isForwarding() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
isForwarding() - Method in interface com.openshift.restclient.capability.resources.IPortForwardable
 
isImport() - Method in class com.openshift.internal.restclient.model.image.ImageStreamImport
 
isImport() - Method in interface com.openshift.restclient.model.image.IImageStreamImport
Are the tags to be imported for the imagestream
isInsecureSkipTLSVerify() - Method in class com.openshift.internal.restclient.model.kubeclient.Cluster
 
isInsecureSkipTLSVerify() - Method in interface com.openshift.restclient.model.kubeclient.ICluster
 
isLatest() - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTrigger
 
isLatest() - Method in class com.openshift.internal.restclient.model.deploy.DeploymentRequest
 
isLatest() - Method in interface com.openshift.restclient.capability.resources.IDeploymentTriggerable
Returns the current setting of the latest flag.
isLatest() - Method in interface com.openshift.restclient.model.deploy.IDeploymentRequest
Returns the current setting of the latest flag.
isMatching(String) - Method in class com.openshift.internal.restclient.model.template.Template
Returns true if this template contains the given text in name or tags.
isMatching(String) - Method in interface com.openshift.restclient.model.template.ITemplate
Returns true if the given resource contains the given text in name or tags.
isNamespaced() - Method in interface com.openshift.restclient.IApiTypeMapper.IVersionedApiResource
 
isNoCache() - Method in class com.openshift.internal.restclient.model.build.DockerBuildStrategy
 
isNoCache() - Method in interface com.openshift.restclient.model.build.IDockerBuildStrategy
 
ISourceBuildStrategy - Interface in com.openshift.restclient.model.build
 
isPod() - Method in class com.openshift.restclient.capability.resources.IRSyncable.LocalPeer
 
isPod() - Method in class com.openshift.restclient.capability.resources.IRSyncable.Peer
 
isPod() - Method in class com.openshift.restclient.capability.resources.IRSyncable.PodPeer
 
isReadOnly() - Method in class com.openshift.internal.restclient.model.volume.AbstractVolume
 
isReadOnly() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaimVolumeSource
 
isReadOnly() - Method in class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
isReadOnly() - Method in class com.openshift.internal.restclient.model.volume.VolumeMount
 
isReadOnly() - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaimVolumeSource
 
isReadOnly() - Method in interface com.openshift.restclient.model.volume.IVolume
Deprecated.
 
isReadOnly() - Method in interface com.openshift.restclient.model.volume.IVolumeMount
 
isReadOnly() - Method in interface com.openshift.restclient.model.volume.property.INfsVolumeProperties
 
isReady() - Method in class com.openshift.internal.restclient.model.Pod
 
isReady() - Method in interface com.openshift.restclient.model.IPod
Returns true if all containers of this pod are ready.
isRequired() - Method in class com.openshift.internal.restclient.model.template.Parameter
 
isRequired() - Method in interface com.openshift.restclient.model.template.IParameter
Returns true if parameter is required; false otherwise
ISSLCertificateCallback - Interface in com.openshift.restclient
 
isSuccess() - Method in class com.openshift.internal.restclient.model.Status
 
isSuccess() - Method in interface com.openshift.restclient.model.IStatus
Returns true if this status represent success}
isSupported(IResource) - Method in class com.openshift.internal.restclient.ApiTypeMapper
 
isSupported(String) - Method in class com.openshift.internal.restclient.ApiTypeMapper
 
isSupported(String, String) - Method in class com.openshift.internal.restclient.ApiTypeMapper
 
isSupported() - Method in class com.openshift.internal.restclient.capability.AbstractCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.AnnotationCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.AssociationCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.BuildCanceller
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.ClientCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.DeployCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTrigger
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.DockerRegistryImageStreamImportCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.ImageStreamImportCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval.PodLogs
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.PodLogRetrievalAsync
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.ProjectTemplateListCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.ProjectTemplateProcessing
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.PropertyAccessCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.TemplateTraceability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.UpdateableCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing
 
isSupported() - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
isSupported() - Method in interface com.openshift.restclient.capability.ICapability
Allow the implementation of the capability to determine if it is supported on the OpenShift server.
isSupported(IResource) - Method in interface com.openshift.restclient.IApiTypeMapper
Using the kind and apiVersion, determine if the cluster is able to consume the given resource
isSupported(String) - Method in interface com.openshift.restclient.IApiTypeMapper
Using the kind determine if the cluster is able to consume the given resource
isSupported(String, String) - Method in interface com.openshift.restclient.IApiTypeMapper
Using the kind and apiVersion, determine if the cluster is able to consume the given resource
isSupported(String) - Method in interface com.openshift.restclient.IApiTypeMapper.IVersionedApiResource
Determine if the capability is supported (e.g. builds/webhooks)
IStatus - Interface in com.openshift.restclient.model
Status message resulting from trying to manipulate an OpenShift resource and an error occurs
ISTIBuildStrategy - Interface in com.openshift.restclient.model.build
Deprecated.
IStoppable - Interface in com.openshift.restclient.capability
Handle to something that can be explicitly stopped or terminated
isTrue(boolean) - Static method in class com.openshift.internal.util.Assert
 
isUrl(String) - Static method in class com.openshift.internal.util.URLUtils
 
ITagReference - Interface in com.openshift.restclient.model.image
 
ITags - Interface in com.openshift.restclient.capability.resources
Determine if resource is tagged with categories of technologies it includes
ITargetPort - Interface in com.openshift.restclient.model.route
Target port for routes.
ITemplate - Interface in com.openshift.restclient.model.template
Representation of a set of pre-configured parameterized set of resources
ITemplateProcessing - Interface in com.openshift.restclient.capability.server
Add capability to process a template
ITemplateTraceability - Interface in com.openshift.restclient.capability.resources
Trace the source template that defined the resource
ITLSConfig - Interface in com.openshift.restclient.model.route
TLS configuration for routes.
ITypeFactory - Interface in com.openshift.restclient.api
A factory that is able of producing types from a response
ITypeMeta - Interface in com.openshift.restclient.api.models
Marker interface to kubernetes TypeMeta
IUpdatable - Interface in com.openshift.restclient.capability.resources
Allow a resource to be updated from another
IUser - Interface in com.openshift.restclient.model.kubeclient
 
IUser - Interface in com.openshift.restclient.model.user
 
IVolume - Interface in com.openshift.restclient.model.volume
Deprecated.
IVolumeMount - Interface in com.openshift.restclient.model.volume
The volumes that are mounted in a container
IVolumeSource - Interface in com.openshift.restclient.model.volume
Persisent storage found on a pod
IWatcher - Interface in com.openshift.restclient
 
IWebhookTrigger - Interface in com.openshift.restclient.model.build
 

J

JBossDmrExtentions - Class in com.openshift.internal.util
Helper extensions to those provided by JBoss DMR library
JENKINS_FILE - Static variable in interface com.openshift.restclient.model.build.IJenkinsPipelineStrategy
 
JENKINS_FILE_PATH - Static variable in interface com.openshift.restclient.model.build.IJenkinsPipelineStrategy
 
JENKINS_PIPELINE - Static variable in interface com.openshift.restclient.model.build.BuildStrategyType
 
JenkinsPipelineStrategy - Class in com.openshift.internal.restclient.model.build
 
JenkinsPipelineStrategy(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.build.JenkinsPipelineStrategy
 
JSONSerializeable - Interface in com.openshift.restclient.model
Something that can be serialized to JSON

K

KIND - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
kind(String) - Method in class com.openshift.internal.restclient.URLBuilder
 
KUBE_API - Static variable in interface com.openshift.restclient.IApiTypeMapper
 
KubeClientConfig - Class in com.openshift.internal.restclient.model.kubeclient
Kube Client config impl
KubeClientConfig() - Constructor for class com.openshift.internal.restclient.model.kubeclient.KubeClientConfig
 
KubeClientConfigConstructor - Class in com.openshift.internal.restclient.model.kubeclient
 
KubeClientConfigConstructor(PropertyUtils) - Constructor for class com.openshift.internal.restclient.model.kubeclient.KubeClientConfigConstructor
 
KubeClientConfigSerializer - Class in com.openshift.restclient.model.kubeclient
 
KubeClientConfigSerializer() - Constructor for class com.openshift.restclient.model.kubeclient.KubeClientConfigSerializer
 
KubernetesAPIVersion - Enum in com.openshift.internal.restclient
This list of supported Kubernetes API Models by this client
KubernetesEvent - Class in com.openshift.internal.restclient.model
 
KubernetesEvent(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.KubernetesEvent
 
KubernetesResource - Class in com.openshift.internal.restclient.model
Resource is an abstract representation of a Kubernetes resource
KubernetesResource(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.KubernetesResource
 

L

LABELS - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
LATEST - Static variable in class com.openshift.restclient.images.DockerImageURI
 
Lifecycle - Class in com.openshift.internal.restclient.model
 
Lifecycle.Builder - Class in com.openshift.internal.restclient.model
 
LIMIT_RANGE - Static variable in class com.openshift.restclient.ResourceKind
 
LimitRange - Class in com.openshift.internal.restclient.model
 
LimitRange(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.LimitRange
 
list(String) - Method in class com.openshift.internal.restclient.DefaultClient
 
list(String, Map<String, String>) - Method in class com.openshift.internal.restclient.DefaultClient
 
list(String, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
list(String, String, Map<String, String>) - Method in class com.openshift.internal.restclient.DefaultClient
 
list(String, String, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
List - Class in com.openshift.internal.restclient.model
 
List(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.List
 
list(String) - Method in interface com.openshift.restclient.IClient
Lists all possible resources of the given kind in the default namespace
list(String, Map<String, String>) - Method in interface com.openshift.restclient.IClient
Lists the given given resource kind scoping it to a specific namespace
list(String, String) - Method in interface com.openshift.restclient.IClient
Lists the given given resource kind scoping it to a specific namespace
list(String, String, Map<String, String>) - Method in interface com.openshift.restclient.IClient
Lists the given given resource kind scoping it to a specific namespace
list(String, String, String) - Method in interface com.openshift.restclient.IClient
Lists the given given resource kind scoping it to a specific namespace
LIST - Static variable in class com.openshift.restclient.ResourceKind
 
loadKubeClientConfig(Reader) - Method in class com.openshift.restclient.model.kubeclient.KubeClientConfigSerializer
 
LocalPeer(String) - Constructor for class com.openshift.restclient.capability.resources.IRSyncable.LocalPeer
 
LocationNotFoundException - Exception in com.openshift.restclient.capability.resources
 
LocationNotFoundException(String) - Constructor for exception com.openshift.restclient.capability.resources.LocationNotFoundException
 
LOGS_COMMAND - Static variable in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval.PodLogs
 

M

MEDIATYPE_ANY - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
MEDIATYPE_APPLICATION_FORMURLENCODED - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
MEDIATYPE_APPLICATION_JSON - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
MEDIATYPE_APPLICATION_OCTET_STREAM - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
MEDIATYPE_APPLICATION_XML - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
MemoryUnit - Enum in com.openshift.restclient.utils
 
METADATA - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
METADATA_NAME - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
METADATA_NAMESPACE - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
METADATA_RESOURCE_VERSION - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
METADATA_UID - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
ModelNodeAdapter - Class in com.openshift.internal.restclient.model
Adapter class between what we want and the backing DMR json store
ModelNodeAdapter(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.ModelNodeAdapter
 
ModelNodeBuilder - Class in com.openshift.internal.restclient.model
Builder to streamline the creation of ModelNode trees
ModelNodeBuilder() - Constructor for class com.openshift.internal.restclient.model.ModelNodeBuilder
 
MODIFIED - Static variable in class com.openshift.restclient.IOpenShiftWatchListener.ChangeType
 

N

NAME - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
name(String) - Method in class com.openshift.internal.restclient.URLBuilder
 
named(String) - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
named(String) - Method in interface com.openshift.restclient.model.IResourceBuilder
 
Namespace - Class in com.openshift.internal.restclient.model
 
Namespace(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Namespace
 
NAMESPACE - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
namespace(String) - Method in class com.openshift.internal.restclient.URLBuilder
 
NAMESPACE - Static variable in class com.openshift.restclient.ResourceKind
 
newRequestBuilderTo(String) - Method in class com.openshift.internal.restclient.DefaultClient
 
newRequestBuilderTo(String, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
NFS - Static variable in interface com.openshift.restclient.model.volume.VolumeType
 
NfsVolumeProperties - Class in com.openshift.internal.restclient.model.volume.property
 
NfsVolumeProperties(String, String, boolean) - Constructor for class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
NO_PERMS - Static variable in interface com.openshift.restclient.capability.resources.IRSyncable
option to not transfer file permissions.
NO_TIMEOUT - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
NoopSSLCertificateCallback - Class in com.openshift.restclient
 
NoopSSLCertificateCallback() - Constructor for class com.openshift.restclient.NoopSSLCertificateCallback
 
NoPerms() - Constructor for class com.openshift.restclient.capability.resources.IRSyncable.NoPerms
 
notEmpty(String) - Static method in class com.openshift.internal.util.Assert
 
NotFoundException - Exception in com.openshift.restclient
 
NotFoundException(String, Throwable) - Constructor for exception com.openshift.restclient.NotFoundException
 
NotFoundException(String) - Constructor for exception com.openshift.restclient.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception com.openshift.restclient.NotFoundException
 
NotFoundException(Throwable, IStatus, String, Object...) - Constructor for exception com.openshift.restclient.NotFoundException
 
notNull(V) - Static method in class com.openshift.internal.util.Assert
 

O

OAUTH_ACCESS_TOKEN - Static variable in class com.openshift.restclient.ResourceKind
 
OAUTH_AUTHORIZE_TOKEN - Static variable in class com.openshift.restclient.ResourceKind
 
OAUTH_CLIENT - Static variable in class com.openshift.restclient.ResourceKind
 
OAUTH_CLIENT_AUTHORIZATION - Static variable in class com.openshift.restclient.ResourceKind
 
OAuthAccessToken - Class in com.openshift.internal.restclient.model.oauth
 
OAuthAccessToken(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.oauth.OAuthAccessToken
 
OAuthAuthorizeToken - Class in com.openshift.internal.restclient.model.oauth
 
OAuthAuthorizeToken(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.oauth.OAuthAuthorizeToken
 
OAuthClient - Class in com.openshift.internal.restclient.model.oauth
 
OAuthClient(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.oauth.OAuthClient
 
OAuthClientAuthorization - Class in com.openshift.internal.restclient.model.oauth
 
OAuthClientAuthorization(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.oauth.OAuthClientAuthorization
 
ObjectReference - Class in com.openshift.internal.restclient.model
 
ObjectReference(ModelNode) - Constructor for class com.openshift.internal.restclient.model.ObjectReference
 
OBJECTS - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
onClose(int, String) - Method in interface com.openshift.restclient.api.capabilities.IPodExec.IPodExecOutputListener
Callback received when the connection to the pod is terminated from the server-side
onClose(int, String) - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrievalAsync.IPodLogListener
Callback received when the connection to the pod is terminated from the server-side
onExecErr(String) - Method in interface com.openshift.restclient.api.capabilities.IPodExec.IPodExecOutputListener
Exec (channel 3) error message
onFailure(Throwable) - Method in interface com.openshift.restclient.api.capabilities.IPodExec.IPodExecOutputListener
Called by lower level errors
onFailure(Throwable) - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrievalAsync.IPodLogListener
Callback received when the web socket connection fails
onMessage(String) - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrievalAsync.IPodLogListener
A log message
onOpen() - Method in interface com.openshift.restclient.api.capabilities.IPodExec.IPodExecOutputListener
Callback received on initial connection
onOpen() - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrievalAsync.IPodLogListener
Callback received on initial connection
onStdErr(String) - Method in interface com.openshift.restclient.api.capabilities.IPodExec.IPodExecOutputListener
Exec received stderr message
onStdOut(String) - Method in interface com.openshift.restclient.api.capabilities.IPodExec.IPodExecOutputListener
Exec received stdout message
OPENSHIFT_BINARY_LOCATION - Static variable in interface com.openshift.restclient.capability.IBinaryCapability
 
OpenShiftAPIVersion - Enum in com.openshift.internal.restclient
This list of supported OpenShift API Models by this client
OpenShiftAuthenticator - Class in com.openshift.internal.restclient.okhttp
OkHttp Authenticator implementations for OpenShift 3
OpenShiftAuthenticator() - Constructor for class com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator
 
OpenShiftBinaryPodLogRetrieval - Class in com.openshift.internal.restclient.capability.resources
 
OpenShiftBinaryPodLogRetrieval(IPod, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
OpenShiftBinaryPodLogRetrieval.PodLogs - Class in com.openshift.internal.restclient.capability.resources
 
OpenShiftBinaryPortForwarding - Class in com.openshift.internal.restclient.capability.resources
Port forwarding implementation that wraps the OpenShift binary
OpenShiftBinaryPortForwarding(IPod, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
OpenShiftBinaryRSync - Class in com.openshift.internal.restclient.capability.resources
Port forwarding implementation that wraps the OpenShift binary
OpenShiftBinaryRSync(IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
Constructor.
OpenShiftContext - Class in com.openshift.restclient
OpenShift Context.
OpenShiftException - Exception in com.openshift.restclient
 
OpenShiftException(Throwable, String, Object...) - Constructor for exception com.openshift.restclient.OpenShiftException
 
OpenShiftException(String, Object...) - Constructor for exception com.openshift.restclient.OpenShiftException
 
OpenShiftException(Throwable, IStatus, String, Object...) - Constructor for exception com.openshift.restclient.OpenShiftException
 
OpenShiftGroup - Class in com.openshift.internal.restclient.model.user
 
OpenShiftGroup(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.user.OpenShiftGroup
 
OpenShiftIdentity - Class in com.openshift.internal.restclient.model.user
 
OpenShiftIdentity(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.user.OpenShiftIdentity
 
OpenshiftPolicy - Class in com.openshift.internal.restclient.model.authorization
 
OpenshiftPolicy(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.authorization.OpenshiftPolicy
 
OpenshiftProjectRequest - Class in com.openshift.internal.restclient.model.project
 
OpenshiftProjectRequest(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.project.OpenshiftProjectRequest
 
OpenshiftRole - Class in com.openshift.internal.restclient.model.authorization
 
OpenshiftRole(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.authorization.OpenshiftRole
 
OpenShiftUser - Class in com.openshift.internal.restclient.model.user
 
OpenShiftUser(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.user.OpenShiftUser
 
OpenShiftWatchListenerAdapter() - Constructor for class com.openshift.restclient.IOpenShiftWatchListener.OpenShiftWatchListenerAdapter
 
Options() - Constructor for class com.openshift.restclient.api.capabilities.IPodExec.Options
 
Options() - Constructor for class com.openshift.restclient.capability.resources.IPodLogRetrievalAsync.Options
 
OS_API - Static variable in interface com.openshift.restclient.IApiTypeMapper
 

P

Parameter - Class in com.openshift.internal.restclient.model.template
Parameter implementation for a template Foregoing versioned implementation of this type for now since it is unlikely to change and it is not a versioned resource in Kubernetes.
Parameter(ModelNode) - Constructor for class com.openshift.internal.restclient.model.template.Parameter
 
parameter(String, String) - Method in class com.openshift.restclient.api.capabilities.IPodExec.Options
Add an option that is not explicitly defined.
parameter(String, String) - Method in class com.openshift.restclient.capability.resources.IPodLogRetrievalAsync.Options
Add an option that is not explicitly defined.
PASSTHROUGH - Static variable in interface com.openshift.restclient.model.route.TLSTerminationType
 
pathFor(String) - Method in interface com.openshift.restclient.IApiTypeMapper.IApiGroup
Get the endpoint path for the given version
PERSISTENT_VOLUME - Static variable in class com.openshift.restclient.ResourceKind
 
PERSISTENT_VOLUME_CLAIM - Static variable in interface com.openshift.restclient.model.volume.VolumeType
 
PersistentVolume - Class in com.openshift.internal.restclient.model.volume
 
PersistentVolume(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.volume.PersistentVolume
 
PersistentVolumeClaim - Class in com.openshift.internal.restclient.model.volume
 
PersistentVolumeClaim(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.volume.PersistentVolumeClaim
 
PersistentVolumeClaimVolumeSource - Class in com.openshift.internal.restclient.model.volume
 
PersistentVolumeClaimVolumeSource(ModelNode) - Constructor for class com.openshift.internal.restclient.model.volume.PersistentVolumeClaimVolumeSource
 
PersistentVolumeClaimVolumeSource(String) - Constructor for class com.openshift.internal.restclient.model.volume.PersistentVolumeClaimVolumeSource
 
pluralize(String) - Static method in class com.openshift.restclient.ResourceKind
 
pluralize(String, boolean, boolean) - Static method in class com.openshift.restclient.ResourceKind
 
Pod - Class in com.openshift.internal.restclient.model
 
Pod(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Pod
 
POD - Static variable in class com.openshift.restclient.ResourceKind
 
PodExec - Class in com.openshift.internal.restclient.api.capabilities
 
PodExec(IPod, IClient) - Constructor for class com.openshift.internal.restclient.api.capabilities.PodExec
 
PodLogRetrievalAsync - Class in com.openshift.internal.restclient.capability.resources
Impl of Pod log retrieval using websocket
PodLogRetrievalAsync(IPod, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.PodLogRetrievalAsync
 
PodLogs(IClient, boolean, String, IBinaryCapability.OpenShiftBinaryOption...) - Constructor for class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval.PodLogs
 
PodPeer(String, IPod) - Constructor for class com.openshift.restclient.capability.resources.IRSyncable.PodPeer
 
POLICY - Static variable in class com.openshift.restclient.ResourceKind
 
POLICY_BINDING - Static variable in class com.openshift.restclient.ResourceKind
 
PolicyBinding - Class in com.openshift.internal.restclient.model.authorization
 
PolicyBinding(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.authorization.PolicyBinding
 
Port - Class in com.openshift.internal.restclient.model
 
Port(ModelNode) - Constructor for class com.openshift.internal.restclient.model.Port
 
Port(ModelNode, IPort) - Constructor for class com.openshift.internal.restclient.model.Port
 
PORT_FORWARD_COMMAND - Static variable in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
PortPair(IPort) - Constructor for class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
Forward traffic to/from the specified port
PortPair(int, IPort) - Constructor for class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
Forward traffic on the local port to the remote port.
PORTS - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
POST - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
postStart(IHandler) - Method in class com.openshift.internal.restclient.model.Lifecycle.Builder
 
postStart(IHandler) - Method in interface com.openshift.restclient.model.ILifecycle.IBuilder
 
preStop(IHandler) - Method in class com.openshift.internal.restclient.model.Lifecycle.Builder
 
preStop(IHandler) - Method in interface com.openshift.restclient.model.ILifecycle.IBuilder
 
Probe - Class in com.openshift.internal.restclient.model.probe
 
Probe(ModelNode) - Constructor for class com.openshift.internal.restclient.model.probe.Probe
 
process(ITemplate) - Method in class com.openshift.internal.restclient.capability.resources.ProjectTemplateProcessing
 
process(ITemplate, String) - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing
 
process(ITemplate) - Method in interface com.openshift.restclient.capability.resources.IProjectTemplateProcessing
Processes a template to substitute the parameters where necessary for project
process(ITemplate, String) - Method in interface com.openshift.restclient.capability.server.ITemplateProcessing
Processes the template to substitute the parameters where necessary
PROCESSED_TEMPLATES - Static variable in class com.openshift.restclient.ResourceKind
 
Project - Class in com.openshift.internal.restclient.model
DMR implementation of a project
Project(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Project
 
PROJECT - Static variable in class com.openshift.restclient.ResourceKind
 
PROJECT_REQUEST - Static variable in class com.openshift.restclient.ResourceKind
 
ProjectTemplateListCapability - Class in com.openshift.internal.restclient.capability.resources
 
ProjectTemplateListCapability(IProject, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.ProjectTemplateListCapability
 
ProjectTemplateProcessing - Class in com.openshift.internal.restclient.capability.resources
Process and apply template implementation for a specific project
ProjectTemplateProcessing(IProject, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.ProjectTemplateProcessing
 
PROPERTY_ACCEPT - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
PROPERTY_AUTHIV - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
PROPERTY_AUTHKEY - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
PROPERTY_AUTHORIZATION - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
PROPERTY_CONTENT_TYPE - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
PROPERTY_LOCATION - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
PROPERTY_ORIGIN - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
PROPERTY_USER_AGENT - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
PROPERTY_WWW_AUTHENTICATE - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
PropertyAccessCapability - Class in com.openshift.internal.restclient.capability.resources
 
PropertyAccessCapability(IResource) - Constructor for class com.openshift.internal.restclient.capability.resources.PropertyAccessCapability
 
PROTOCOL - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
proxy(Proxy) - Method in class com.openshift.restclient.ClientBuilder
 
proxyAuthenticator(Authenticator) - Method in class com.openshift.restclient.ClientBuilder
 
proxySelector(ProxySelector) - Method in class com.openshift.restclient.ClientBuilder
 
PUT - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
put(String, Object) - Method in class com.openshift.restclient.OpenShiftContext
 
PVC - Static variable in class com.openshift.restclient.ResourceKind
 
PVCAccessModes - Interface in com.openshift.restclient.model.volume
 

Q

QUESTION_MARK - Static variable in interface com.openshift.restclient.http.IHttpConstants
 

R

RBD - Static variable in interface com.openshift.restclient.model.volume.VolumeType
 
READ_ONLY_MANY - Static variable in interface com.openshift.restclient.model.volume.PVCAccessModes
 
READ_WRITE_MANY - Static variable in interface com.openshift.restclient.model.volume.PVCAccessModes
 
READ_WRITE_ONCE - Static variable in interface com.openshift.restclient.model.volume.PVCAccessModes
 
received(IResource, IOpenShiftWatchListener.ChangeType) - Method in class com.openshift.restclient.IOpenShiftWatchListener.OpenShiftWatchListenerAdapter
 
received(IResource, IOpenShiftWatchListener.ChangeType) - Method in interface com.openshift.restclient.IOpenShiftWatchListener
 
REENCRYPT - Static variable in interface com.openshift.restclient.model.route.TLSTerminationType
 
refresh() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
remove(String) - Method in class com.openshift.restclient.OpenShiftContext
 
removeAnnotation(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
removeAnnotation(String) - Method in interface com.openshift.restclient.model.IResource
Removes the resource annotation
removeEnvironmentVariable(String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
removeEnvironmentVariable(String, String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
removeEnvironmentVariable(String) - Method in interface com.openshift.restclient.model.IReplicationController
Removes an environment variable with the given name.
removeEnvironmentVariable(String, String) - Method in interface com.openshift.restclient.model.IReplicationController
Removes an environment variable with the given name and value on the given container.
REPLICATION_CONTROLLER - Static variable in class com.openshift.restclient.ResourceKind
 
ReplicationController - Class in com.openshift.internal.restclient.model
 
ReplicationController(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.ReplicationController
 
resource(IResource) - Method in class com.openshift.internal.restclient.URLBuilder
 
RESOURCE_QUOTA - Static variable in class com.openshift.restclient.ResourceKind
 
RESOURCE_VERSION - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
ResourceFactory - Class in com.openshift.internal.restclient
ResourceFactory creates a list of resources from a json string
ResourceFactory(IClient) - Constructor for class com.openshift.internal.restclient.ResourceFactory
 
resourceFactory(IResourceFactory) - Method in class com.openshift.restclient.ClientBuilder
 
ResourceFactoryException - Exception in com.openshift.restclient
 
ResourceFactoryException(Throwable, String, Object...) - Constructor for exception com.openshift.restclient.ResourceFactoryException
 
ResourceForbiddenException - Exception in com.openshift.restclient.authorization
 
ResourceForbiddenException(String, Throwable) - Constructor for exception com.openshift.restclient.authorization.ResourceForbiddenException
 
ResourceForbiddenException(String, IStatus, Throwable) - Constructor for exception com.openshift.restclient.authorization.ResourceForbiddenException
 
ResourceKind - Class in com.openshift.restclient
ResourceKind are the various types of Kubernetes resources that are of interest
ResourcePropertiesRegistry - Class in com.openshift.internal.restclient.model.properties
Registry of paths that override a default
ResourcePropertyKeys - Interface in com.openshift.internal.restclient.model.properties
Keys used to determine where a given property is for a given resource
ResourceQuota - Class in com.openshift.internal.restclient.model
 
ResourceQuota(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.ResourceQuota
 
ResourceStatus - Interface in com.openshift.restclient.utils
 
ResponseCodeInterceptor - Class in com.openshift.internal.restclient.okhttp
Interpret response codes and handle accordingly
ResponseCodeInterceptor() - Constructor for class com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor
 
ResponseCodeInterceptor.Ignore - Interface in com.openshift.internal.restclient.okhttp
If a request tag() implements this interface, HTTP errors will not throw OpenShift exceptions.
ROLE - Static variable in class com.openshift.restclient.ResourceKind
 
ROLE_BINDING - Static variable in class com.openshift.restclient.ResourceKind
 
RoleBinding - Class in com.openshift.internal.restclient.model.authorization
 
RoleBinding(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.authorization.RoleBinding
 
Route - Class in com.openshift.internal.restclient.model
 
Route(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Route
 
ROUTE - Static variable in class com.openshift.restclient.ResourceKind
 
RSYNC_COMMAND - Static variable in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 

S

Scale - Class in com.openshift.internal.restclient.apis.autoscaling.models
 
Scale() - Constructor for class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
Scale(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
ScaleCapability - Class in com.openshift.internal.restclient.api.capabilities
Implementation of the scalable interface.
ScaleCapability(IReplicationController, IClient, ITypeFactory) - Constructor for class com.openshift.internal.restclient.api.capabilities.ScaleCapability
 
scaleTo(int) - Method in class com.openshift.internal.restclient.api.capabilities.ScaleCapability
 
scaleTo(int) - Method in interface com.openshift.restclient.api.capabilities.IScalable
Scale to the desired replicas.
SCHEME_HTTP - Static variable in class com.openshift.internal.util.URLUtils
 
SCHEME_HTTPS - Static variable in class com.openshift.internal.util.URLUtils
 
SCRIPTS - Static variable in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
Secret - Class in com.openshift.internal.restclient.model
 
Secret(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Secret
 
SECRET - Static variable in interface com.openshift.restclient.model.volume.VolumeType
 
SECRET - Static variable in class com.openshift.restclient.ResourceKind
 
SecretVolumeSource - Class in com.openshift.internal.restclient.model.volume
 
SecretVolumeSource(ModelNode) - Constructor for class com.openshift.internal.restclient.model.volume.SecretVolumeSource
 
SecretVolumeSource(String) - Constructor for class com.openshift.internal.restclient.model.volume.SecretVolumeSource
 
SEMICOLON - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
ServerTemplateProcessing - Class in com.openshift.internal.restclient.capability.server
 
ServerTemplateProcessing(IClient) - Constructor for class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing
 
Service - Class in com.openshift.internal.restclient.model
 
Service(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Service
 
SERVICE - Static variable in class com.openshift.restclient.ResourceKind
 
SERVICE_ACCOUNT - Static variable in class com.openshift.restclient.ResourceKind
 
ServiceAccount - Class in com.openshift.internal.restclient.model
 
ServiceAccount(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.ServiceAccount
 
SERVICEACCOUNTNAME - Static variable in class com.openshift.internal.restclient.model.ReplicationController
 
ServicePort - Class in com.openshift.internal.restclient.model
 
ServicePort(ModelNode) - Constructor for class com.openshift.internal.restclient.model.ServicePort
 
ServicePort(ModelNode, IServicePort) - Constructor for class com.openshift.internal.restclient.model.ServicePort
copy constructor
set(String, Map<String, String>) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
set(String, int) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
set(ModelNode, String, int) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
set(String, String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
set(ModelNode, String, String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
set(String, boolean) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
set(ModelNode, String, boolean) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
set(String, Set<String>) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
set(String, String...) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
set(String, String) - Method in class com.openshift.internal.restclient.model.ModelNodeBuilder
 
set(String, ModelNode) - Method in class com.openshift.internal.restclient.model.ModelNodeBuilder
 
set(String, int) - Method in class com.openshift.internal.restclient.model.ModelNodeBuilder
 
set(String, boolean) - Method in class com.openshift.internal.restclient.model.ModelNodeBuilder
 
set(ModelNode, Map<String, String[]>, String, boolean) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
set(ModelNode, Map<String, String[]>, String, String) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
set(ModelNode, String[], String) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
set(ModelNode, Map<String, String[]>, String, int) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
set(ModelNode, Map<String, String[]>, String, Map<String, String>) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
set(ModelNode, Map<String, String[]>, String, Set<String>) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
set(ModelNode, Map<String, String[]>, String, String...) - Static method in class com.openshift.internal.util.JBossDmrExtentions
 
setAccessModes(String...) - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
Sets the access modes.
setAccessModes(Set<String>) - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaim
 
setAccessModes(String...) - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
Sets the access modes.
setAccessModes(Set<String>) - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaim
Set the access modes for this claim.
setAnnotation(String, String) - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
setAnnotation(String, String) - Method in class com.openshift.internal.restclient.model.image.TagReference
 
setAnnotation(String, String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
setAnnotation(String, String) - Method in interface com.openshift.restclient.api.models.IAnnotatable
Set the resource annotation
setAnnotation(String, String) - Method in interface com.openshift.restclient.model.IResource
Set the resource annotation
setApiVersion(String) - Method in class com.openshift.internal.restclient.model.kubeclient.KubeClientConfig
 
setAsFile(String) - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
setAsFile(String) - Method in class com.openshift.internal.restclient.model.build.BinaryBuildSource
 
setAsFile(String) - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Set the asFile parameter
setAuthorEmail(String) - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
setAuthorEmail(String) - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Set the author email
setAuthorName(String) - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
setAuthorName(String) - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Set the author name
setAutomatic(boolean) - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
setAutomatic(boolean) - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
 
setBuildSource(IBuildSource) - Method in class com.openshift.internal.restclient.model.BuildConfig
 
setBuildSource(IBuildSource) - Method in interface com.openshift.restclient.model.IBuildConfig
Set the source for the build.
setBuildStrategy(IBuildStrategy) - Method in class com.openshift.internal.restclient.model.BuildConfig
 
setBuildStrategy(IBuildStrategy) - Method in interface com.openshift.restclient.model.IBuildConfig
Set the strategy for how the build should be built.
setCACertificate(String) - Method in interface com.openshift.restclient.model.route.ITLSConfig
Sets the certification authority certificate contents.
setCapacity(long, MemoryUnit) - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
Sets the capacity.
setCapacity(long, MemoryUnit) - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
Sets the capacity.
setCertificate(String) - Method in interface com.openshift.restclient.model.route.ITLSConfig
Sets the certificate contents.
setClaimName(String) - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaimVolumeSource
 
setClaimName(String) - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaimVolumeSource
 
setClient(IClient) - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
setClient(DefaultClient) - Method in class com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator
 
setClient(DefaultClient) - Method in class com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor
 
setClient(IClient) - Method in class com.openshift.internal.restclient.ResourceFactory
 
setClient(IClient) - Method in interface com.openshift.restclient.IResourceFactory
The client given to resources when they are created
setCluster(Map<String, Object>) - Method in class com.openshift.internal.restclient.model.kubeclient.Cluster
 
setClusters(Collection<ICluster>) - Method in class com.openshift.internal.restclient.model.kubeclient.KubeClientConfig
 
setCommand(List<String>) - Method in class com.openshift.internal.restclient.model.Container
 
setCommand(List<String>) - Method in interface com.openshift.restclient.model.IContainer
 
setCommandArgs(List<String>) - Method in class com.openshift.internal.restclient.model.Container
 
setCommandArgs(List<String>) - Method in interface com.openshift.restclient.model.IContainer
 
setCommit(String) - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
setCommit(String) - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Set the SCM commit
setCommitId(String) - Method in class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
setCommitId(String) - Method in class com.openshift.internal.restclient.model.build.BuildRequest
 
setCommitId(String) - Method in interface com.openshift.restclient.capability.resources.IBuildTriggerable
Set the commit level for the SCM extraction of the source code the build operates against
setCommitId(String) - Method in interface com.openshift.restclient.model.build.IBuildRequest
Set the commit level for the git clone extraction of the source code the build operates against
setCommitterEmail(String) - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
setCommitterEmail(String) - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Set the committer email
setCommitterName(String) - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
setCommitterName(String) - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Set the committer name
setContainerName(String) - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
setContainerName(String) - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
Convenience method for setting a single container name
setContainerNames(Collection<String>) - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
setContainerNames(Collection<String>) - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
 
setContainerPort(int) - Method in class com.openshift.internal.restclient.model.Port
 
setContainers(Collection<IContainer>) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
setContainers(Collection<IContainer>) - Method in interface com.openshift.restclient.model.IReplicationController
 
setContext(Map<String, String>) - Method in class com.openshift.internal.restclient.model.kubeclient.Context
 
setContextDir(String) - Method in class com.openshift.internal.restclient.model.build.BinaryBuildSource
 
setContextDir(String) - Method in class com.openshift.internal.restclient.model.build.GitBuildSource
 
setContexts(Collection<IContext>) - Method in class com.openshift.internal.restclient.model.kubeclient.KubeClientConfig
 
setCurrentContext(String) - Method in class com.openshift.internal.restclient.model.kubeclient.KubeClientConfig
 
setDescription(String) - Method in class com.openshift.internal.restclient.model.Namespace
 
setDescription(String) - Method in class com.openshift.internal.restclient.model.project.OpenshiftProjectRequest
 
setDescription(String) - Method in class com.openshift.internal.restclient.model.Project
 
setDescription(String) - Method in interface com.openshift.restclient.model.INamespace
 
setDescription(String) - Method in interface com.openshift.restclient.model.IProject
 
setDescription(String) - Method in interface com.openshift.restclient.model.project.IProjectRequest
 
setDesiredReplicaCount(int) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
setDesiredReplicaCount(int) - Method in interface com.openshift.restclient.model.IReplicationController
Sets a new desired number of replicas
setDestinationCertificate(String) - Method in interface com.openshift.restclient.model.route.ITLSConfig
DestinationCACertificate provides the contents of the CA certificate of the final destination.
setDisplayName(String) - Method in class com.openshift.internal.restclient.model.Namespace
 
setDisplayName(String) - Method in class com.openshift.internal.restclient.model.project.OpenshiftProjectRequest
 
setDisplayName(String) - Method in class com.openshift.internal.restclient.model.Project
 
setDisplayName(String) - Method in interface com.openshift.restclient.model.INamespace
 
setDisplayName(String) - Method in interface com.openshift.restclient.model.IProject
 
setDisplayName(String) - Method in interface com.openshift.restclient.model.project.IProjectRequest
 
setDockerImageRepository(DockerImageURI) - Method in class com.openshift.internal.restclient.model.ImageStream
 
setDockerImageRepository(String) - Method in class com.openshift.internal.restclient.model.ImageStream
 
setDockerImageRepository(DockerImageURI) - Method in interface com.openshift.restclient.model.IImageStream
Set the image repository uri abstracted by this image stream
setDockerImageRepository(String) - Method in interface com.openshift.restclient.model.IImageStream
Set the image repository uri abstracted by this image stream
setEnvironmentVariable(String, String) - Method in class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
setEnvironmentVariable(String, String) - Method in class com.openshift.internal.restclient.model.build.BuildRequest
 
setEnvironmentVariable(String, String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
setEnvironmentVariable(String, String, String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
setEnvironmentVariable(String, String) - Method in interface com.openshift.restclient.capability.resources.IBuildTriggerable
Sets an environment variable for this build request
setEnvironmentVariable(String, String) - Method in interface com.openshift.restclient.model.build.IBuildRequest
Sets an environment variable in this build request
setEnvironmentVariable(String, String) - Method in interface com.openshift.restclient.model.IReplicationController
Set an environment variable to the given name and value on the first container in the list of containers
setEnvironmentVariable(String, String, String) - Method in interface com.openshift.restclient.model.IReplicationController
Set an environment variable to the given name and value on the given container.
setEnvironmentVariables(Map<String, String>) - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
setEnvironmentVariables(Map<String, String>) - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
setEnvMap(String, Map<String, String>) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
setEnvVars(Collection<IEnvironmentVariable>) - Method in class com.openshift.internal.restclient.model.build.JenkinsPipelineStrategy
 
setEnvVars(Collection<IEnvironmentVariable>) - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
setEnvVars(Map<String, String>) - Method in class com.openshift.internal.restclient.model.Container
 
setEnvVars(Collection<IEnvironmentVariable>) - Method in interface com.openshift.restclient.model.build.IJenkinsPipelineStrategy
 
setEnvVars(Collection<IEnvironmentVariable>) - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
Setting using a null collection will early return without modification to the strategy
setEnvVars(Map<String, String>) - Method in interface com.openshift.restclient.model.IContainer
replace the env vars
setFailureThreshold(int) - Method in class com.openshift.internal.restclient.model.probe.Probe
 
setFailureThreshold(int) - Method in interface com.openshift.restclient.model.probe.IProbe
 
setForce(boolean) - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTrigger
 
setForce(boolean) - Method in class com.openshift.internal.restclient.model.deploy.DeploymentRequest
 
setForce(boolean) - Method in interface com.openshift.restclient.capability.resources.IDeploymentTriggerable
If set to try force will try to force a new deployment to run.
setForce(boolean) - Method in interface com.openshift.restclient.model.deploy.IDeploymentRequest
If set to try force will try to force a new deployment to run.
setFrom(DockerImageURI) - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
setFrom(DockerImageURI) - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
Automatically sets kind to "ImageStreamTag" if kind is empty
setFromKind(String) - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
setFromKind(String) - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
setFromNamespace(String) - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
setFromNamespace(String) - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
setGroupNames(Set<String>) - Method in class com.openshift.internal.restclient.model.authorization.RoleBinding
 
setGroupNames(Set<String>) - Method in interface com.openshift.restclient.model.authorization.IRoleBinding
 
setHost(String) - Method in class com.openshift.internal.restclient.model.Route
 
setHost(String) - Method in interface com.openshift.restclient.model.route.IRoute
Sets the externally available hostname that can be used to access service.
setImage(DockerImageURI) - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
setImage(DockerImageURI) - Method in class com.openshift.internal.restclient.model.Container
 
setImage(DockerImageURI) - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
setImage(DockerImageURI) - Method in interface com.openshift.restclient.model.IContainer
 
setImagePullPolicy(String) - Method in class com.openshift.internal.restclient.model.Container
 
setImagePullPolicy(String) - Method in interface com.openshift.restclient.model.IContainer
 
setImport(boolean) - Method in class com.openshift.internal.restclient.model.image.ImageStreamImport
 
setImport(boolean) - Method in interface com.openshift.restclient.model.image.IImageStreamImport
Set to true to import tags for the imagestream; false to just retrieve
setIncremental(boolean) - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
setIncremental(boolean) - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
setInitialDelaySeconds(int) - Method in class com.openshift.internal.restclient.model.probe.Probe
 
setInitialDelaySeconds(int) - Method in interface com.openshift.restclient.model.probe.IProbe
 
setInsecureEdgeTerminationPolicy(String) - Method in interface com.openshift.restclient.model.route.ITLSConfig
Sets insecureEdgeTerminationPolicy
setJenkinsfile(String) - Method in class com.openshift.internal.restclient.model.build.JenkinsPipelineStrategy
 
setJenkinsfile(String) - Method in interface com.openshift.restclient.model.build.IJenkinsPipelineStrategy
 
setJenkinsfilePath(String) - Method in class com.openshift.internal.restclient.model.build.JenkinsPipelineStrategy
 
setJenkinsfilePath(String) - Method in interface com.openshift.restclient.model.build.IJenkinsPipelineStrategy
 
setKey(String) - Method in interface com.openshift.restclient.model.route.ITLSConfig
Sets the key file contents.
setKind(String) - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
setKind(String) - Method in class com.openshift.internal.restclient.model.ObjectReference
 
setKind(String) - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
 
setKind(String) - Method in interface com.openshift.restclient.model.IObjectReference
The obj ref kind
setLatest(boolean) - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTrigger
 
setLatest(boolean) - Method in class com.openshift.internal.restclient.model.deploy.DeploymentRequest
 
setLatest(boolean) - Method in interface com.openshift.restclient.capability.resources.IDeploymentTriggerable
If set the true latest will update the deployment config with the latest state from all triggers.
setLatest(boolean) - Method in interface com.openshift.restclient.model.deploy.IDeploymentRequest
If set the true latest will update the deployment config with the latest state from all triggers.
setLatestVersionNumber(int) - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
setLatestVersionNumber(int) - Method in interface com.openshift.restclient.model.IDeploymentConfig
Set the latest version number
setLifecycle(ILifecycle) - Method in class com.openshift.internal.restclient.model.Container
 
setLifecycle(ILifecycle) - Method in interface com.openshift.restclient.model.IContainer
 
setLimitsCPU(String) - Method in class com.openshift.internal.restclient.model.Container
 
setLimitsCPU(String) - Method in interface com.openshift.restclient.model.IContainer
 
setLimitsMemory(String) - Method in class com.openshift.internal.restclient.model.Container
 
setLimitsMemory(String) - Method in interface com.openshift.restclient.model.IContainer
 
setLocalPort(int) - Method in class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
 
setMedium(String) - Method in class com.openshift.internal.restclient.model.volume.EmptyDirVolumeSource
 
setMedium(String) - Method in interface com.openshift.restclient.model.volume.IEmptyDirVolumeSource
 
setMessage(String) - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
setMessage(String) - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Set the message
setMountPath(String) - Method in class com.openshift.internal.restclient.model.volume.AbstractVolume
 
setMountPath(String) - Method in class com.openshift.internal.restclient.model.volume.VolumeMount
 
setMountPath(String) - Method in interface com.openshift.restclient.model.volume.IVolume
Deprecated.
 
setMountPath(String) - Method in interface com.openshift.restclient.model.volume.IVolumeMount
 
setName(String) - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
setName(String) - Method in class com.openshift.internal.restclient.model.Container
 
setName(String) - Method in class com.openshift.internal.restclient.model.deploy.DeploymentRequest
 
setName(String) - Method in class com.openshift.internal.restclient.model.image.TagReference
 
setName(String) - Method in class com.openshift.internal.restclient.model.kubeclient.Cluster
 
setName(String) - Method in class com.openshift.internal.restclient.model.kubeclient.Context
 
setName(String) - Method in class com.openshift.internal.restclient.model.kubeclient.User
 
setName(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
setName(String) - Method in class com.openshift.internal.restclient.model.ObjectReference
 
setName(String) - Method in class com.openshift.internal.restclient.model.Port
 
setName(String) - Method in class com.openshift.internal.restclient.model.ServicePort
 
setName(String) - Method in class com.openshift.internal.restclient.model.volume.AbstractVolume
 
setName(String) - Method in class com.openshift.internal.restclient.model.volume.VolumeMount
 
setName(String) - Method in class com.openshift.internal.restclient.model.volume.VolumeSource
 
setName(String) - Method in interface com.openshift.restclient.api.models.INameSetable
The name of the resource
setName(String) - Method in interface com.openshift.restclient.model.deploy.IDeploymentRequest
The name of the deployment config; note, the name in the corresponding oapi type is not in the k8s metadata object
setName(String) - Method in interface com.openshift.restclient.model.IObjectReference
The name of the obj ref
setName(String) - Method in interface com.openshift.restclient.model.IServicePort
 
setName(String) - Method in interface com.openshift.restclient.model.volume.IVolume
Deprecated.
 
setName(String) - Method in interface com.openshift.restclient.model.volume.IVolumeMount
 
setName(String) - Method in interface com.openshift.restclient.model.volume.IVolumeSource
 
setNamespace(String) - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
setNamespace(String) - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
setNamespace(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
setNamespace(String) - Method in class com.openshift.internal.restclient.model.ObjectReference
 
setNamespace(String) - Method in interface com.openshift.restclient.api.models.INamespaceSetable
The namespace for the object ref
setNamespace(String) - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
The namespace of the ImageStreamTag
setNamespace(String) - Method in interface com.openshift.restclient.model.IObjectReference
The namespace for the object ref
setNode(ModelNode) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
setNodePort(String) - Method in class com.openshift.internal.restclient.model.ServicePort
 
setNodePort(String) - Method in interface com.openshift.restclient.model.IServicePort
 
setOkClient(OkHttpClient) - Method in class com.openshift.internal.restclient.okhttp.OpenShiftAuthenticator
 
setPassword(String) - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
setPassword(String) - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
Password to use to authenticate to retrieve a token
setPath(String) - Method in class com.openshift.internal.restclient.model.Route
 
setPath(String) - Method in class com.openshift.internal.restclient.model.volume.HostPathVolumeSource
 
setPath(String) - Method in class com.openshift.internal.restclient.model.volume.property.HostPathVolumeProperties
 
setPath(String) - Method in class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
setPath(String) - Method in interface com.openshift.restclient.model.route.IRoute
Sets the path that the router watches for, to route traffic for to the service.
setPath(String) - Method in interface com.openshift.restclient.model.volume.IHostPathVolumeSource
 
setPath(String) - Method in interface com.openshift.restclient.model.volume.property.IHostPathVolumeProperties
 
setPath(String) - Method in interface com.openshift.restclient.model.volume.property.INfsVolumeProperties
 
setPeriodSeconds(int) - Method in class com.openshift.internal.restclient.model.probe.Probe
 
setPeriodSeconds(int) - Method in interface com.openshift.restclient.model.probe.IProbe
 
setPersistentVolumeProperties(IPersistentVolumeProperties) - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
Sets the volume type properties.
setPersistentVolumeProperties(IPersistentVolumeProperties) - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
Sets the volume type properties.
setPort(int) - Method in class com.openshift.internal.restclient.model.Service
 
setPort(int) - Method in class com.openshift.internal.restclient.model.ServicePort
 
setPort(int) - Method in interface com.openshift.restclient.model.IService
Sets the exposed port that is mapped to a running image
setPort(int) - Method in interface com.openshift.restclient.model.IServicePort
 
setPorts(Set<IPort>) - Method in class com.openshift.internal.restclient.model.Container
 
setPorts(List<IServicePort>) - Method in class com.openshift.internal.restclient.model.Service
 
setPorts(Set<IPort>) - Method in interface com.openshift.restclient.model.IContainer
replaces the set of ports
setPorts(List<IServicePort>) - Method in interface com.openshift.restclient.model.IService
Set the collection of ports for the service
setProperties(ModelNode) - Method in class com.openshift.internal.restclient.model.volume.property.AbstractPersistentVolumeProperties
 
setProperties(ModelNode) - Method in class com.openshift.internal.restclient.model.volume.property.HostPathVolumeProperties
 
setProperties(ModelNode) - Method in class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
setProtocol(String) - Method in class com.openshift.internal.restclient.model.Port
 
setProtocol(String) - Method in class com.openshift.internal.restclient.model.ServicePort
 
setProtocol(String) - Method in interface com.openshift.restclient.model.IServicePort
 
setReadOnly(boolean) - Method in class com.openshift.internal.restclient.model.volume.AbstractVolume
 
setReadOnly(boolean) - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaimVolumeSource
 
setReadOnly(boolean) - Method in class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
setReadOnly(boolean) - Method in class com.openshift.internal.restclient.model.volume.VolumeMount
 
setReadOnly(boolean) - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaimVolumeSource
 
setReadOnly(boolean) - Method in interface com.openshift.restclient.model.volume.IVolume
Deprecated.
 
setReadOnly(boolean) - Method in interface com.openshift.restclient.model.volume.IVolumeMount
 
setReadOnly(boolean) - Method in interface com.openshift.restclient.model.volume.property.INfsVolumeProperties
 
setReclaimPolicy(String) - Method in class com.openshift.internal.restclient.model.volume.PersistentVolume
Sets the 'spec.persistentVolumeReclaimPolicy' value
setReclaimPolicy(String) - Method in interface com.openshift.restclient.model.volume.IPersistentVolume
Sets the 'spec.persistentVolumeReclaimPolicy' value
setRef(String) - Method in class com.openshift.internal.restclient.model.build.GitBuildSource
 
setReplicas(int) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
setReplicas(int) - Method in interface com.openshift.restclient.model.IReplicationController
 
setReplicaSelector(String, String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
setReplicaSelector(Map<String, String>) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
setReplicaSelector(Map<String, String>) - Method in interface com.openshift.restclient.model.IReplicationController
Set the selector using the map of values
setReplicaSelector(String, String) - Method in interface com.openshift.restclient.model.IReplicationController
 
setRequest(String) - Method in class com.openshift.internal.restclient.model.Namespace
 
setRequest(String) - Method in interface com.openshift.restclient.model.INamespace
 
setRequestedStorage(String) - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaim
 
setRequestedStorage(String) - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaim
Set the requested storage of the claim
setRequestsCPU(String) - Method in class com.openshift.internal.restclient.model.Container
 
setRequestsCPU(String) - Method in interface com.openshift.restclient.model.IContainer
 
setRequestsMemory(String) - Method in class com.openshift.internal.restclient.model.Container
 
setRequestsMemory(String) - Method in interface com.openshift.restclient.model.IContainer
 
setResourceName(String) - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTrigger
 
setResourceName(String) - Method in interface com.openshift.restclient.capability.resources.IDeploymentTriggerable
The name of the deployment config; note, the name in the corresponding oapi type is not in the k8s metadata object
setRoleRef(IObjectReference) - Method in class com.openshift.internal.restclient.model.authorization.RoleBinding
 
setRoleRef(IObjectReference) - Method in interface com.openshift.restclient.model.authorization.IRoleBinding
 
setScriptsLocation(String) - Method in class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
setScriptsLocation(String) - Method in interface com.openshift.restclient.model.build.ISourceBuildStrategy
 
setSecretName(String) - Method in class com.openshift.internal.restclient.model.volume.SecretVolumeSource
 
setSecretName(String) - Method in interface com.openshift.restclient.model.volume.ISecretVolumeSource
 
setSelector(Map<String, String>) - Method in class com.openshift.internal.restclient.model.Service
 
setSelector(String, String) - Method in class com.openshift.internal.restclient.model.Service
 
setSelector(Map<String, String>) - Method in interface com.openshift.restclient.model.IService
Sets the container name that the service routes traffic to.
setSelector(String, String) - Method in interface com.openshift.restclient.model.IService
Convenience method for setting a selector that has a singular key/value pair.
setServer(String) - Method in class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
setServer(String) - Method in interface com.openshift.restclient.model.volume.property.INfsVolumeProperties
 
setServiceAccountName(String) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
setServiceAccountName(String) - Method in interface com.openshift.restclient.model.IReplicationController
Sets the service account to run this replication controller under.
setServiceName(String) - Method in class com.openshift.internal.restclient.model.Route
 
setServiceName(String) - Method in interface com.openshift.restclient.model.route.IRoute
Sets the name of the service this route should lead to.
setSpecReplicas(int) - Method in class com.openshift.internal.restclient.apis.autoscaling.models.Scale
 
setSpecReplicas(int) - Method in interface com.openshift.restclient.apis.autoscaling.models.IScale
Set the number of desired replicas
setSubjects(Set<IObjectReference>) - Method in class com.openshift.internal.restclient.model.authorization.RoleBinding
 
setSubjects(Set<IObjectReference>) - Method in interface com.openshift.restclient.model.authorization.IRoleBinding
 
setSuccessThreshold(int) - Method in class com.openshift.internal.restclient.model.probe.Probe
 
setSuccessThreshold(int) - Method in interface com.openshift.restclient.model.probe.IProbe
 
setTag(String, String) - Method in class com.openshift.internal.restclient.model.ImageStream
 
setTag(String, String) - Method in interface com.openshift.restclient.model.IImageStream
Sets a new tag in an image stream
setTargetPort(int) - Method in class com.openshift.internal.restclient.model.Service
 
setTargetPort(int) - Method in class com.openshift.internal.restclient.model.ServicePort
 
setTargetPort(String) - Method in class com.openshift.internal.restclient.model.ServicePort
 
setTargetPort(int) - Method in interface com.openshift.restclient.model.IService
Sets the container port exposed by the image
setTargetPort(int) - Method in interface com.openshift.restclient.model.IServicePort
 
setTargetPort(String) - Method in interface com.openshift.restclient.model.IServicePort
 
setTargetPort(Integer) - Method in interface com.openshift.restclient.model.route.ITargetPort
Sets the target port value.
setTargetPortName(String) - Method in interface com.openshift.restclient.model.route.ITargetPort
Sets the target port name.
setTerminationType(String) - Method in interface com.openshift.restclient.model.route.ITLSConfig
Sets the termination type to this config.
setTimeoutSeconds(int) - Method in class com.openshift.internal.restclient.model.probe.Probe
 
setTimeoutSeconds(int) - Method in interface com.openshift.restclient.model.probe.IProbe
 
setToken(String) - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
setToken(String) - Method in class com.openshift.internal.restclient.DefaultClient
 
setToken(String) - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
The token to try and use for communication to the apiserver
setType(String) - Method in class com.openshift.internal.restclient.model.Secret
 
setType(String) - Method in class com.openshift.internal.restclient.model.Service
 
setType(String) - Method in interface com.openshift.restclient.model.IService
Sets the type of the service.
setType(String) - Method in interface com.openshift.restclient.model.secret.ISecret
Sets the type of Secrete - default Opaque
setURI(String) - Method in class com.openshift.internal.restclient.model.build.GitBuildSource
 
setUser(IUser) - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
setUser(Map<String, String>) - Method in class com.openshift.internal.restclient.model.kubeclient.User
 
setUserName(String) - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
setUserName(String) - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
A username to use for authenticating
setUserNames(Set<String>) - Method in class com.openshift.internal.restclient.model.authorization.RoleBinding
 
setUserNames(Set<String>) - Method in interface com.openshift.restclient.model.authorization.IRoleBinding
 
setUsers(Collection<IUser>) - Method in class com.openshift.internal.restclient.model.kubeclient.KubeClientConfig
 
setValue(String) - Method in class com.openshift.internal.restclient.model.template.Parameter
 
setValue(String) - Method in interface com.openshift.restclient.model.template.IParameter
Sets the value to use
setVolumeMounts(Set<IVolumeMount>) - Method in class com.openshift.internal.restclient.model.Container
 
setVolumeMounts(Set<IVolumeMount>) - Method in interface com.openshift.restclient.model.IContainer
 
setVolumes(Set<IVolume>) - Method in class com.openshift.internal.restclient.model.Container
 
setVolumes(Set<IVolumeSource>) - Method in class com.openshift.internal.restclient.model.ReplicationController
 
setVolumes(Set<IVolume>) - Method in interface com.openshift.restclient.model.IContainer
Deprecated.
setVolumes(Set<IVolumeSource>) - Method in interface com.openshift.restclient.model.IReplicationController
Sets the volumes associated with the pod spec.
SKIP_TLS_VERIFY - Static variable in interface com.openshift.restclient.capability.IBinaryCapability
 
SkipTlsVerify() - Constructor for class com.openshift.restclient.capability.IBinaryCapability.SkipTlsVerify
 
SLASH - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
SOURCE - Static variable in interface com.openshift.restclient.model.build.BuildStrategyType
 
SourceBuildStrategy - Class in com.openshift.internal.restclient.model.build
 
SourceBuildStrategy(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
SPACE - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
SPEC_REPLICAS - Static variable in class com.openshift.internal.restclient.model.ReplicationController
 
SPEC_SELECTOR - Static variable in class com.openshift.internal.restclient.model.ReplicationController
 
SPEC_TEMPLATE_CONTAINERS - Static variable in class com.openshift.internal.restclient.model.ReplicationController
 
SPEC_TEMPLATE_LABELS - Static variable in class com.openshift.internal.restclient.model.ReplicationController
 
split(String, List<String>) - Static method in class com.openshift.internal.util.StringSplitter
 
split(String) - Static method in class com.openshift.internal.util.StringSplitter
 
splitFragment(String) - Static method in class com.openshift.internal.util.URIUtils
 
splitFragment(URI) - Static method in class com.openshift.internal.util.URIUtils
 
splitQuery(String) - Static method in class com.openshift.internal.util.URIUtils
 
sslCertCallbackWithDefaultHostnameVerifier(boolean) - Method in class com.openshift.restclient.ClientBuilder
 
sslCertificate(String, X509Certificate) - Method in class com.openshift.restclient.ClientBuilder
 
sslCertificateCallback(ISSLCertificateCallback) - Method in class com.openshift.restclient.ClientBuilder
 
sslCertificateCollection(String, Collection<X509Certificate>) - Method in class com.openshift.restclient.ClientBuilder
 
SSLUtils - Class in com.openshift.restclient.utils
 
start(IPodExec.IPodExecOutputListener, IPodExec.Options, String...) - Method in class com.openshift.internal.restclient.api.capabilities.PodExec
 
start(IBinaryCapability.OpenShiftBinaryOption...) - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
Starts the Process to run the oc command.
start(IPodLogRetrievalAsync.IPodLogListener) - Method in class com.openshift.internal.restclient.capability.resources.PodLogRetrievalAsync
 
start(IPodLogRetrievalAsync.IPodLogListener, IPodLogRetrievalAsync.Options) - Method in class com.openshift.internal.restclient.capability.resources.PodLogRetrievalAsync
 
start(IPodExec.IPodExecOutputListener, IPodExec.Options, String...) - Method in interface com.openshift.restclient.api.capabilities.IPodExec
Execute a command on a named container in this pod
start(IPodLogRetrievalAsync.IPodLogListener) - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrievalAsync
Start retrieving logs using the given listener and options
start(IPodLogRetrievalAsync.IPodLogListener, IPodLogRetrievalAsync.Options) - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrievalAsync
Start retrieving logs using the given listener and options
startProcess(ProcessBuilder) - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
 
Status - Class in com.openshift.internal.restclient.model
 
Status(String) - Constructor for class com.openshift.internal.restclient.model.Status
 
Status(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Status
 
STATUS - Static variable in class com.openshift.restclient.ResourceKind
 
STATUS_BAD_REQUEST - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
STATUS_FORBIDDEN - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
STATUS_IMAGES - Static variable in class com.openshift.internal.restclient.model.image.ImageStreamImport
 
STATUS_INTERNAL_SERVER_ERROR - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
STATUS_MOVED_PERMANENTLY - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
STATUS_MOVED_TEMPORARILY - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
STATUS_NORMAL_STOP - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
STATUS_NOT_FOUND - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
STATUS_OK - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
STATUS_REPLICA - Static variable in class com.openshift.internal.restclient.model.ReplicationController
 
STATUS_UNAUTHORIZED - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
STATUS_UPGRADE_PROTOCOL - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
STDERR - Static variable in class com.openshift.restclient.api.capabilities.IPodExec.Options
 
stdErr(boolean) - Method in class com.openshift.restclient.api.capabilities.IPodExec.Options
Enable stderr
STDOUT - Static variable in class com.openshift.restclient.api.capabilities.IPodExec.Options
 
stdOut(boolean) - Method in class com.openshift.restclient.api.capabilities.IPodExec.Options
Enable stdout
STI - Static variable in interface com.openshift.restclient.model.build.BuildStrategyType
Deprecated.
STIBuildStrategy - Class in com.openshift.internal.restclient.model.build
Deprecated.
STIBuildStrategy(String, String, boolean, Map<String, String>) - Constructor for class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
stop() - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
Stops the Process running the oc command.
stop() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
stop(String) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
stop() - Method in class com.openshift.internal.restclient.okhttp.WatchClient
 
stop() - Method in interface com.openshift.restclient.capability.IStoppable
Stop the process
stop() - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrieval
Stop retrieving logs for all containers
stop(String) - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrieval
Stop retrieving logs for a specific container
stop() - Method in interface com.openshift.restclient.capability.resources.IPortForwardable
Stop forwarding ports, forcibly if necessary
stop() - Method in interface com.openshift.restclient.capability.resources.IRSyncable
Stops rsync'ing, forcibly if necessary.
stop() - Method in interface com.openshift.restclient.IWatcher
 
StringSplitter - Class in com.openshift.internal.util
 
stub(String, String, String) - Method in class com.openshift.internal.restclient.ResourceFactory
 
stub(String, String) - Method in class com.openshift.internal.restclient.ResourceFactory
 
stub(String, String) - Method in interface com.openshift.restclient.IResourceFactory
Stub out the given resource kind using a version determined by the factory
stub(String, String, String) - Method in interface com.openshift.restclient.IResourceFactory
Stub out the given resource kind using a version determined by the factory
stubKind(String, Optional<String>, Optional<String>) - Method in class com.openshift.internal.restclient.apis.TypeMetaFactory
 
stubKind(String, Optional<String>, Optional<String>) - Method in class com.openshift.internal.restclient.ResourceFactory
 
stubKind(String, Optional<String>, Optional<String>) - Method in interface com.openshift.restclient.api.ITypeFactory
Stub out the given resource kind using a version determined by the factory
subContext(String) - Method in class com.openshift.internal.restclient.URLBuilder
 
subresource(String) - Method in class com.openshift.internal.restclient.URLBuilder
 
SUCCESS - Static variable in interface com.openshift.restclient.model.IStatus
 
supports(Class<? extends ICapability>) - Method in class com.openshift.internal.restclient.DefaultClient
 
supports(Class<? extends ICapability>) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
supports(Class<? extends ICapability>) - Method in interface com.openshift.restclient.capability.ICapable
Determines if the client supports the desired capability
supportsDHECipherKeysOf(int) - Static method in class com.openshift.restclient.utils.SSLUtils
Returns true if the jdk supports DEH cipher keys in the given length. inspired by http://stackoverflow.com/a/18254095/231357
sync(IRSyncable.Peer, IRSyncable.Peer, IBinaryCapability.OpenShiftBinaryOption...) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 
sync(IRSyncable.Peer, IRSyncable.Peer, IBinaryCapability.OpenShiftBinaryOption...) - Method in interface com.openshift.restclient.capability.resources.IRSyncable
Synchronizes the give destination with the given source
SYSTEM_PROP_K8E_API_VERSION - Static variable in class com.openshift.internal.restclient.DefaultClient
 
SYSTEM_PROP_OPENSHIFT_API_VERSION - Static variable in class com.openshift.internal.restclient.DefaultClient
 

T

TagCapability - Class in com.openshift.internal.restclient.capability.resources
 
TagCapability(IResource) - Constructor for class com.openshift.internal.restclient.capability.resources.TagCapability
 
TagReference - Class in com.openshift.internal.restclient.model.image
 
TagReference(String, String, String) - Constructor for class com.openshift.internal.restclient.model.image.TagReference
 
TagReference(String, String, String, String) - Constructor for class com.openshift.internal.restclient.model.image.TagReference
 
TagReference(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.image.TagReference
 
TCP - Static variable in interface com.openshift.restclient.model.IHandler
 
Template - Class in com.openshift.internal.restclient.model.template
 
Template(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.template.Template
 
TEMPLATE - Static variable in class com.openshift.restclient.ResourceKind
 
TemplateTraceability - Class in com.openshift.internal.restclient.capability.resources
Capability of resource tracing the template from which it was generated
TemplateTraceability(IResource) - Constructor for class com.openshift.internal.restclient.capability.resources.TemplateTraceability
 
TERMINATING - Static variable in interface com.openshift.restclient.utils.ResourceStatus
 
TLSTerminationType - Interface in com.openshift.restclient.model.route
 
toCamelCase(String, String) - Static method in class com.openshift.restclient.utils.BeanUtils
Convert a delimited string to camelcase (e.g. foo-bar -> fooBar)
toCluster(String) - Method in class com.openshift.restclient.ClientBuilder
 
toImageStreamTag(String) - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
toImageStreamTag(String) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder
 
toJson() - Method in class com.openshift.internal.restclient.model.Container
 
toJson() - Method in class com.openshift.internal.restclient.model.ExecAction
 
toJson() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
toJson(boolean) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
toJson() - Method in class com.openshift.internal.restclient.model.Lifecycle
 
toJson() - Method in class com.openshift.internal.restclient.model.ModelNodeAdapter
 
toJson(boolean) - Method in class com.openshift.internal.restclient.model.ModelNodeAdapter
 
toJson() - Method in class com.openshift.internal.restclient.model.ObjectReference
 
toJson() - Method in interface com.openshift.restclient.model.IEnvironmentVariable
 
toJson() - Method in interface com.openshift.restclient.model.image.ITagReference
 
toJson() - Method in interface com.openshift.restclient.model.IObjectReference
 
toJson() - Method in interface com.openshift.restclient.model.JSONSerializeable
The JSON representation
toJson(boolean) - Method in interface com.openshift.restclient.model.JSONSerializeable
The JSON representation
toJSONString() - Method in class com.openshift.internal.restclient.model.volume.VolumeSource
 
toJsonString(ModelNode, boolean) - Static method in class com.openshift.internal.util.JBossDmrExtentions
Serialize a node and sanitize the output by removing nulls
toJSONString() - Method in interface com.openshift.restclient.model.volume.IVolumeSource
 
toMapOfStrings(Collection<IEnvironmentVariable>) - Static method in class com.openshift.restclient.utils.EnvironmentVariableUtils
 
toPrettyString() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
toString() - Method in class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
toString() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
toString() - Method in class com.openshift.internal.restclient.model.ModelNodeAdapter
 
toString() - Method in class com.openshift.internal.restclient.model.ObjectReference
 
toString() - Method in class com.openshift.internal.restclient.model.ServicePort
 
toString() - Method in class com.openshift.internal.restclient.model.volume.property.HostPathVolumeProperties
 
toString() - Method in class com.openshift.internal.restclient.model.volume.property.NfsVolumeProperties
 
toString(URL) - Static method in class com.openshift.internal.util.URLUtils
 
toString() - Method in class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
 
toString() - Method in class com.openshift.restclient.images.DockerImageURI
 
trigger() - Method in class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
trigger(String) - Method in class com.openshift.internal.restclient.capability.resources.BuildTrigger
Deprecated.
trigger() - Method in class com.openshift.internal.restclient.capability.resources.DeploymentTrigger
 
trigger() - Method in interface com.openshift.restclient.capability.resources.IBuildTriggerable
Trigger a build based on a build config
trigger(String) - Method in interface com.openshift.restclient.capability.resources.IBuildTriggerable
Deprecated.
trigger() - Method in interface com.openshift.restclient.capability.resources.IDeploymentTriggerable
Trigger a deployment based on a deployment config
triggerBinary(InputStream) - Method in class com.openshift.internal.restclient.capability.resources.BinaryBuildTrigger
 
triggerBinary(InputStream) - Method in interface com.openshift.restclient.capability.resources.IBinaryBuildTriggerable
Trigger a binary build based on a build config
TYPE - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
TypeMeta - Class in com.openshift.internal.restclient.api.models
 
TypeMeta(ModelNode, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.api.models.TypeMeta
 
TypeMetaFactory - Class in com.openshift.internal.restclient.apis
 
TypeMetaFactory() - Constructor for class com.openshift.internal.restclient.apis.TypeMetaFactory
 

U

UnauthorizedException - Exception in com.openshift.restclient.authorization
 
UnauthorizedException(IAuthorizationDetails) - Constructor for exception com.openshift.restclient.authorization.UnauthorizedException
 
UnauthorizedException(IAuthorizationDetails, IStatus) - Constructor for exception com.openshift.restclient.authorization.UnauthorizedException
 
UNRECOGNIZED - Static variable in class com.openshift.restclient.ResourceKind
The default if we haven't implemented the kind yet
UnregisteredPropertyException - Exception in com.openshift.internal.util
 
UnregisteredPropertyException(String) - Constructor for exception com.openshift.internal.util.UnregisteredPropertyException
 
UnresolvablePathException() - Constructor for exception com.openshift.restclient.capability.resources.IPropertyAccessCapability.UnresolvablePathException
 
UnsupportedEndpointException - Exception in com.openshift.restclient
The exception thrown when the client is trying to submit a request to an unrecognized endpoint.
UnsupportedEndpointException(String, Object...) - Constructor for exception com.openshift.restclient.UnsupportedEndpointException
 
UnsupportedOperationException - Exception in com.openshift.restclient
 
UnsupportedOperationException(String) - Constructor for exception com.openshift.restclient.UnsupportedOperationException
 
UnsupportedVersionException - Exception in com.openshift.restclient
 
UnsupportedVersionException(String) - Constructor for exception com.openshift.restclient.UnsupportedVersionException
 
UnsupportedVersionException(String, Object...) - Constructor for exception com.openshift.restclient.UnsupportedVersionException
 
update(T) - Method in class com.openshift.internal.restclient.DefaultClient
 
update(T) - Method in interface com.openshift.restclient.IClient
Updates the given resource
UpdateableCapability - Class in com.openshift.internal.restclient.capability.resources
 
UpdateableCapability(IResource) - Constructor for class com.openshift.internal.restclient.capability.resources.UpdateableCapability
 
updateFrom(IResource) - Method in class com.openshift.internal.restclient.capability.resources.UpdateableCapability
 
updateFrom(IResource) - Method in interface com.openshift.restclient.capability.resources.IUpdatable
 
updateParameter(String, String) - Method in class com.openshift.internal.restclient.model.template.Template
 
updateParameter(String, String) - Method in interface com.openshift.restclient.model.template.ITemplate
Update a parameter if it exists
updateParameterValues(Collection<IParameter>) - Method in class com.openshift.internal.restclient.model.template.Template
 
updateParameterValues(Collection<IParameter>) - Method in interface com.openshift.restclient.model.template.ITemplate
Update the template's parameter values, with the values from the collection if a parameter with the same name is found
URIUtils - Class in com.openshift.internal.util
Helper methods for manipulating URIs
URLBuilder - Class in com.openshift.internal.restclient
Helper class to build the URL connection string in the proper format
URLBuilder(URL, IApiTypeMapper) - Constructor for class com.openshift.internal.restclient.URLBuilder
 
URLUtils - Class in com.openshift.internal.util
 
User - Class in com.openshift.internal.restclient.model.kubeclient
 
User() - Constructor for class com.openshift.internal.restclient.model.kubeclient.User
 
USER - Static variable in class com.openshift.restclient.ResourceKind
 
USERNAME_SEPARATOR - Static variable in class com.openshift.internal.util.URLUtils
 
usingFile(String) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.IJenkinsPipelineStrategyBuilder
 
usingFilePath(String) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.IJenkinsPipelineStrategyBuilder
 
usingGitReference(String) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.IGitSourceBuilder
 
usingJenkinsPipelineStrategy() - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
usingJenkinsPipelineStrategy() - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder
 
usingSourceStrategy() - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
usingSourceStrategy() - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder
 
usingToken(String) - Method in class com.openshift.restclient.ClientBuilder
 
usingUserAgentPrefix(String) - Method in class com.openshift.restclient.ClientBuilder
 

V

validate() - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
Validate arguments before starting process
validate() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval.PodLogs
 
validate() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
validate() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 
VALUE - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
valueOf(String) - Static method in enum com.openshift.internal.restclient.KubernetesAPIVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.openshift.internal.restclient.OpenShiftAPIVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.openshift.restclient.utils.MemoryUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.openshift.internal.restclient.KubernetesAPIVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.openshift.internal.restclient.OpenShiftAPIVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.openshift.restclient.ResourceKind
 
values() - Static method in enum com.openshift.restclient.utils.MemoryUnit
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in interface com.openshift.restclient.ISSLCertificateCallback
 
VERSION - Static variable in interface com.openshift.restclient.http.IHttpConstants
 
VersionComparitor() - Constructor for class com.openshift.internal.restclient.APIModelVersion.VersionComparitor
 
visit(T) - Method in class com.openshift.restclient.capability.CapabilityVisitor
Visits the capability
VolumeMount - Class in com.openshift.internal.restclient.model.volume
 
VolumeMount(ModelNode) - Constructor for class com.openshift.internal.restclient.model.volume.VolumeMount
 
VolumeMount(ModelNode, IVolumeMount) - Constructor for class com.openshift.internal.restclient.model.volume.VolumeMount
 
VOLUMES - Static variable in class com.openshift.internal.restclient.model.ReplicationController
 
VolumeSource - Class in com.openshift.internal.restclient.model.volume
 
VolumeSource(ModelNode) - Constructor for class com.openshift.internal.restclient.model.volume.VolumeSource
 
VolumeType - Interface in com.openshift.restclient.model.volume
 

W

waitFor(Process) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryRSync
 
watch(String, IOpenShiftWatchListener, String...) - Method in class com.openshift.internal.restclient.DefaultClient
 
watch(IOpenShiftWatchListener, String...) - Method in class com.openshift.internal.restclient.DefaultClient
 
watch(Collection<String>, String, IOpenShiftWatchListener) - Method in class com.openshift.internal.restclient.okhttp.WatchClient
 
watch() - Method in class com.openshift.internal.restclient.URLBuilder
 
watch(String, IOpenShiftWatchListener, String...) - Method in interface com.openshift.restclient.IClient
 
watch(IOpenShiftWatchListener, String...) - Method in interface com.openshift.restclient.IClient
 
WatchClient - Class in com.openshift.internal.restclient.okhttp
 
WatchClient(DefaultClient, IApiTypeMapper, OkHttpClient) - Constructor for class com.openshift.internal.restclient.okhttp.WatchClient
 
WebhookTrigger - Class in com.openshift.internal.restclient.model.build
 
WebhookTrigger(String, String, String) - Constructor for class com.openshift.internal.restclient.model.build.WebhookTrigger
 
websocket() - Method in class com.openshift.internal.restclient.URLBuilder
 
withConnectTimeout(int, TimeUnit) - Method in class com.openshift.restclient.ClientBuilder
 
withConnectTimeout(int) - Method in class com.openshift.restclient.ClientBuilder
The connect timeout parameter used for establishing the connection to a remote server
withEnvVars(List<IEnvironmentVariable>) - Method in interface com.openshift.restclient.model.build.IBuildConfigBuilder.ISourceStrategyBuilder
 
withLabels(Map<String, String>) - Method in class com.openshift.internal.restclient.model.build.BuildConfigBuilder
 
withLabels(Map<String, String>) - Method in interface com.openshift.restclient.model.IResourceBuilder
 
withMaxRequests(int) - Method in class com.openshift.restclient.ClientBuilder
The maximum concurrent requests for this client.
withMaxRequestsPerHost(int) - Method in class com.openshift.restclient.ClientBuilder
The maximum concurrent request for this client for a single host.
withPassword(String) - Method in class com.openshift.restclient.ClientBuilder
 
withPingInterval(int, TimeUnit) - Method in class com.openshift.restclient.ClientBuilder
 
withReadTimeout(int, TimeUnit) - Method in class com.openshift.restclient.ClientBuilder
 
withUserName(String) - Method in class com.openshift.restclient.ClientBuilder
 
withWriteTimeout(int, TimeUnit) - Method in class com.openshift.restclient.ClientBuilder
 

X

X_OPENSHIFT_IGNORE_RCI - Static variable in class com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links
OpenShift Java REST Client 7.1.2-SNAPSHOT

Copyright © 2019 Red Hat, Inc. All Rights Reserved.