@ConfigurationProperties(prefix="operator.kubernetes.client") public class OperatorProperties extends Object
| Constructor and Description |
|---|
OperatorProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMasterUrl() |
String |
getPassword() |
String |
getUsername() |
boolean |
isOpenshift() |
boolean |
isTrustSelfSignedCertificates() |
OperatorProperties |
setMasterUrl(String masterUrl) |
OperatorProperties |
setOpenshift(boolean openshift) |
OperatorProperties |
setPassword(String password) |
OperatorProperties |
setTrustSelfSignedCertificates(boolean trustSelfSignedCertificates) |
OperatorProperties |
setUsername(String username) |
public boolean isOpenshift()
public OperatorProperties setOpenshift(boolean openshift)
public String getUsername()
public OperatorProperties setUsername(String username)
public String getPassword()
public OperatorProperties setPassword(String password)
public String getMasterUrl()
public OperatorProperties setMasterUrl(String masterUrl)
public boolean isTrustSelfSignedCertificates()
public OperatorProperties setTrustSelfSignedCertificates(boolean trustSelfSignedCertificates)
Copyright © 2020. All rights reserved.