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

A

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
 
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(IAuthorizationStrategyVisitor) - Method in class com.openshift.restclient.authorization.BasicAuthorizationStrategy
 
accept(IAuthorizationStrategyVisitor) - Method in interface com.openshift.restclient.authorization.IAuthorizationStrategy
 
accept(IAuthorizationStrategyVisitor) - Method in class com.openshift.restclient.authorization.KerbrosBrokerAuthorizationStrategy
 
accept(IAuthorizationStrategyVisitor) - Method in class com.openshift.restclient.authorization.TokenAuthorizationStrategy
 
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
acceptedMediaType - Variable in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
acceptedVersion - Variable in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
add(String, String) - Method in class com.openshift.internal.restclient.http.ParameterValueArray
 
add(ParameterValue<?>) - Method in class com.openshift.internal.restclient.http.ParameterValueArray
 
add(String, String) - Method in class com.openshift.internal.restclient.http.ParameterValueMap
 
add(Parameter) - Method in class com.openshift.internal.restclient.http.ParameterValueMap
 
addAll(List<? extends ParameterValue<?>>) - Method in class com.openshift.internal.restclient.http.ParameterValueArray
 
addAll(List<? extends Parameter>) - Method in class com.openshift.internal.restclient.http.ParameterValueMap
 
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
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(DockerImageURI, Set<IPort>, Map<String, String>) - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
addContainer(String, DockerImageURI, Set<IPort>, Map<String, String>, List<String>) - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
addContainer(String, DockerImageURI, Set<IPort>, Map<String, String>, List<String>) - Method in interface com.openshift.restclient.model.IDeploymentConfig
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.IDeploymentConfig
Add a container to the pod that will be spun up as part of this deployment, defaulting the name to the image 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
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.model.KubernetesResource
 
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.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
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
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
addTemplateLabel(String, String) - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
addTemplateLabel(String, String) - Method in interface com.openshift.restclient.model.IDeploymentConfig
Add or update a label to the template spec;
addToken(StringBuilder) - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
 
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
allow(X509Certificate[]) - Method in interface com.openshift.internal.restclient.http.CallbackTrustManager.TrustManagerCallback
 
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.IHttpClient
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
 
APIModelVersion - Interface in com.openshift.internal.restclient
 
APIModelVersion.VersionComparitor - Class in com.openshift.internal.restclient
 
