public class ApiKeyCredsFluentImpl<A extends ApiKeyCredsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ApiKeyCredsFluent<A>
| Constructor and Description |
|---|
ApiKeyCredsFluentImpl() |
ApiKeyCredsFluentImpl(ApiKeyCreds instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiKey() |
Boolean |
hasApiKey() |
A |
withApiKey(String apiKey) |
public ApiKeyCredsFluentImpl()
public ApiKeyCredsFluentImpl(ApiKeyCreds instance)
public String getApiKey()
getApiKey in interface ApiKeyCredsFluent<A extends ApiKeyCredsFluent<A>>public A withApiKey(String apiKey)
withApiKey in interface ApiKeyCredsFluent<A extends ApiKeyCredsFluent<A>>public Boolean hasApiKey()
hasApiKey in interface ApiKeyCredsFluent<A extends ApiKeyCredsFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.