Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.api.model.batch | |
io.fabric8.kubernetes.api.model.events | |
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
ObjectReference |
ObjectReferenceBuilder.build() |
ObjectReference |
PersistentVolumeSpecFluentImpl.buildClaimRef() |
ObjectReference |
PersistentVolumeSpecFluent.buildClaimRef() |
ObjectReference |
ServiceAccountFluent.buildFirstSecret() |
ObjectReference |
ServiceAccountFluentImpl.buildFirstSecret() |
ObjectReference |
EventFluent.buildInvolvedObject() |
ObjectReference |
EventFluentImpl.buildInvolvedObject() |
ObjectReference |
ServiceAccountFluent.buildLastSecret() |
ObjectReference |
ServiceAccountFluentImpl.buildLastSecret() |
ObjectReference |
ServiceAccountFluent.buildMatchingSecret(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
ServiceAccountFluentImpl.buildMatchingSecret(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
EventFluent.buildRelated() |
ObjectReference |
EventFluentImpl.buildRelated() |
ObjectReference |
ServiceAccountFluent.buildSecret(int index) |
ObjectReference |
ServiceAccountFluentImpl.buildSecret(int index) |
ObjectReference |
StorageOSPersistentVolumeSourceFluentImpl.buildSecretRef() |
ObjectReference |
StorageOSPersistentVolumeSourceFluent.buildSecretRef() |
ObjectReference |
BindingFluentImpl.buildTarget() |
ObjectReference |
BindingFluent.buildTarget() |
ObjectReference |
EndpointAddressFluent.buildTargetRef() |
ObjectReference |
EndpointAddressFluentImpl.buildTargetRef() |
ObjectReference |
DoneableObjectReference.done() |
ObjectReference |
PersistentVolumeSpecFluentImpl.getClaimRef()
Deprecated.
|
ObjectReference |
PersistentVolumeSpecFluent.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 |
BindingFluentImpl.getTarget()
Deprecated.
|
ObjectReference |
BindingFluent.getTarget()
Deprecated.
|
ObjectReference |
Binding.getTarget() |
ObjectReference |
EndpointAddressFluent.getTargetRef()
Deprecated.
|
ObjectReference |
EndpointAddressFluentImpl.getTargetRef()
Deprecated.
|
ObjectReference |
EndpointAddress.getTargetRef() |
Modifier and Type | Method and Description |
---|---|
List<ObjectReference> |
ServiceAccountFluent.buildSecrets() |
List<ObjectReference> |
ServiceAccountFluentImpl.buildSecrets() |
List<ObjectReference> |
ServiceAccountFluent.getSecrets()
Deprecated.
|
List<ObjectReference> |
ServiceAccountFluentImpl.getSecrets()
Deprecated.
|
List<ObjectReference> |
ServiceAccount.getSecrets() |
Modifier and Type | Method and Description |
---|---|
A |
ServiceAccountFluent.addAllToSecrets(Collection<ObjectReference> items) |
A |
ServiceAccountFluentImpl.addAllToSecrets(Collection<ObjectReference> items) |
A |
ServiceAccountFluent.removeAllFromSecrets(Collection<ObjectReference> items) |
A |
ServiceAccountFluentImpl.removeAllFromSecrets(Collection<ObjectReference> items) |
void |
ServiceAccount.setSecrets(List<ObjectReference> secrets) |
A |
ServiceAccountFluent.withSecrets(List<ObjectReference> secrets) |
A |
ServiceAccountFluentImpl.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 |
CronJobStatusFluentImpl.buildActive(int index) |
ObjectReference |
CronJobStatusFluent.buildActive(int index) |
ObjectReference |
CronJobStatusFluentImpl.buildFirstActive() |
ObjectReference |
CronJobStatusFluent.buildFirstActive() |
ObjectReference |
CronJobStatusFluentImpl.buildLastActive() |
ObjectReference |
CronJobStatusFluent.buildLastActive() |
ObjectReference |
CronJobStatusFluentImpl.buildMatchingActive(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
CronJobStatusFluent.buildMatchingActive(Predicate<ObjectReferenceBuilder> predicate) |
Modifier and Type | Method and Description |
---|---|
List<ObjectReference> |
CronJobStatusFluentImpl.buildActive() |
List<ObjectReference> |
CronJobStatusFluent.buildActive() |
List<ObjectReference> |
CronJobStatusFluentImpl.getActive()
Deprecated.
|
List<ObjectReference> |
CronJobStatusFluent.getActive()
Deprecated.
|
List<ObjectReference> |
CronJobStatus.getActive() |
Modifier and Type | Method and Description |
---|---|
CronJobStatusFluent.ActiveNested<A> |
CronJobStatusFluentImpl.addNewActiveLike(ObjectReference item) |
CronJobStatusFluent.ActiveNested<A> |
CronJobStatusFluent.addNewActiveLike(ObjectReference item) |
A |
CronJobStatusFluentImpl.addToActive(int index,
ObjectReference item) |
A |
CronJobStatusFluent.addToActive(int index,
ObjectReference item) |
A |
CronJobStatusFluentImpl.addToActive(ObjectReference... items) |
A |
CronJobStatusFluent.addToActive(ObjectReference... items) |
A |
CronJobStatusFluentImpl.removeFromActive(ObjectReference... items) |
A |
CronJobStatusFluent.removeFromActive(ObjectReference... items) |
CronJobStatusFluent.ActiveNested<A> |
CronJobStatusFluentImpl.setNewActiveLike(int index,
ObjectReference item) |
CronJobStatusFluent.ActiveNested<A> |
CronJobStatusFluent.setNewActiveLike(int index,
ObjectReference item) |
A |
CronJobStatusFluentImpl.setToActive(int index,
ObjectReference item) |
A |
CronJobStatusFluent.setToActive(int index,
ObjectReference item) |
A |
CronJobStatusFluentImpl.withActive(ObjectReference... active) |
A |
CronJobStatusFluent.withActive(ObjectReference... active) |
Modifier and Type | Method and Description |
---|---|
A |
CronJobStatusFluentImpl.addAllToActive(Collection<ObjectReference> items) |
A |
CronJobStatusFluent.addAllToActive(Collection<ObjectReference> items) |
A |
CronJobStatusFluentImpl.removeAllFromActive(Collection<ObjectReference> items) |
A |
CronJobStatusFluent.removeAllFromActive(Collection<ObjectReference> items) |
void |
CronJobStatus.setActive(List<ObjectReference> active) |
A |
CronJobStatusFluentImpl.withActive(List<ObjectReference> active) |
A |
CronJobStatusFluent.withActive(List<ObjectReference> active) |
Constructor and Description |
---|
CronJobStatus(List<ObjectReference> active,
String lastScheduleTime) |
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 |
OpenshiftClusterRoleBindingFluentImpl.buildFirstSubject() |
ObjectReference |
OpenshiftRoleBindingFluentImpl.buildFirstSubject() |
ObjectReference |
OpenshiftRoleBindingFluent.buildFirstSubject() |
ObjectReference |
OpenshiftClusterRoleBindingFluent.buildFirstSubject() |
ObjectReference |
DeploymentTriggerImageChangeParamsFluent.buildFrom() |
ObjectReference |
CustomBuildStrategyFluentImpl.buildFrom() |
ObjectReference |
ImageImportSpecFluent.buildFrom() |
ObjectReference |
ImageChangeTriggerFluentImpl.buildFrom() |
ObjectReference |
SourceBuildStrategyFluentImpl.buildFrom() |
ObjectReference |
DockerBuildStrategyFluent.buildFrom() |
ObjectReference |
DeploymentTriggerImageChangeParamsFluentImpl.buildFrom() |
ObjectReference |
RepositoryImportSpecFluent.buildFrom() |
ObjectReference |
SourceBuildStrategyFluent.buildFrom() |
ObjectReference |
TagReferenceFluentImpl.buildFrom() |
ObjectReference |
DeploymentCauseImageTriggerFluent.buildFrom() |
ObjectReference |
ImageImportSpecFluentImpl.buildFrom() |
ObjectReference |
DockerBuildStrategyFluentImpl.buildFrom() |
ObjectReference |
ImageChangeTriggerFluent.buildFrom() |
ObjectReference |
CustomBuildStrategyFluent.buildFrom() |
ObjectReference |
RepositoryImportSpecFluentImpl.buildFrom() |
ObjectReference |
TagReferenceFluent.buildFrom() |
ObjectReference |
BuildRequestFluentImpl.buildFrom() |
ObjectReference |
DeploymentCauseImageTriggerFluentImpl.buildFrom() |
ObjectReference |
ImageSourceFluent.buildFrom() |
ObjectReference |
BuildRequestFluent.buildFrom() |
ObjectReference |
ImageSourceFluentImpl.buildFrom() |
ObjectReference |
ImageChangeCauseFluent.buildFromRef() |
ObjectReference |
ImageChangeCauseFluentImpl.buildFromRef() |
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.buildLastSubject() |
ObjectReference |
OpenshiftRoleBindingFluentImpl.buildLastSubject() |
ObjectReference |
OpenshiftRoleBindingFluent.buildLastSubject() |
ObjectReference |
OpenshiftClusterRoleBindingFluent.buildLastSubject() |
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.buildMatchingSubject(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
OpenshiftRoleBindingFluentImpl.buildMatchingSubject(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
OpenshiftRoleBindingFluent.buildMatchingSubject(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
OpenshiftClusterRoleBindingFluent.buildMatchingSubject(Predicate<ObjectReferenceBuilder> predicate) |
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.buildRoleRef() |
ObjectReference |
OpenshiftRoleBindingFluentImpl.buildRoleRef() |
ObjectReference |
OpenshiftRoleBindingFluent.buildRoleRef() |
ObjectReference |
OpenshiftClusterRoleBindingFluent.buildRoleRef() |
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.buildSubject(int index) |
ObjectReference |
OpenshiftRoleBindingFluentImpl.buildSubject(int index) |
ObjectReference |
OpenshiftRoleBindingFluent.buildSubject(int index) |
ObjectReference |
OpenshiftClusterRoleBindingFluent.buildSubject(int index) |
ObjectReference |
TagImageHookFluent.buildTo() |
ObjectReference |
TagImageHookFluentImpl.buildTo() |
ObjectReference |
BuildOutputFluentImpl.buildTo() |
ObjectReference |
BuildOutputFluent.buildTo() |
ObjectReference |
BuildRequestFluentImpl.buildTriggeredByImage() |
ObjectReference |
BuildRequestFluent.buildTriggeredByImage() |
ObjectReference |
IdentityFluent.buildUser() |
ObjectReference |
IdentityFluentImpl.buildUser() |
ObjectReference |
BuildStatusFluent.getConfig()
Deprecated.
|
ObjectReference |
BuildStatusFluentImpl.getConfig()
Deprecated.
|
ObjectReference |
BuildStatus.getConfig() |
ObjectReference |
DeploymentTriggerImageChangeParamsFluent.getFrom()
Deprecated.
|
ObjectReference |
CustomBuildStrategyFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
ImageImportSpecFluent.getFrom()
Deprecated.
|
ObjectReference |
ImageChangeTriggerFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
SourceBuildStrategyFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
DockerBuildStrategyFluent.getFrom()
Deprecated.
|
ObjectReference |
DeploymentTriggerImageChangeParamsFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
RepositoryImportSpecFluent.getFrom()
Deprecated.
|
ObjectReference |
SourceBuildStrategyFluent.getFrom()
Deprecated.
|
ObjectReference |
TagReferenceFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
DeploymentCauseImageTriggerFluent.getFrom()
Deprecated.
|
ObjectReference |
ImageImportSpecFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
DockerBuildStrategyFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
ImageChangeTriggerFluent.getFrom()
Deprecated.
|
ObjectReference |
CustomBuildStrategyFluent.getFrom()
Deprecated.
|
ObjectReference |
RepositoryImportSpecFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
TagReferenceFluent.getFrom()
Deprecated.
|
ObjectReference |
BuildRequestFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
DeploymentCauseImageTriggerFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
ImageSourceFluent.getFrom()
Deprecated.
|
ObjectReference |
BuildRequestFluent.getFrom()
Deprecated.
|
ObjectReference |
ImageSourceFluentImpl.getFrom()
Deprecated.
|
ObjectReference |
DeploymentTriggerImageChangeParams.getFrom() |
ObjectReference |
ImageChangeTrigger.getFrom() |
ObjectReference |
TagReference.getFrom() |
ObjectReference |
DeploymentCauseImageTrigger.getFrom() |
ObjectReference |
DockerBuildStrategy.getFrom() |
ObjectReference |
BuildRequest.getFrom() |
ObjectReference |
SourceBuildStrategy.getFrom() |
ObjectReference |
CustomBuildStrategy.getFrom() |
ObjectReference |
ImageSource.getFrom() |
ObjectReference |
RepositoryImportSpec.getFrom() |
ObjectReference |
ImageImportSpec.getFrom() |
ObjectReference |
ImageChangeCauseFluent.getFromRef()
Deprecated.
|
ObjectReference |
ImageChangeCauseFluentImpl.getFromRef()
Deprecated.
|
ObjectReference |
ImageChangeCause.getFromRef() |
ObjectReference |
OpenshiftClusterRoleBindingFluentImpl.getRoleRef()
Deprecated.
|
ObjectReference |
OpenshiftRoleBindingFluentImpl.getRoleRef()
Deprecated.
|
ObjectReference |
OpenshiftRoleBindingFluent.getRoleRef()
Deprecated.
|
ObjectReference |
OpenshiftClusterRoleBindingFluent.getRoleRef()
Deprecated.
|
ObjectReference |
OpenshiftClusterRoleBinding.getRoleRef() |
ObjectReference |
OpenshiftRoleBinding.getRoleRef() |
ObjectReference |
TagImageHookFluent.getTo()
Deprecated.
|
ObjectReference |
TagImageHookFluentImpl.getTo()
Deprecated.
|
ObjectReference |
BuildOutputFluentImpl.getTo()
Deprecated.
|
ObjectReference |
BuildOutputFluent.getTo()
Deprecated.
|
ObjectReference |
BuildOutput.getTo() |
ObjectReference |
TagImageHook.getTo() |
ObjectReference |
BuildRequestFluentImpl.getTriggeredByImage()
Deprecated.
|
ObjectReference |
BuildRequestFluent.getTriggeredByImage()
Deprecated.
|
ObjectReference |
BuildRequest.getTriggeredByImage() |
ObjectReference |
IdentityFluent.getUser()
Deprecated.
|
ObjectReference |
IdentityFluentImpl.getUser()
Deprecated.
|
ObjectReference |
Identity.getUser() |
Modifier and Type | Method and Description |
---|---|
List<ObjectReference> |
OpenshiftClusterRoleBindingFluentImpl.buildSubjects() |
List<ObjectReference> |
OpenshiftRoleBindingFluentImpl.buildSubjects() |
List<ObjectReference> |
OpenshiftRoleBindingFluent.buildSubjects() |
List<ObjectReference> |
OpenshiftClusterRoleBindingFluent.buildSubjects() |
List<ObjectReference> |
OpenshiftClusterRoleBindingFluentImpl.getSubjects()
Deprecated.
|
List<ObjectReference> |
OpenshiftRoleBindingFluentImpl.getSubjects()
Deprecated.
|
List<ObjectReference> |
OpenshiftRoleBindingFluent.getSubjects()
Deprecated.
|
List<ObjectReference> |
OpenshiftClusterRoleBindingFluent.getSubjects()
Deprecated.
|
List<ObjectReference> |
OpenshiftClusterRoleBinding.getSubjects() |
List<ObjectReference> |
OpenshiftRoleBinding.getSubjects() |
Modifier and Type | Method and Description |
---|---|
A |
OpenshiftClusterRoleBindingFluentImpl.addAllToSubjects(Collection<ObjectReference> items) |
A |
OpenshiftRoleBindingFluentImpl.addAllToSubjects(Collection<ObjectReference> items) |
A |
OpenshiftRoleBindingFluent.addAllToSubjects(Collection<ObjectReference> items) |
A |
OpenshiftClusterRoleBindingFluent.addAllToSubjects(Collection<ObjectReference> items) |
A |
OpenshiftClusterRoleBindingFluentImpl.removeAllFromSubjects(Collection<ObjectReference> items) |
A |
OpenshiftRoleBindingFluentImpl.removeAllFromSubjects(Collection<ObjectReference> items) |
A |
OpenshiftRoleBindingFluent.removeAllFromSubjects(Collection<ObjectReference> items) |
A |
OpenshiftClusterRoleBindingFluent.removeAllFromSubjects(Collection<ObjectReference> items) |
void |
OpenshiftClusterRoleBinding.setSubjects(List<ObjectReference> subjects) |
void |
OpenshiftRoleBinding.setSubjects(List<ObjectReference> subjects) |
A |
OpenshiftClusterRoleBindingFluentImpl.withSubjects(List<ObjectReference> subjects) |
A |
OpenshiftRoleBindingFluentImpl.withSubjects(List<ObjectReference> subjects) |
A |
OpenshiftRoleBindingFluent.withSubjects(List<ObjectReference> subjects) |
A |
OpenshiftClusterRoleBindingFluent.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–2019 Red Hat. All rights reserved.