Package io.fabric8.openshift.api.model
Interface SignatureIssuerFluent<A extends SignatureIssuerFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ImageSignatureFluent.IssuedByNested<N>
- All Known Implementing Classes:
DoneableSignatureIssuer,ImageSignatureFluentImpl.IssuedByNestedImpl,SignatureIssuerBuilder,SignatureIssuerFluentImpl
public interface SignatureIssuerFluent<A extends SignatureIssuerFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetCommonName()StringgetOrganization()BooleanhasCommonName()BooleanhasOrganization()AwithCommonName(String commonName)AwithNewCommonName(String arg1)AwithNewCommonName(StringBuffer arg1)AwithNewCommonName(StringBuilder arg1)AwithNewOrganization(String arg1)AwithNewOrganization(StringBuffer arg1)AwithNewOrganization(StringBuilder arg1)AwithOrganization(String organization)
-
Method Details
-
getCommonName
String getCommonName() -
withCommonName
-
hasCommonName
Boolean hasCommonName() -
withNewCommonName
-
withNewCommonName
-
withNewCommonName
-
getOrganization
String getOrganization() -
withOrganization
-
hasOrganization
Boolean hasOrganization() -
withNewOrganization
-
withNewOrganization
-
withNewOrganization
-