Package io.fabric8.openshift.api.model
Interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ImageSignatureFluent.IssuedToNested<N>
- All Known Implementing Classes:
DoneableSignatureSubject,ImageSignatureFluentImpl.IssuedToNestedImpl,SignatureSubjectBuilder,SignatureSubjectFluentImpl
public interface SignatureSubjectFluent<A extends SignatureSubjectFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetCommonName()StringgetOrganization()StringgetPublicKeyID()BooleanhasCommonName()BooleanhasOrganization()BooleanhasPublicKeyID()AwithCommonName(String commonName)AwithNewCommonName(String arg1)AwithNewCommonName(StringBuffer arg1)AwithNewCommonName(StringBuilder arg1)AwithNewOrganization(String arg1)AwithNewOrganization(StringBuffer arg1)AwithNewOrganization(StringBuilder arg1)AwithNewPublicKeyID(String arg1)AwithNewPublicKeyID(StringBuffer arg1)AwithNewPublicKeyID(StringBuilder arg1)AwithOrganization(String organization)AwithPublicKeyID(String publicKeyID)
-
Method Details
-
getCommonName
String getCommonName() -
withCommonName
-
hasCommonName
Boolean hasCommonName() -
withNewCommonName
-
withNewCommonName
-
withNewCommonName
-
getOrganization
String getOrganization() -
withOrganization
-
hasOrganization
Boolean hasOrganization() -
withNewOrganization
-
withNewOrganization
-
withNewOrganization
-
getPublicKeyID
String getPublicKeyID() -
withPublicKeyID
-
hasPublicKeyID
Boolean hasPublicKeyID() -
withNewPublicKeyID
-
withNewPublicKeyID
-
withNewPublicKeyID
-