public class V1alpha1ImageRegistryBindingSpec extends Object
| Constructor and Description |
|---|
V1alpha1ImageRegistryBindingSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V1alpha1LocalObjectReference |
getImageRegistry()
ImageRegistry defines the LocalObjectReference in spec
|
V1alpha1ImageRegistryBindingRepo |
getRepoInfo()
RepoInfo defines the ImageRegistryBindingRepo in spec
|
V1alpha1SecretKeySetRef |
getSecret()
Secret is the secret of the account.
|
int |
hashCode() |
V1alpha1ImageRegistryBindingSpec |
imageRegistry(V1alpha1LocalObjectReference imageRegistry) |
V1alpha1ImageRegistryBindingSpec |
repoInfo(V1alpha1ImageRegistryBindingRepo repoInfo) |
V1alpha1ImageRegistryBindingSpec |
secret(V1alpha1SecretKeySetRef secret) |
void |
setImageRegistry(V1alpha1LocalObjectReference imageRegistry) |
void |
setRepoInfo(V1alpha1ImageRegistryBindingRepo repoInfo) |
void |
setSecret(V1alpha1SecretKeySetRef secret) |
String |
toString() |
public V1alpha1ImageRegistryBindingSpec imageRegistry(V1alpha1LocalObjectReference imageRegistry)
public V1alpha1LocalObjectReference getImageRegistry()
public void setImageRegistry(V1alpha1LocalObjectReference imageRegistry)
public V1alpha1ImageRegistryBindingSpec repoInfo(V1alpha1ImageRegistryBindingRepo repoInfo)
public V1alpha1ImageRegistryBindingRepo getRepoInfo()
public void setRepoInfo(V1alpha1ImageRegistryBindingRepo repoInfo)
public V1alpha1ImageRegistryBindingSpec secret(V1alpha1SecretKeySetRef secret)
public V1alpha1SecretKeySetRef getSecret()
public void setSecret(V1alpha1SecretKeySetRef secret)
Copyright © 2020. All rights reserved.