Class CertManagerIoV1beta1Api.ReadNamespacedIssuer
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.Object>
-
- com.marcnuri.yakc.api.certmanagerio.v1beta1.CertManagerIoV1beta1Api.ReadNamespacedIssuer
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,java.lang.Object>
- Enclosing interface:
- CertManagerIoV1beta1Api
public static final class CertManagerIoV1beta1Api.ReadNamespacedIssuer extends java.util.HashMap<java.lang.String,java.lang.Object>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadNamespacedIssuer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertManagerIoV1beta1Api.ReadNamespacedIssuer
pretty(java.lang.String pretty)
If 'true', then the output is pretty printed.CertManagerIoV1beta1Api.ReadNamespacedIssuer
resourceVersion(java.lang.String resourceVersion)
resourceVersion sets a constraint on what resource versions a request may be served from.-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
pretty
public CertManagerIoV1beta1Api.ReadNamespacedIssuer pretty(java.lang.String pretty)
If 'true', then the output is pretty printed.
-
resourceVersion
public CertManagerIoV1beta1Api.ReadNamespacedIssuer resourceVersion(java.lang.String resourceVersion)
resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details.Defaults to unset
-
-