Modifier and Type | Method and Description |
---|---|
ObjectReference |
ObjectReferenceBuilder.build() |
ObjectReference |
PersistentVolumeSpecFluent.buildClaimRef() |
ObjectReference |
PersistentVolumeSpecFluentImpl.buildClaimRef() |
ObjectReference |
ServiceAccountFluentImpl.buildFirstSecret() |
ObjectReference |
ServiceAccountFluent.buildFirstSecret() |
ObjectReference |
EventFluent.buildInvolvedObject() |
ObjectReference |
EventFluentImpl.buildInvolvedObject() |
ObjectReference |
ServiceAccountFluentImpl.buildLastSecret() |
ObjectReference |
ServiceAccountFluent.buildLastSecret() |
ObjectReference |
ServiceAccountFluentImpl.buildMatchingSecret(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
ServiceAccountFluent.buildMatchingSecret(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
EventFluent.buildRelated() |
ObjectReference |
EventFluentImpl.buildRelated() |
ObjectReference |
ServiceAccountFluentImpl.buildSecret(int index) |
ObjectReference |
ServiceAccountFluent.buildSecret(int index) |
ObjectReference |
StorageOSPersistentVolumeSourceFluentImpl.buildSecretRef() |
ObjectReference |
StorageOSPersistentVolumeSourceFluent.buildSecretRef() |
ObjectReference |
BindingFluent.buildTarget() |
ObjectReference |
BindingFluentImpl.buildTarget() |
ObjectReference |
EndpointAddressFluentImpl.buildTargetRef() |
ObjectReference |
EndpointAddressFluent.buildTargetRef() |
ObjectReference |
DoneableObjectReference.done() |
ObjectReference |
PersistentVolumeSpecFluent.getClaimRef()
Deprecated.
|
ObjectReference |
PersistentVolumeSpecFluentImpl.getClaimRef()
Deprecated.
|
ObjectReference |
PersistentVolumeSpec.getClaimRef() |
ObjectReference |
EventFluent.getInvolvedObject()
Deprecated.
|
ObjectReference |
EventFluentImpl.getInvolvedObject()
Deprecated.
|
ObjectReference |
Event.getInvolvedObject() |
ObjectReference |
EventFluent.getRelated()
Deprecated.
|
ObjectReference |
EventFluentImpl.getRelated()
Deprecated.
|
ObjectReference |
Event.getRelated() |
ObjectReference |
StorageOSPersistentVolumeSourceFluentImpl.getSecretRef()
Deprecated.
|
ObjectReference |
StorageOSPersistentVolumeSourceFluent.getSecretRef()
Deprecated.
|
ObjectReference |
StorageOSPersistentVolumeSource.getSecretRef() |
ObjectReference |
BindingFluent.getTarget()
Deprecated.
|
ObjectReference |
BindingFluentImpl.getTarget()
Deprecated.
|
ObjectReference |
Binding.getTarget() |
ObjectReference |
EndpointAddressFluentImpl.getTargetRef()
Deprecated.
|
ObjectReference |
EndpointAddressFluent.getTargetRef()
Deprecated.
|
ObjectReference |
EndpointAddress.getTargetRef() |
Modifier and Type | Method and Description |
---|---|
List<ObjectReference> |
ServiceAccountFluentImpl.buildSecrets() |
List<ObjectReference> |
ServiceAccountFluent.buildSecrets() |
List<ObjectReference> |
ServiceAccountFluentImpl.getSecrets()
Deprecated.
|
List<ObjectReference> |
ServiceAccountFluent.getSecrets()
Deprecated.
|
List<ObjectReference> |
ServiceAccount.getSecrets() |
Modifier and Type | Method and Description |
---|---|
A |
ServiceAccountFluentImpl.addAllToSecrets(Collection<ObjectReference> items) |
A |
ServiceAccountFluent.addAllToSecrets(Collection<ObjectReference> items) |
A |
ServiceAccountFluentImpl.removeAllFromSecrets(Collection<ObjectReference> items) |
A |
ServiceAccountFluent.removeAllFromSecrets(Collection<ObjectReference> items) |
void |
ServiceAccount.setSecrets(List<ObjectReference> secrets) |
A |
ServiceAccountFluentImpl.withSecrets(List<ObjectReference> secrets) |
A |
ServiceAccountFluent.withSecrets(List<ObjectReference> secrets) |
Constructor and Description |
---|
DoneableObjectReference(Function<ObjectReference,ObjectReference> function) |
DoneableObjectReference(Function<ObjectReference,ObjectReference> function) |
DoneableObjectReference(ObjectReference item,
Function<ObjectReference,ObjectReference> function) |
DoneableObjectReference(ObjectReference item,
Function<ObjectReference,ObjectReference> function) |
ServiceAccount(String apiVersion,
Boolean automountServiceAccountToken,
List<LocalObjectReference> imagePullSecrets,
String kind,
ObjectMeta metadata,
List<ObjectReference> secrets) |
Modifier and Type | Method and Description |
---|---|
ObjectReference |
CronJobStatusFluent.buildActive(int index) |
ObjectReference |
CronJobStatusFluentImpl.buildActive(int index) |
ObjectReference |
CronJobStatusFluent.buildFirstActive() |
ObjectReference |
CronJobStatusFluentImpl.buildFirstActive() |
ObjectReference |
CronJobStatusFluent.buildLastActive() |
ObjectReference |
CronJobStatusFluentImpl.buildLastActive() |
ObjectReference |
CronJobStatusFluent.buildMatchingActive(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
CronJobStatusFluentImpl.buildMatchingActive(Predicate<ObjectReferenceBuilder> predicate) |
Modifier and Type | Method and Description |
---|---|
List<ObjectReference> |
CronJobStatusFluent.buildActive() |
List<ObjectReference> |
CronJobStatusFluentImpl.buildActive() |
List<ObjectReference> |
CronJobStatusFluent.getActive()
Deprecated.
|
List<ObjectReference> |
CronJobStatusFluentImpl.getActive()
Deprecated.
|
List<ObjectReference> |
CronJobStatus.getActive() |
Modifier and Type | Method and Description |
---|---|
CronJobStatusFluent.ActiveNested<A> |
CronJobStatusFluent.addNewActiveLike(ObjectReference item) |
CronJobStatusFluent.ActiveNested<A> |
CronJobStatusFluentImpl.addNewActiveLike(ObjectReference item) |
A |
CronJobStatusFluent.addToActive(int index,
ObjectReference item) |
A |
CronJobStatusFluentImpl.addToActive(int index,
ObjectReference item) |
A |
CronJobStatusFluent.addToActive(ObjectReference... items) |
A |
CronJobStatusFluentImpl.addToActive(ObjectReference... items) |
A |
CronJobStatusFluent.removeFromActive(ObjectReference... items) |
A |
CronJobStatusFluentImpl.removeFromActive(ObjectReference... items) |
CronJobStatusFluent.ActiveNested<A> |
CronJobStatusFluent.setNewActiveLike(int index,
ObjectReference item) |
CronJobStatusFluent.ActiveNested<A> |
CronJobStatusFluentImpl.setNewActiveLike(int index,
ObjectReference item) |
A |
CronJobStatusFluent.setToActive(int index,
ObjectReference item) |
A |
CronJobStatusFluentImpl.setToActive(int index,
ObjectReference item) |
A |
CronJobStatusFluent.withActive(ObjectReference... active) |
A |
CronJobStatusFluentImpl.withActive(ObjectReference... active) |
Modifier and Type | Method and Description |
---|---|
A |
CronJobStatusFluent.addAllToActive(Collection<ObjectReference> items) |
A |
CronJobStatusFluentImpl.addAllToActive(Collection<ObjectReference> items) |
A |
CronJobStatusFluent.removeAllFromActive(Collection<ObjectReference> items) |
A |
CronJobStatusFluentImpl.removeAllFromActive(Collection<ObjectReference> items) |
void |
CronJobStatus.setActive(List<ObjectReference> active) |
A |
CronJobStatusFluent.withActive(List<ObjectReference> active) |
A |
CronJobStatusFluentImpl.withActive(List<ObjectReference> active) |
Constructor and Description |
---|
CronJobStatus(List<ObjectReference> active,
String lastScheduleTime) |
Modifier and Type | Method and Description |
---|---|
ObjectReference |
EndpointFluentImpl.buildTargetRef() |
ObjectReference |
EndpointFluent.buildTargetRef() |
ObjectReference |
EndpointFluentImpl.getTargetRef()
Deprecated.
|
ObjectReference |
EndpointFluent.getTargetRef()
Deprecated.
|
ObjectReference |
Endpoint.getTargetRef() |
Modifier and Type | Method and Description |
---|---|
EndpointFluent.TargetRefNested<A> |
EndpointFluentImpl.editOrNewTargetRefLike(ObjectReference item) |
EndpointFluent.TargetRefNested<A> |
EndpointFluent.editOrNewTargetRefLike(ObjectReference item) |
void |
Endpoint.setTargetRef(ObjectReference targetRef) |
EndpointFluent.TargetRefNested<A> |
EndpointFluentImpl.withNewTargetRefLike(ObjectReference item) |
EndpointFluent.TargetRefNested<A> |
EndpointFluent.withNewTargetRefLike(ObjectReference item) |
A |
EndpointFluentImpl.withTargetRef(ObjectReference targetRef) |
A |
EndpointFluent.withTargetRef(ObjectReference targetRef) |
Constructor and Description |
---|
Endpoint(List<String> addresses,
EndpointConditions conditions,
String hostname,
ObjectReference targetRef,
Map<String,String> topology) |
Modifier and Type | Method and Description |
---|---|
ObjectReference |
EventFluent.buildRegarding() |
ObjectReference |
EventFluentImpl.buildRegarding() |
ObjectReference |
EventFluent.buildRelated() |
ObjectReference |
EventFluentImpl.buildRelated() |
ObjectReference |
EventFluent.getRegarding()
Deprecated.
|
ObjectReference |
EventFluentImpl.getRegarding()
Deprecated.
|
ObjectReference |
Event.getRegarding() |
ObjectReference |
EventFluent.getRelated()
Deprecated.
|
ObjectReference |
EventFluentImpl.getRelated()
Deprecated.
|
ObjectReference |
Event.getRelated() |
Constructor and Description |
---|
Event(String action,
String apiVersion,
Integer deprecatedCount,
String deprecatedFirstTimestamp,
String deprecatedLastTimestamp,
EventSource deprecatedSource,
MicroTime eventTime,
String kind,
ObjectMeta metadata,
String note,
String reason,
ObjectReference regarding,
ObjectReference related,
String reportingController,
String reportingInstance,
EventSeries series,
String type) |
Modifier and Type | Method and Description |
---|---|
ObjectReference |
BuildStatusFluent.buildConfig() |
ObjectReference |
BuildStatusFluentImpl.buildConfig() |
ObjectReference |
OpenshiftRoleBindingFluent.buildFirstSubject() |
ObjectReference |
OpenshiftClusterRoleBindingFluent.buildFirstSubject() |
ObjectReference |
OpenshiftRoleBindingFluentImpl.buildFirstSubject() |
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.buildFirstSubject() |
ObjectReference |
ImageSourceFluentImpl.buildFrom() |
ObjectReference |
ImageImportSpecFluent.buildFrom() |
ObjectReference |
DockerBuildStrategyFluent.buildFrom() |
ObjectReference |
SourceBuildStrategyFluentImpl.buildFrom() |
ObjectReference |
DeploymentCauseImageTriggerFluentImpl.buildFrom() |
ObjectReference |
DeploymentCauseImageTriggerFluent.buildFrom() |
ObjectReference |
TagReferenceFluentImpl.buildFrom() |
ObjectReference |
ImageChangeTriggerFluent.buildFrom() |
ObjectReference |
BuildRequestFluentImpl.buildFrom() |
ObjectReference |
RepositoryImportSpecFluentImpl.buildFrom() |
ObjectReference |
CustomBuildStrategyFluentImpl.buildFrom() |
ObjectReference |
SourceBuildStrategyFluent.buildFrom() |
ObjectReference |
RepositoryImportSpecFluent.buildFrom() |
ObjectReference |
DeploymentTriggerImageChangeParamsFluent.buildFrom() |
ObjectReference |
BuildRequestFluent.buildFrom() |
ObjectReference |
ImageSourceFluent.buildFrom() |
ObjectReference |
DockerBuildStrategyFluentImpl.buildFrom() |
ObjectReference |
TagReferenceFluent.buildFrom() |
ObjectReference |
CustomBuildStrategyFluent.buildFrom() |
ObjectReference |
ImageChangeTriggerFluentImpl.buildFrom() |
ObjectReference |
ImageImportSpecFluentImpl.buildFrom() |
ObjectReference |
DeploymentTriggerImageChangeParamsFluentImpl.buildFrom() |
ObjectReference |
ImageChangeCauseFluentImpl.buildFromRef() |
ObjectReference |
ImageChangeCauseFluent.buildFromRef() |
ObjectReference |
OpenshiftRoleBindingFluent.buildLastSubject() |
ObjectReference |
OpenshiftClusterRoleBindingFluent.buildLastSubject() |
ObjectReference |
OpenshiftRoleBindingFluentImpl.buildLastSubject() |
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.buildLastSubject() |
ObjectReference |
OpenshiftRoleBindingFluent.buildMatchingSubject(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
OpenshiftClusterRoleBindingFluent.buildMatchingSubject(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
OpenshiftRoleBindingFluentImpl.buildMatchingSubject(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.buildMatchingSubject(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
OpenshiftRoleBindingFluent.buildRoleRef() |
ObjectReference |
OpenshiftClusterRoleBindingFluent.buildRoleRef() |
ObjectReference |
OpenshiftRoleBindingFluentImpl.buildRoleRef() |
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.buildRoleRef() |
ObjectReference |
OpenshiftRoleBindingFluent.buildSubject(int index) |
ObjectReference |
OpenshiftClusterRoleBindingFluent.buildSubject(int index) |
ObjectReference |
OpenshiftRoleBindingFluentImpl.buildSubject(int index) |
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.buildSubject(int index) |
ObjectReference |
TagImageHookFluentImpl.buildTo() |
ObjectReference |
BuildOutputFluent.buildTo() |
ObjectReference |
TagImageHookFluent.buildTo() |
ObjectReference |
BuildOutputFluentImpl.buildTo() |
ObjectReference |
BuildRequestFluentImpl.buildTriggeredByImage() |
ObjectReference |
BuildRequestFluent.buildTriggeredByImage() |
ObjectReference |
IdentityFluentImpl.buildUser() |
ObjectReference |
IdentityFluent.buildUser() |
ObjectReference |
BuildStatusFluent.getConfig()
Deprecated.
|
ObjectReference |
BuildStatusFluentImpl.getConfig()
Deprecated.
|
ObjectReference |
BuildStatus.getConfig() |
ObjectReference |
ImageSourceFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
ImageImportSpecFluent.getFrom()
Deprecated.
|
ObjectReference |
DockerBuildStrategyFluent.getFrom()
Deprecated.
|
ObjectReference |
SourceBuildStrategyFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
DeploymentCauseImageTriggerFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
DeploymentCauseImageTriggerFluent.getFrom()
Deprecated.
|
ObjectReference |
TagReferenceFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
ImageChangeTriggerFluent.getFrom()
Deprecated.
|
ObjectReference |
BuildRequestFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
RepositoryImportSpecFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
CustomBuildStrategyFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
SourceBuildStrategyFluent.getFrom()
Deprecated.
|
ObjectReference |
RepositoryImportSpecFluent.getFrom()
Deprecated.
|
ObjectReference |
DeploymentTriggerImageChangeParamsFluent.getFrom()
Deprecated.
|
ObjectReference |
BuildRequestFluent.getFrom()
Deprecated.
|
ObjectReference |
ImageSourceFluent.getFrom()
Deprecated.
|
ObjectReference |
DockerBuildStrategyFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
TagReferenceFluent.getFrom()
Deprecated.
|
ObjectReference |
CustomBuildStrategyFluent.getFrom()
Deprecated.
|
ObjectReference |
ImageChangeTriggerFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
ImageImportSpecFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
DeploymentTriggerImageChangeParamsFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
SourceBuildStrategy.getFrom() |
ObjectReference |
ImageSource.getFrom() |
ObjectReference |
BuildRequest.getFrom() |
ObjectReference |
DockerBuildStrategy.getFrom() |
ObjectReference |
ImageImportSpec.getFrom() |
ObjectReference |
TagReference.getFrom() |
ObjectReference |
DeploymentTriggerImageChangeParams.getFrom() |
ObjectReference |
CustomBuildStrategy.getFrom() |
ObjectReference |
DeploymentCauseImageTrigger.getFrom() |
ObjectReference |
ImageChangeTrigger.getFrom() |
ObjectReference |
RepositoryImportSpec.getFrom() |
ObjectReference |
ImageChangeCauseFluentImpl.getFromRef()
Deprecated.
|
ObjectReference |
ImageChangeCauseFluent.getFromRef()
Deprecated.
|
ObjectReference |
ImageChangeCause.getFromRef() |
ObjectReference |
OpenshiftRoleBindingFluent.getRoleRef()
Deprecated.
|
ObjectReference |
OpenshiftClusterRoleBindingFluent.getRoleRef()
Deprecated.
|
ObjectReference |
OpenshiftRoleBindingFluentImpl.getRoleRef()
Deprecated.
|
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.getRoleRef()
Deprecated.
|
ObjectReference |
OpenshiftClusterRoleBinding.getRoleRef() |
ObjectReference |
OpenshiftRoleBinding.getRoleRef() |
ObjectReference |
TagImageHookFluentImpl.getTo()
Deprecated.
|
ObjectReference |
BuildOutputFluent.getTo()
Deprecated.
|
ObjectReference |
TagImageHookFluent.getTo()
Deprecated.
|
ObjectReference |
BuildOutputFluentImpl.getTo()
Deprecated.
|
ObjectReference |
TagImageHook.getTo() |
ObjectReference |
BuildOutput.getTo() |
ObjectReference |
BuildRequestFluentImpl.getTriggeredByImage()
Deprecated.
|
ObjectReference |
BuildRequestFluent.getTriggeredByImage()
Deprecated.
|
ObjectReference |
BuildRequest.getTriggeredByImage() |
ObjectReference |
IdentityFluentImpl.getUser()
Deprecated.
|
ObjectReference |
IdentityFluent.getUser()
Deprecated.
|
ObjectReference |
Identity.getUser() |
Modifier and Type | Method and Description |
---|---|
List<ObjectReference> |
OpenshiftRoleBindingFluent.buildSubjects() |
List<ObjectReference> |
OpenshiftClusterRoleBindingFluent.buildSubjects() |
List<ObjectReference> |
OpenshiftRoleBindingFluentImpl.buildSubjects() |
List<ObjectReference> |
OpenshiftClusterRoleBindingFluentImpl.buildSubjects() |
List<ObjectReference> |
OpenshiftRoleBindingFluent.getSubjects()
Deprecated.
|
List<ObjectReference> |
OpenshiftClusterRoleBindingFluent.getSubjects()
Deprecated.
|
List<ObjectReference> |
OpenshiftRoleBindingFluentImpl.getSubjects()
Deprecated.
|
List<ObjectReference> |
OpenshiftClusterRoleBindingFluentImpl.getSubjects()
Deprecated.
|
List<ObjectReference> |
OpenshiftClusterRoleBinding.getSubjects() |
List<ObjectReference> |
OpenshiftRoleBinding.getSubjects() |
Modifier and Type | Method and Description |
---|---|
A |
OpenshiftRoleBindingFluent.addAllToSubjects(Collection<ObjectReference> items) |
A |
OpenshiftClusterRoleBindingFluent.addAllToSubjects(Collection<ObjectReference> items) |
A |
OpenshiftRoleBindingFluentImpl.addAllToSubjects(Collection<ObjectReference> items) |
A |
OpenshiftClusterRoleBindingFluentImpl.addAllToSubjects(Collection<ObjectReference> items) |
A |
OpenshiftRoleBindingFluent.removeAllFromSubjects(Collection<ObjectReference> items) |
A |
OpenshiftClusterRoleBindingFluent.removeAllFromSubjects(Collection<ObjectReference> items) |
A |
OpenshiftRoleBindingFluentImpl.removeAllFromSubjects(Collection<ObjectReference> items) |
A |
OpenshiftClusterRoleBindingFluentImpl.removeAllFromSubjects(Collection<ObjectReference> items) |
void |
OpenshiftClusterRoleBinding.setSubjects(List<ObjectReference> subjects) |
void |
OpenshiftRoleBinding.setSubjects(List<ObjectReference> subjects) |
A |
OpenshiftRoleBindingFluent.withSubjects(List<ObjectReference> subjects) |
A |
OpenshiftClusterRoleBindingFluent.withSubjects(List<ObjectReference> subjects) |
A |
OpenshiftRoleBindingFluentImpl.withSubjects(List<ObjectReference> subjects) |
A |
OpenshiftClusterRoleBindingFluentImpl.withSubjects(List<ObjectReference> subjects) |
Constructor and Description |
---|
OpenshiftClusterRoleBinding(String apiVersion,
List<String> groupNames,
String kind,
ObjectMeta metadata,
ObjectReference roleRef,
List<ObjectReference> subjects,
List<String> userNames) |
OpenshiftRoleBinding(String apiVersion,
List<String> groupNames,
String kind,
ObjectMeta metadata,
ObjectReference roleRef,
List<ObjectReference> subjects,
List<String> userNames) |
Copyright © 2015–2020 Red Hat. All rights reserved.