APIVERSION - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
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(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
 
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
 
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
 
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(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
 
AUTHORIZATION_BASIC - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
AUTHORIZATION_BEARER - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
AuthorizationClient - Class in com.openshift.internal.restclient.authorization
 
AuthorizationClient(IClient) - Constructor for class com.openshift.internal.restclient.authorization.AuthorizationClient
 
AuthorizationClientFactory - Class in com.openshift.restclient.authorization
 
AuthorizationClientFactory() - Constructor for class com.openshift.restclient.authorization.AuthorizationClientFactory
 
AuthorizationContext - Class in com.openshift.internal.restclient.authorization
 
AuthorizationContext(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(Header[]) - Constructor for class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
authorize(IRequest) - Method in class com.openshift.restclient.authorization.BasicAuthorizationStrategy
 
authorize(IRequest) - Method in interface com.openshift.restclient.authorization.IAuthorizationStrategy
Authorizes the given request
authorize(IRequest) - Method in class com.openshift.restclient.authorization.KerbrosBrokerAuthorizationStrategy
 
authorize(IRequest) - Method in class com.openshift.restclient.authorization.TokenAuthorizationStrategy
 
AUTHSCHEME_BASIC - Static variable in interface com.openshift.restclient.authorization.IAuthorizationContext
 
AUTHSCHEME_OAUTH - Static variable in interface com.openshift.restclient.authorization.IAuthorizationContext
 

B

BadRequestException - Exception in com.openshift.internal.restclient.http
 
BadRequestException(String, Throwable) - Constructor for exception com.openshift.internal.restclient.http.BadRequestException
 
BadRequestException(Throwable) - Constructor for exception com.openshift.internal.restclient.http.BadRequestException
 
Base64Coder - Class in com.openshift.restclient.utils
A utility class that offers methods to encode and decode strings from and to base64
BasicAuthorizationStrategy - Class in com.openshift.restclient.authorization
Authorization strategy for basic authorization
BasicAuthorizationStrategy(String, String, String) - Constructor for class com.openshift.restclient.authorization.BasicAuthorizationStrategy
 
Build - Class in com.openshift.internal.restclient.model
 
Build(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Build
 
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(String) - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
Callback for building args to be sent to the oc command
buildArgs(String) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
buildArgs(String) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
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_TYPE - Static variable in class com.openshift.internal.restclient.model.BuildConfig
 
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
 
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

CallbackTrustManager - Class in com.openshift.internal.restclient.http
A trust manager that calls a callback if the wrapped trustmanager fails to validate a given certificate.
CallbackTrustManager.TrustManagerCallback - Interface in com.openshift.internal.restclient.http
 
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
 
checkClientTrusted(X509Certificate[], String) - Method in class com.openshift.internal.restclient.http.CallbackTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient.CallbackTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class com.openshift.internal.restclient.http.CallbackTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient.CallbackTrustManager
 
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
 
cleanup() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
clear() - Method in class com.openshift.internal.restclient.authorization.OpenShiftCredentialsProvider
 
client() - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClientBuilder
 
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
 
ClientFactory - Class in com.openshift.restclient
Factory class for creating clients to an OpenShift server
ClientFactory() - Constructor for class com.openshift.restclient.ClientFactory
 
COLON - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
com.openshift.internal.restclient - package com.openshift.internal.restclient
 
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.http - package com.openshift.internal.restclient.http
 
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.oauth - package com.openshift.internal.restclient.model.oauth
 
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.util - package com.openshift.internal.util
 
com.openshift.restclient - package com.openshift.restclient
 
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.oauth - package com.openshift.restclient.model.oauth
 
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.utils - package com.openshift.restclient.utils
 
COMMA - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
compare(APIModelVersion, APIModelVersion) - Method in class com.openshift.internal.restclient.APIModelVersion.VersionComparitor
 
Config - Class in com.openshift.internal.restclient.model
Deprecated.
Config(ModelNode, IClient, Map<String, String[]>) - Constructor for class com.openshift.internal.restclient.model.Config
Deprecated.
 
CONFIG - Static variable in class com.openshift.restclient.ResourceKind
Deprecated.
CONFIG_CHANGE - Static variable in interface com.openshift.restclient.model.deploy.DeploymentTriggerType
 
configTimeout - Variable in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
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(InputStream) - Method in class com.openshift.internal.restclient.ResourceFactory
 
create(InputStream, boolean) - Method in class com.openshift.internal.restclient.ResourceFactory
 
create(String) - Method in class com.openshift.internal.restclient.ResourceFactory
 
create(String, boolean) - Method in class com.openshift.internal.restclient.ResourceFactory
 
create(String, String) - Method in class com.openshift.internal.restclient.ResourceFactory
 
create(String, String, boolean) - Method in class com.openshift.internal.restclient.ResourceFactory
 
create(IClient) - Method in class com.openshift.restclient.authorization.AuthorizationClientFactory
Create an authorization client
create(String, ISSLCertificateCallback) - Method in class com.openshift.restclient.ClientFactory
Creates a client for the given base url and ssl certificate callback.
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(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(String, boolean) - Method in interface com.openshift.restclient.IResourceFactory
 
create(InputStream) - Method in interface com.openshift.restclient.IResourceFactory
Create a resource from a response string
create(InputStream, boolean) - Method in interface com.openshift.restclient.IResourceFactory
 
create(String, String) - Method in interface com.openshift.restclient.IResourceFactory
Create(or stub) a resource for a given version and kind
create(String, String, boolean) - Method in interface com.openshift.restclient.IResourceFactory
 
createConnection(URL, String, String, String, ISSLCertificateCallback, int) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
createErrorMessage(IOException, HttpURLConnection) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
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
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[]) - 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.
decodeBinary(String) - Static method in class com.openshift.restclient.utils.Base64Coder
Decodes the given base64 encoded string.
DEFAULT_READ_TIMEOUT - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
DefaultClient - Class in com.openshift.internal.restclient
 
DefaultClient(URL, ISSLCertificateCallback) - Constructor for class com.openshift.internal.restclient.DefaultClient
 
delete(T) - Method in class com.openshift.internal.restclient.DefaultClient
 
delete(URL, IMediaType, int, Parameter...) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
delete(URL, int) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
delete(URL, int) - Method in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
delete(T) - Method in interface com.openshift.restclient.IClient
Deletes the given resource.
DEPLOYMENT_CONFIG - Static variable in class com.openshift.restclient.ResourceKind
 
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
 
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.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
 
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
 

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) - Constructor for class com.openshift.internal.restclient.model.volume.EmptyDirVolume
 
encode(byte[]) - Static method in class com.openshift.restclient.utils.Base64Coder
Encodes the given byte array to a base64 encoded String
encode(String) - Static method in class com.openshift.restclient.utils.Base64Coder
Encodes the given string to a base64 encoded string.
EncodingException - Exception in com.openshift.internal.restclient.http
 
EncodingException(String, Throwable) - Constructor for exception com.openshift.internal.restclient.http.EncodingException
 
ensureStartsWithHttps(String) - Static method in class com.openshift.internal.util.URLUtils
 
equals(Object) - Method in class com.openshift.internal.restclient.DefaultClient
 
equals(Object) - Method in class com.openshift.internal.restclient.http.Parameter
 
equals(Object) - Method in class com.openshift.internal.restclient.http.ParameterValue
 
equals(Object) - Method in class com.openshift.internal.restclient.http.ParameterValueMap
 
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.KubernetesResource
 
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.restclient.capability.resources.IPortForwardable.PortPair
 
EQUALS - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
equals(Object) - Method in class com.openshift.restclient.images.DockerImageURI
 
EVENT - Static variable in class com.openshift.restclient.ResourceKind
 
excludeSSLCipher(String) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClientBuilder
 
exposeDockerSocket() - Method in class com.openshift.internal.restclient.model.build.CustomBuildStrategy
 
exposeDockerSocket() - Method in interface com.openshift.restclient.model.build.ICustomBuildStrategy
 

F

filterCiphers(String, String[]) - Static method in class com.openshift.restclient.utils.SSLUtils
 
forceClean() - Method in class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
forceClean() - Method in interface com.openshift.restclient.model.build.ISTIBuildStrategy
Deprecated.
FormUrlEncodedMediaType - Class in com.openshift.internal.restclient.http
A class that encodes request parameters to formurl-encoded format so that they may get sent to the server.
FormUrlEncodedMediaType() - Constructor for class com.openshift.internal.restclient.http.FormUrlEncodedMediaType
 
forwardPorts(IPortForwardable.PortPair...) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
forwardPorts(IPortForwardable.PortPair...) - Method in interface com.openshift.restclient.capability.resources.IPortForwardable
Forward the ports to a pod.

G

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, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
get(URL, int) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
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(URL, int) - Method in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
get(String, String, String) - Method in interface com.openshift.restclient.IClient
 
getAbsoluteUri() - Method in class com.openshift.restclient.images.DockerImageURI
 
getAcceptedIssuers() - Method in class com.openshift.internal.restclient.http.CallbackTrustManager
 
getAcceptedIssuers() - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient.CallbackTrustManager
 
getAccessModes() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaim
 
getAccessModes() - Method in interface com.openshift.restclient.model.volume.IPersistentVolumeClaim
 
getAnnotation(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
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.model.KubernetesResource
 
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
getApiVersion() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getApiVersion() - Method in interface com.openshift.restclient.model.IResource
returns the version of this resource
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;
getAuthorizationContext() - Method in class com.openshift.internal.restclient.authorization.OpenShiftAuthorizationRedirectStrategy
 
getAuthorizationDetails(String) - Method in class com.openshift.internal.restclient.authorization.AuthorizationClient
 
getAuthorizationDetails(String) - Method in class com.openshift.internal.restclient.DefaultClient
 
getAuthorizationDetails(String) - Method in interface com.openshift.restclient.authorization.IAuthorizationClient
Retrieve the authorization details for a server
getAuthorizationDetails() - Method in exception com.openshift.restclient.authorization.UnauthorizedException
 
getAuthorizationStrategy() - Method in class com.openshift.internal.restclient.DefaultClient
 
getAuthorizationStrategy() - Method in interface com.openshift.restclient.IClient
 
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
 
getBaseURL() - Method in class com.openshift.internal.restclient.DefaultClient
 
getBaseURL() - Method in interface com.openshift.restclient.IClient
 
getBuildSource() - Method in class com.openshift.internal.restclient.model.BuildConfig
 
getBuildSource() - Method in interface com.openshift.restclient.model.IBuildConfig
Returns the source info of the build
getBuildStrategy() - Method in class com.openshift.internal.restclient.model.BuildConfig
 
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
Retrieves the list of capabilities supported by this resource
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
getCertificate() - Method in interface com.openshift.restclient.model.route.ITLSConfig
Retrieves the certificate contents.
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
 
getCode() - Method in class com.openshift.internal.restclient.model.Status
 
getCode() - Method in interface com.openshift.restclient.model.IStatus
The HTTP status code
getCommonTemplates() - 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.
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
Retrieve the set of ports that the containers are using
getContext(String) - Method in class com.openshift.internal.restclient.authorization.AuthorizationClient
 
getContext(String) - Method in class com.openshift.internal.restclient.DefaultClient
 
getContext(String) - Method in interface com.openshift.restclient.authorization.IAuthorizationClient
Retrieve a token for OpenShift.
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
 
getCreationTimeStamp() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getCreationTimeStamp() - Method in interface com.openshift.restclient.model.IResource
Returns the timestamp of when this resource was created
getCredentials(AuthScope) - Method in class com.openshift.internal.restclient.authorization.OpenShiftCredentialsProvider
 
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
getCurrentUser() - Method in class com.openshift.internal.restclient.DefaultClient
 
getCurrentUser() - Method in interface com.openshift.restclient.IClient
 
getData(String) - Method in class com.openshift.internal.restclient.model.Secret
 
getData(String) - Method in interface com.openshift.restclient.model.secret.ISecret
Get the data stored under the key
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.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.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.Project
 
getDisplayName() - Method in class com.openshift.internal.restclient.model.project.OpenshiftProjectRequest
 
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
Retrieve the docker image URI for which this image repository is responsible
getEnvironmentVariables() - Method in class com.openshift.internal.restclient.model.build.CustomBuildStrategy
 
getEnvironmentVariables() - Method in class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
getEnvironmentVariables() - Method in interface com.openshift.restclient.model.build.ICustomBuildStrategy
 
getEnvironmentVariables() - Method in interface com.openshift.restclient.model.build.ISTIBuildStrategy
Deprecated.
 
getEnvMap(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getExpiresIn() - Method in class com.openshift.internal.restclient.authorization.AuthorizationContext
 
getExpiresIn() - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
Time in ?? when the token expires.
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.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.template.IParameter
Returns the input to the generator
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
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.IPod
Gets the name 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.
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.STIBuildStrategy
Deprecated.
 
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.ISTIBuildStrategy
Deprecated.
Returns the Builder Image used to execute the build
getImageNames() - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
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
Gets the collection of image names for the pod containers
getImages() - Method in interface com.openshift.restclient.model.IReplicationController
Retrieves the list of images deployed in the pod containers from this controller
getImageUri() - Method in class com.openshift.restclient.images.DockerImageDescriptor
 
getImplMap() - Static method in class com.openshift.internal.restclient.ResourceFactory
 
getInstance() - Static method in class com.openshift.internal.restclient.model.properties.ResourcePropertiesRegistry
 
getIP() - Method in class com.openshift.internal.restclient.model.Pod
 
getIP() - Method in interface com.openshift.restclient.model.IPod
Gets the IP of the Pod
getItems() - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
getItems() - Method in class com.openshift.internal.restclient.model.List
 
getItems() - Method in class com.openshift.internal.restclient.model.template.Template
 
getItems() - Method in interface com.openshift.restclient.model.IList
Retrieve the list of resources for this config
getItems() - Method in interface com.openshift.restclient.model.template.ITemplate
Retrieves the list of resources this template creates
getKey() - Method in interface com.openshift.restclient.model.route.ITLSConfig
Retrieves the key file contents.
getKind() - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
getKind() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getKind() - Method in interface com.openshift.restclient.model.IResource
Returns the resource kind
getKubernetesVersion() - Method in class com.openshift.internal.restclient.DefaultClient
 
getKubernetesVersions() - Method in class com.openshift.internal.restclient.DefaultClient
 
getLabels() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getLabels() - Method in interface com.openshift.restclient.model.IResource
Retrieves the labels associated with the resource
getLocalPort() - Method in class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
 
getLogs(boolean) - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
getLogs(boolean) - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrieval
Return the logs from the pod, optionally following them
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
getMessage() - Method in class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
getMessage() - Method in class com.openshift.internal.restclient.model.Build
 
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.model.IBuild
Returns the details about the status of this build
getMessage() - Method in interface com.openshift.restclient.model.IStatus
Returns the status message
getModifiableCapabilities() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.AnnotationCapability
 
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.OpenShiftBinaryPodLogRetrieval
 
getName() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
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.TemplateTraceability
 
getName() - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing
 
getName() - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
getName() - Method in class com.openshift.internal.restclient.http.Parameter
 
getName() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
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 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 class com.openshift.restclient.images.DockerImageURI
 
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.IServicePort
The name of the port
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
 
getNameAndTag() - Method in class com.openshift.restclient.images.DockerImageURI
 
getNamespace() - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
getNamespace() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getNamespace() - Method in class com.openshift.internal.restclient.model.Project
 
getNamespace() - 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
 
getObjectLabels() - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
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.
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
getOpenShiftVersions() - Method in class com.openshift.internal.restclient.DefaultClient
 
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
 
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
getParamater(String) - Method in class com.openshift.internal.restclient.http.ParameterValueMap
 
getParameters() - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
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.restclient.authorization.BasicAuthorizationStrategy
 
getPath(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
getPath() - Method in class com.openshift.internal.restclient.model.Route
 
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.
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.Service
 
getPort() - Method in class com.openshift.internal.restclient.model.ServicePort
 
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
getPortalIP() - Method in class com.openshift.internal.restclient.model.Service
 
getPortalIP() - Method in interface com.openshift.restclient.model.IService
Returns the IP of the service.
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.Service
 
getPorts() - Method in interface com.openshift.restclient.model.IService
Get the collection of ports for the service
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 which corresponds to the namespace
getPropertyKeys() - Method in class com.openshift.internal.restclient.model.deploy.DeploymentTrigger
 
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.model.IPort
 
getProtocol() - Method in interface com.openshift.restclient.model.IServicePort
IP protocol (TCP, UDP)
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.DeploymentConfig
 
getReplicas() - Method in interface com.openshift.restclient.model.IDeploymentConfig
Returns the number of replicas to be created by the replication controller generated from this deployment config
getReplicaSelector() - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
getReplicaSelector() - Method in class com.openshift.internal.restclient.model.ReplicationController
 
getReplicaSelector() - Method in interface com.openshift.restclient.model.IDeploymentConfig
Returns the replica selector to be used by the replication controller generated from this deployment config
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
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
getResources(String) - Method in class com.openshift.internal.restclient.model.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
 
getResponseCode() - Method in exception com.openshift.internal.restclient.http.HttpClientException
 
getScheme() - Method in class com.openshift.internal.restclient.authorization.AuthorizationDetails
 
getScheme() - Method in class com.openshift.internal.restclient.authorization.OpenShiftCredentialsProvider
 
getScheme() - Method in interface com.openshift.restclient.authorization.IAuthorizationDetails
The authentication scheme
getScriptsLocation() - Method in class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
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
 
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
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
getSSLContext(TrustManager) - Static method in class com.openshift.restclient.utils.SSLUtils
 
getStatus() - Method in class com.openshift.internal.restclient.model.Build
 
getStatus() - Method in class com.openshift.internal.restclient.model.Pod
 
getStatus() - Method in class com.openshift.internal.restclient.model.Status
 
getStatus() - Method in class com.openshift.internal.restclient.model.volume.PersistentVolumeClaim
 
getStatus() - Method in interface com.openshift.restclient.model.IBuild
Returns the status of the buld
getStatus() - Method in interface com.openshift.restclient.model.IPod
Gets the status of the pod
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
 
getSupportedCiphers(SSLContext) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
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
getTags() - Method in class com.openshift.internal.restclient.capability.resources.TagCapability
 
getTags() - Method in interface com.openshift.restclient.capability.resources.ITags
The list of tags
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
 
getTargetPort() - Method in interface com.openshift.restclient.model.IServicePort
The target port on the pod it services
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.
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.authorization.OpenShiftCredentialsProvider
Get the token if known;
getToken() - Method in class com.openshift.restclient.authorization.BasicAuthorizationStrategy
 
getToken() - Method in interface com.openshift.restclient.authorization.IAuthorizationContext
Token to use for authentication.
getToken() - Method in interface com.openshift.restclient.authorization.IAuthorizationStrategy
Return the token that is used for authentication
getToken() - Method in class com.openshift.restclient.authorization.KerbrosBrokerAuthorizationStrategy
 
getToken() - Method in class com.openshift.restclient.authorization.TokenAuthorizationStrategy
 
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.http.FormUrlEncodedMediaType
 
getType() - Method in interface com.openshift.internal.restclient.http.IMediaType
 
getType() - Method in class com.openshift.internal.restclient.http.JsonMediaType
 
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.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.Secret
 
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.secret.ISecret
Returns the type of Secrete - default Opaque return
getURI() - Method in class com.openshift.internal.restclient.model.build.GitBuildSource
 
getURI() - Method in interface com.openshift.restclient.model.build.IBuildSource
The URI to the source repo
getUriWithoutHost() - Method in class com.openshift.restclient.images.DockerImageURI
 
getUriWithoutTag() - Method in class com.openshift.restclient.images.DockerImageURI
 
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 interface com.openshift.restclient.authorization.IAuthorizationContext
The authorized user if it can be found for this token
getUsername() - Method in class com.openshift.restclient.authorization.BasicAuthorizationStrategy
 
getUserName() - Method in class com.openshift.restclient.images.DockerImageURI
 
getValue() - Method in class com.openshift.internal.restclient.http.ParameterValue
 
getValue() - Method in class com.openshift.internal.restclient.model.template.Parameter
 
getValue() - Method in interface com.openshift.restclient.model.template.IParameter
Returns the value to use
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
 
github - Static variable in interface com.openshift.restclient.model.build.BuildTriggerType
Deprecated.
GITHUB - Static variable in interface com.openshift.restclient.model.build.BuildTriggerType
 

H

hashCode() - Method in class com.openshift.internal.restclient.DefaultClient
 
hashCode() - Method in class com.openshift.internal.restclient.http.Parameter
 
hashCode() - Method in class com.openshift.internal.restclient.http.ParameterValue
 
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.KubernetesResource
 
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.restclient.capability.resources.IPortForwardable.PortPair
 
hashCode() - Method in class com.openshift.restclient.images.DockerImageURI
 
hasValue(String) - Static method in enum com.openshift.internal.restclient.http.HttpMethod
hasValue determines if enum can safely convert string to enum value
head(URL, int) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
head(URL, int) - Method in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
HTTP - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
HttpClientException - Exception in com.openshift.internal.restclient.http
 
HttpClientException(String, Throwable) - Constructor for exception com.openshift.internal.restclient.http.HttpClientException
 
HttpClientException(String, Throwable, int) - Constructor for exception com.openshift.internal.restclient.http.HttpClientException
 
HttpClientException(String) - Constructor for exception com.openshift.internal.restclient.http.HttpClientException
 
HttpClientException(Throwable) - Constructor for exception com.openshift.internal.restclient.http.HttpClientException
 
HttpMethod - Enum in com.openshift.internal.restclient.http
 

I

IAuthorizationClient - Interface in com.openshift.restclient.authorization
 
IAuthorizationContext - Interface in com.openshift.restclient.authorization
 
IAuthorizationDetails - Interface in com.openshift.restclient.authorization
The details about how to manually obtain a request token
IAuthorizationStrategy - Interface in com.openshift.restclient.authorization
Authorization interface to provide various authorization mechanisms to an OpenShift server
IAuthorizationStrategyVisitor - Interface in com.openshift.restclient.authorization
 
IBuild - Interface in com.openshift.restclient.model
 
IBuildConfig - Interface in com.openshift.restclient.model
 
IBuildRequest - Interface in com.openshift.restclient.model.build
Resource payload for triggering a build
IBuildSource - 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
IConfig - Interface in com.openshift.restclient.model
Deprecated.
??? in later model versions in favor of List?
ICustomBuildStrategy - Interface in com.openshift.restclient.model.build
 
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
 
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
 
IDockerBuildStrategy - Interface in com.openshift.restclient.model.build
 
IEvent - Interface in com.openshift.restclient.model
 
IGitBuildSource - Interface in com.openshift.restclient.model.build
 
IHttpClient - Interface in com.openshift.restclient.http
Deprecated.
This interface and its supporting classes to be deprecated in the near future.
IHttpStatusCodes - Interface in com.openshift.restclient.http
HTTP Status codes
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
 
ILimitRange - Interface in com.openshift.restclient.model
 
IList - Interface in com.openshift.restclient.model
A list of resources.
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_STREAM - 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
 
IMediaType - Interface in com.openshift.internal.restclient.http
A media type that encodes and writes request parameters before they get sent by the client.
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
 
incremental() - Method in class com.openshift.internal.restclient.model.build.STIBuildStrategy
Deprecated.
 
incremental() - Method in interface com.openshift.restclient.model.build.ISTIBuildStrategy
Deprecated.
 
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>, 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
 
InternalServerErrorException - Exception in com.openshift.internal.restclient.http
 
InternalServerErrorException(String, Throwable) - Constructor for exception com.openshift.internal.restclient.http.InternalServerErrorException
 
InternalServerErrorException(String) - Constructor for exception com.openshift.internal.restclient.http.InternalServerErrorException
 
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
 
IParameter - Interface in com.openshift.restclient.model.template
A parameter for a template
IPersistentVolumeClaim - Interface in com.openshift.restclient.model.volume
 
IPod - Interface in com.openshift.restclient.model
 
IPodLogRetrieval - Interface in com.openshift.restclient.capability.resources
 
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.
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
 
IReplicationController - Interface in com.openshift.restclient.model
 
IRequest - Interface in com.openshift.restclient.authorization
A type to decouple an IAuthorizationStrategy from the underlying connection stream
IResource - Interface in com.openshift.restclient.model
IResource is a representation of a Kubernetes resource (e.g.
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
isAnnotatedWith(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
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
 
isAutomatic() - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
isAutomatic() - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
 
ISecret - Interface in com.openshift.restclient.model.secret
Kubernetes Secret object to inject/mount sensitive data into containers
isEmpty() - Method in class com.openshift.internal.restclient.http.ParameterValueMap
 
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
isForwarding() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
isForwarding() - Method in interface com.openshift.restclient.capability.resources.IPortForwardable
 
isMatching(String) - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
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.
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
 
isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class com.openshift.internal.restclient.authorization.OpenShiftAuthorizationRedirectStrategy
 
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
 
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.BuildTrigger
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.ClientCapability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
isSupported() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
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.TemplateTraceability
 
isSupported() - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing
 
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.
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.
isTrue(boolean) - Static method in class com.openshift.internal.util.Assert
 
isUrl(String) - Static method in class com.openshift.internal.util.URLUtils
 
ITags - Interface in com.openshift.restclient.capability.resources
Determine if resource is tagged with categories of technologies it includes
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.
IUser - Interface in com.openshift.restclient.model.user
 
IVolume - Interface in com.openshift.restclient.model.volume
 
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
JsonMediaType - Class in com.openshift.internal.restclient.http
A class that encodes request parameters to json so that they may get sent to the server.
JsonMediaType() - Constructor for class com.openshift.internal.restclient.http.JsonMediaType
 

K

KerbrosBrokerAuthorizationStrategy - Class in com.openshift.restclient.authorization
Authorization strategy to support Kerberos authorization to the OpenShift broker
KerbrosBrokerAuthorizationStrategy(String, String) - Constructor for class com.openshift.restclient.authorization.KerbrosBrokerAuthorizationStrategy
 
KIND - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
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
 
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, String) - Method in class com.openshift.internal.restclient.DefaultClient
 
list(String, String, Map<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, 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 - Static variable in class com.openshift.restclient.ResourceKind
 
LocationNotFoundException - Exception in com.openshift.restclient.capability.resources
 
LocationNotFoundException(String) - Constructor for exception com.openshift.restclient.capability.resources.LocationNotFoundException
 

M

MEDIATYPE_APPLICATION_FORMURLENCODED - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
MEDIATYPE_APPLICATION_JSON - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
MEDIATYPE_APPLICATION_XML - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
METADATA_NAME - 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
 

N

NAME - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
NAMESPACE - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
NO_TIMEOUT - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
NoopSSLCertificateCallback - Class in com.openshift.restclient
 
NoopSSLCertificateCallback() - Constructor for class com.openshift.restclient.NoopSSLCertificateCallback
 
notEmpty(String) - Static method in class com.openshift.internal.util.Assert
 
NotFoundException - Exception in com.openshift.internal.restclient.http
 
NotFoundException(String, Throwable) - Constructor for exception com.openshift.internal.restclient.http.NotFoundException
 
NotFoundException(String) - Constructor for exception com.openshift.internal.restclient.http.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
 
OBJECTS - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
OPENSHIFT_BINARY_LOCATION - Static variable in interface com.openshift.restclient.capability.ICapability
 
OpenShiftAPIVersion - Enum in com.openshift.internal.restclient
This list of supported OpenShift API Models by this client
OpenShiftAuthorizationRedirectStrategy - Class in com.openshift.internal.restclient.authorization
OpenShift authorization redirect strategy to disable redirects once an access token is granted
OpenShiftAuthorizationRedirectStrategy(IClient) - Constructor for class com.openshift.internal.restclient.authorization.OpenShiftAuthorizationRedirectStrategy
 
OpenShiftBinaryPodLogRetrieval - Class in com.openshift.internal.restclient.capability.resources
 
OpenShiftBinaryPodLogRetrieval(IPod, IClient) - Constructor for class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPodLogRetrieval
 
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
 
OpenShiftCredentialsProvider - Class in com.openshift.internal.restclient.authorization
 
OpenShiftCredentialsProvider() - Constructor for class com.openshift.internal.restclient.authorization.OpenShiftCredentialsProvider
 
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
 
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
 

P

Parameter - Class in com.openshift.internal.restclient.http
A parameter wrapper to pass param key/values to the service when executing a remote operation from a link.
Parameter(String, String) - Constructor for class com.openshift.internal.restclient.http.Parameter
 
Parameter(String, ParameterValue<?>) - Constructor for class com.openshift.internal.restclient.http.Parameter
 
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
 
ParameterValue<V> - Class in com.openshift.internal.restclient.http
 
ParameterValue(V) - Constructor for class com.openshift.internal.restclient.http.ParameterValue
 
ParameterValueArray - Class in com.openshift.internal.restclient.http
 
ParameterValueArray() - Constructor for class com.openshift.internal.restclient.http.ParameterValueArray
 
ParameterValueArray(List<ParameterValue<?>>) - Constructor for class com.openshift.internal.restclient.http.ParameterValueArray
 
ParameterValueMap - Class in com.openshift.internal.restclient.http
 
ParameterValueMap(List<Parameter>) - Constructor for class com.openshift.internal.restclient.http.ParameterValueMap
 
ParameterValueMap(Parameter...) - Constructor for class com.openshift.internal.restclient.http.ParameterValueMap
 
ParameterValueMap() - Constructor for class com.openshift.internal.restclient.http.ParameterValueMap
 
PASSTHROUGH - Static variable in interface com.openshift.restclient.model.route.TLSTerminationType
 
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
 
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
 
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
 
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(URL, int, IResource) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
post(URL, int, IResource) - Method in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
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.IHttpClient
Deprecated.
 
PROPERTY_AUTHIV - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
PROPERTY_AUTHKEY - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
PROPERTY_AUTHORIZATION - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
PROPERTY_CONTENT_TYPE - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
PROPERTY_USER_AGENT - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
PROTOCOL - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
put(URL, IMediaType, int, Parameter...) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
put(URL, int, IResource) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
put(URL, int, IResource) - Method in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
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.IHttpClient
Deprecated.
 

R

READ_WRITE_ONCE - Static variable in interface com.openshift.restclient.model.volume.PVCAccessModes
 
REENCRYPT - Static variable in interface com.openshift.restclient.model.route.TLSTerminationType
 
refresh() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
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
 
request(HttpMethod, URL, IMediaType, int, Parameter...) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
request(HttpMethod, URL, IMediaType, int, ParameterValueMap) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
request(HttpMethod, URL, int, IResource) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
RESOURCE_QUOTA - Static variable in class com.openshift.restclient.ResourceKind
 
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
 
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
 
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
 
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
 

S

SCHEME_HTTP - Static variable in class com.openshift.internal.util.URLUtils
 
SCHEME_HTTPS - Static variable in class com.openshift.internal.util.URLUtils
 
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 class com.openshift.restclient.ResourceKind
 
SEMICOLON - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
ServerTemplateProcessing - Class in com.openshift.internal.restclient.capability.server
 
ServerTemplateProcessing(IClient) - Constructor for class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing
 
ServerTemplateProcessing.TemplateConfigAdapter - Class in com.openshift.internal.restclient.capability.server
 
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
 
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(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
 
setAcceptedMediaType(String) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
setAcceptedMediaType(String) - Method in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
setAcceptMediaType(String) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClientBuilder
 
setAcceptVersion(String) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
setAcceptVersion(String) - Method in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
setAnnotation(String, String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
setAnnotation(String, String) - Method in interface com.openshift.restclient.model.IResource
Set the resource annotation
setAuthorization(HttpURLConnection) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
setAuthorizationStrategy(IAuthorizationStrategy) - Method in class com.openshift.internal.restclient.DefaultClient
 
setAuthorizationStrategy(IAuthorizationStrategy) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
setAuthorizationStrategy(IAuthorizationStrategy) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClientBuilder
 
setAuthorizationStrategy(IAuthorizationStrategy) - Method in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
setAuthorizationStrategy(IAuthorizationStrategy) - Method in interface com.openshift.restclient.IClient
Sets the authorization strategy for the client when making requests to the server
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.
setCertificate(String) - Method in interface com.openshift.restclient.model.route.ITLSConfig
Sets the certificate contents.
setConfigTimeout(Integer) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClientBuilder
 
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
 
setCredentials(AuthScope, Credentials) - Method in class com.openshift.internal.restclient.authorization.OpenShiftCredentialsProvider
 
setCredentials(String, String, String) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClientBuilder
 
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.IProject
 
setDescription(String) - Method in interface com.openshift.restclient.model.project.IProjectRequest
 
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.project.OpenshiftProjectRequest
 
setDisplayName(String) - Method in class com.openshift.internal.restclient.model.Project
 
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(DockerImageURI) - Method in interface com.openshift.restclient.model.IImageStream
 
setEnvMap(String, Map<String, String>) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
setFilteredCiphers(String, SSLContext, HttpsURLConnection) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
Sets a ssl socket factory that sets a filtered list of ciphers based on the #excludedSSLCipherRegex to the given connection.
setFrom(DockerImageURI) - Method in class com.openshift.internal.restclient.model.deploy.ImageChangeTrigger
 
setFrom(DockerImageURI) - Method in interface com.openshift.restclient.model.deploy.IDeploymentImageChangeTrigger
 
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.
setKey(String) - Method in interface com.openshift.restclient.model.route.ITLSConfig
Sets the key file contents.
setLocalPort(int) - Method in class com.openshift.restclient.capability.resources.IPortForwardable.PortPair
 
setName(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
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 interface com.openshift.restclient.model.IServicePort
 
setName(String) - Method in interface com.openshift.restclient.model.volume.IVolume
 
setNamespace(String) - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
setOutput(DockerImageURI) - Method in class com.openshift.internal.restclient.model.BuildConfig
 
setPath(String) - Method in class com.openshift.internal.restclient.model.Route
 
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.
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(List<IServicePort>) - Method in class com.openshift.internal.restclient.model.Service
 
setPorts(List<IServicePort>) - Method in interface com.openshift.restclient.model.IService
Set the collection of ports for the service
setProperty(String, String) - Method in interface com.openshift.restclient.authorization.IRequest
Add the property with the given name and value to the underlying request
setProperty(String, String) - Method in class com.openshift.restclient.authorization.URLConnectionRequest
 
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
 
setReplicas(int) - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
setReplicas(int) - Method in interface com.openshift.restclient.model.IDeploymentConfig
 
setReplicaSelector(Map<String, String>) - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
setReplicaSelector(String, String) - Method in class com.openshift.internal.restclient.model.DeploymentConfig
 
setReplicaSelector(Map<String, String>) - Method in interface com.openshift.restclient.model.IDeploymentConfig
Set the selector by completely replacing the values that were there before
setReplicaSelector(String, String) - Method in interface com.openshift.restclient.model.IDeploymentConfig
Convenience method to set the selector when there is a single key/value pair
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.
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.
setSSLCertificateCallback(ISSLCertificateCallback) - Method in class com.openshift.internal.restclient.authorization.AuthorizationClient
 
setSSLCertificateCallback(ISSLCertificateCallback) - Method in class com.openshift.internal.restclient.DefaultClient
 
setSSLCertificateCallback(ISSLCertificateCallback) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClientBuilder
 
setSSLCertificateCallback(ISSLCertificateCallback) - Method in interface com.openshift.restclient.authorization.IAuthorizationClient
Set the callback handler to use for certificate trust issues.
setTargetPort(int) - Method in class com.openshift.internal.restclient.model.Service
 
setTargetPort(int) - 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
 
setTerminationType(String) - Method in interface com.openshift.restclient.model.route.ITLSConfig
Sets the termination type to this config.
setType(String) - Method in class com.openshift.internal.restclient.model.Secret
 
setType(String) - Method in interface com.openshift.restclient.model.secret.ISecret
Sets the type of Secrete - default Opaque
setUserAgent(String) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
setUserAgent(String) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClientBuilder
 
setUserAgent(String) - Method in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
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
setVersion(String) - Method in class com.openshift.internal.restclient.http.UrlConnectionHttpClientBuilder
 
SLASH - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
SOURCE - Static variable in interface com.openshift.restclient.model.build.BuildStrategyType
 
SourceBuildStrategy - Class in com.openshift.internal.restclient.model.build
 
SourceBuildStrategy(String, String, boolean, Map<String, String>) - Constructor for class com.openshift.internal.restclient.model.build.SourceBuildStrategy
 
SPACE - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
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
 
sslAuthorizationCallback - Variable in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
SSLUtils - Class in com.openshift.restclient.utils
 
start() - Method in class com.openshift.internal.restclient.capability.resources.AbstractOpenShiftBinaryCapability
 
Status - Class in com.openshift.internal.restclient.model
 
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.IHttpStatusCodes
 
STATUS_FORBIDDEN - Static variable in interface com.openshift.restclient.http.IHttpStatusCodes
 
STATUS_INTERNAL_SERVER_ERROR - Static variable in interface com.openshift.restclient.http.IHttpStatusCodes
 
STATUS_NOT_FOUND - Static variable in interface com.openshift.restclient.http.IHttpStatusCodes
 
STATUS_OK - Static variable in interface com.openshift.restclient.http.IHttpStatusCodes
 
STATUS_UNAUTHORIZED - Static variable in interface com.openshift.restclient.http.IHttpStatusCodes
 
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
 
stop() - Method in interface com.openshift.restclient.capability.resources.IPodLogRetrieval
Stop retrieving logs
stop() - Method in interface com.openshift.restclient.capability.resources.IPortForwardable
Stop forwarding ports, forcibly if necessary
StringParameter - Class in com.openshift.internal.restclient.http
 
StringParameter(String, String) - Constructor for class com.openshift.internal.restclient.http.StringParameter
 
StringValue - Class in com.openshift.internal.restclient.http
 
StringValue(String) - Constructor for class com.openshift.internal.restclient.http.StringValue
 
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
 
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.
SYSPROP_DEFAULT_CONNECT_TIMEOUT - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
SYSPROP_DEFAULT_READ_TIMEOUT - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
SYSPROP_OPENSHIFT_CONNECT_TIMEOUT - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
SYSPROP_OPENSHIFT_READ_TIMEOUT - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
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
 
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
 
TEMPLATE_CONFIG - Static variable in class com.openshift.restclient.ResourceKind
Deprecated.
TemplateConfigAdapter(ITemplate, String) - Constructor for class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
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
 
TLSTerminationType - Interface in com.openshift.restclient.model.route
 
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.ModelNodeAdapter
 
toJson(boolean) - Method in class com.openshift.internal.restclient.model.ModelNodeAdapter
 
toJson() - Method in interface com.openshift.restclient.model.IResource
 
toJson(boolean) - Method in interface com.openshift.restclient.model.IResource
 
TokenAuthorizationStrategy - Class in com.openshift.restclient.authorization
Authorization stategy to add a Bearer Token to a request
TokenAuthorizationStrategy(String) - Constructor for class com.openshift.restclient.authorization.TokenAuthorizationStrategy
 
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.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
toString() - Method in class com.openshift.internal.restclient.http.Parameter
 
toString() - Method in class com.openshift.internal.restclient.http.ParameterValue
 
toString() - Method in class com.openshift.internal.restclient.http.ParameterValueArray
 
toString() - Method in class com.openshift.internal.restclient.http.ParameterValueMap
 
toString() - Method in class com.openshift.internal.restclient.http.StringParameter
 
toString() - Method in class com.openshift.internal.restclient.http.StringValue
 
toString() - Method in class com.openshift.internal.restclient.model.KubernetesResource
 
toString() - Method in class com.openshift.internal.restclient.model.ServicePort
 
toString(URL) - Static method in class com.openshift.internal.util.URLUtils
 
toString() - Method in class com.openshift.restclient.images.DockerImageURI
 
trigger() - Method in class com.openshift.internal.restclient.capability.resources.BuildTrigger
 
trigger() - Method in interface com.openshift.restclient.capability.resources.IBuildTriggerable
Trigger a build based on a build config
TYPE - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 

U

UnauthorizedException - Exception in com.openshift.internal.restclient.http
 
UnauthorizedException(String, Throwable) - Constructor for exception com.openshift.internal.restclient.http.UnauthorizedException
 
UnauthorizedException(Throwable) - Constructor for exception com.openshift.internal.restclient.http.UnauthorizedException
 
UnauthorizedException - Exception in com.openshift.restclient.authorization
 
UnauthorizedException(IAuthorizationDetails) - 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
 
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
updateParameterValues(Collection<IParameter>) - Method in class com.openshift.internal.restclient.capability.server.ServerTemplateProcessing.TemplateConfigAdapter
 
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
UrlConnectionHttpClient - Class in com.openshift.internal.restclient.http
 
UrlConnectionHttpClient(String, String, String) - Constructor for class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
UrlConnectionHttpClient(String, String, String, ISSLCertificateCallback, Integer, String) - Constructor for class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
UrlConnectionHttpClient.CallbackTrustManager - Class in com.openshift.internal.restclient.http
 
UrlConnectionHttpClientBuilder - Class in com.openshift.internal.restclient.http
 
UrlConnectionHttpClientBuilder() - Constructor for class com.openshift.internal.restclient.http.UrlConnectionHttpClientBuilder
 
URLConnectionRequest - Class in com.openshift.restclient.authorization
 
URLConnectionRequest(URLConnection) - Constructor for class com.openshift.restclient.authorization.URLConnectionRequest
 
URLUtils - Class in com.openshift.internal.util
 
USER - Static variable in class com.openshift.restclient.ResourceKind
 
userAgent - Variable in class com.openshift.internal.restclient.http.UrlConnectionHttpClient
 
USERNAME_SEPARATOR - Static variable in class com.openshift.internal.util.URLUtils
 

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
 
validate() - Method in class com.openshift.internal.restclient.capability.resources.OpenShiftBinaryPortForwarding
 
VALUE - Static variable in interface com.openshift.internal.restclient.model.properties.ResourcePropertyKeys
 
valueOf(String) - Static method in enum com.openshift.internal.restclient.http.HttpMethod
Returns the enum constant of this type with the specified name.
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.
values() - Static method in enum com.openshift.internal.restclient.http.HttpMethod
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.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
 
VERSION - Static variable in interface com.openshift.restclient.http.IHttpClient
Deprecated.
 
VersionComparitor() - Constructor for class com.openshift.internal.restclient.APIModelVersion.VersionComparitor
 
visit(BasicAuthorizationStrategy) - Method in class com.openshift.internal.restclient.authorization.OpenShiftCredentialsProvider
 
visit(TokenAuthorizationStrategy) - Method in class com.openshift.internal.restclient.authorization.OpenShiftCredentialsProvider
 
visit(KerbrosBrokerAuthorizationStrategy) - Method in class com.openshift.internal.restclient.authorization.OpenShiftCredentialsProvider
 
visit(BasicAuthorizationStrategy) - Method in interface com.openshift.restclient.authorization.IAuthorizationStrategyVisitor
 
visit(KerbrosBrokerAuthorizationStrategy) - Method in interface com.openshift.restclient.authorization.IAuthorizationStrategyVisitor
 
visit(TokenAuthorizationStrategy) - Method in interface com.openshift.restclient.authorization.IAuthorizationStrategyVisitor
 
visit(T) - Method in class com.openshift.restclient.capability.CapabilityVisitor
Visits the capability
VolumeType - Interface in com.openshift.restclient.model.volume
 

W

WebhookTrigger - Class in com.openshift.internal.restclient.model.build
 
WebhookTrigger(String, String, String) - Constructor for class com.openshift.internal.restclient.model.build.WebhookTrigger
 
writeTo(ParameterValueMap, OutputStream) - Method in class com.openshift.internal.restclient.http.FormUrlEncodedMediaType
 
writeTo(ParameterValueMap, OutputStream) - Method in interface com.openshift.internal.restclient.http.IMediaType
 
writeTo(ParameterValueMap, OutputStream) - Method in class com.openshift.internal.restclient.http.JsonMediaType
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
OpenShift Java REST Client 3.0.1.Final

Copyright © 2016 Red Hat, Inc. All rights reserved.