Serialized Form
-
Package io.apicurio.registry.operator.api.v1.model
-
Class io.apicurio.registry.operator.api.v1.model.ApicurioRegistry extends io.fabric8.kubernetes.client.CustomResource<ApicurioRegistrySpec,ApicurioRegistryStatus> implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.ApicurioRegistryList extends io.fabric8.kubernetes.api.model.DefaultKubernetesResourceList<ApicurioRegistry> implements Serializable
- serialVersionUID:
- -2979078702023320890L
-
Serialized Fields
-
items
List<ApicurioRegistry> items
-
metadata
io.fabric8.kubernetes.api.model.ListMeta metadata
-
-
Class io.apicurio.registry.operator.api.v1.model.ApicurioRegistrySpec extends Object implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
Apicurio Registry application configuration -
deployment
Deployment deployment
Apicurio Registry deployment configuration
-
-
-
Class io.apicurio.registry.operator.api.v1.model.ApicurioRegistryStatus extends Object implements Serializable
-
Serialized Fields
-
conditions
List<Conditions> conditions
Conditions: Apicurio Registry application and Operator conditions. -
info
Info info
Information about the Apicurio Registry application -
managedResources
List<ManagedResources> managedResources
Managed Resources: Kubernetes resources managed by the Apicurio Registry Operator.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.Configuration extends Object implements Serializable
-
Serialized Fields
-
env
List<Env> env
Environment variables: List of additional environment variables that will be provided to the Apicurio Registry application. -
kafkasql
Kafkasql kafkasql
Configuration of Apicurio Registry KafkaSQL storage -
logLevel
String logLevel
Third-party (non-Apicurio) library log level -
persistence
String persistence
Storage: Type of storage used by Apicurio Registry, one of: mem, sql, kafkasql. Default value is `mem`. -
registryLogLevel
String registryLogLevel
Apicurio Registry application log level -
security
Security security
Security configuration -
sql
Sql sql
Configuration of Apicurio Registry SQL storage -
ui
Ui ui
Configuration of Apicurio Registry web console
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.Deployment extends Object implements Serializable
-
Serialized Fields
-
affinity
Affinity affinity
Affinity -
host
String host
Hostname: Apicurio Registry application hostname (part of the URL without the protocol and path). -
image
String image
Apicurio Registry image: Replaces the default Apicurio Registry application image. Overrides the values in the REGISTRY_IMAGE_MEM, REGISTRY_IMAGE_KAFKASQL and REGISTRY_IMAGE_SQL Operator environment variables. -
imagePullSecrets
List<ImagePullSecrets> imagePullSecrets
Apicurio Registry image pull secrets: List of Secrets to use when pulling the Apicurio Registry image. -
managedResources
ManagedResources managedResources
Apicurio Registry managed resources: Configure how the Operator manages Kubernetes resources. -
metadata
Metadata metadata
Metadata of the Apicurio Registry pod -
podTemplateSpecPreview
PodTemplateSpecPreview podTemplateSpecPreview
-
replicas
Integer replicas
Replicas: The required number of Apicurio Registry pods. Default value is 1. -
tolerations
List<Tolerations> tolerations
Tolerations
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.Env extends Object implements Serializable
-
Serialized Fields
-
name
String name
Name of the environment variable. Must be a C_IDENTIFIER. -
value
String value
Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". -
valueFrom
ValueFrom valueFrom
Source for the environment variable's value. Cannot be used if value is not empty.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.Kafkasql extends Object implements Serializable
-
Serialized Fields
-
bootstrapServers
String bootstrapServers
Kafka bootstrap servers URL: URL of one of the Kafka brokers, which provide initial metadata about the Kafka cluster, for example: `. .svc:9092`. -
security
Security security
Kafka security configuration: Provide the following configuration options if your Kafka cluster is secured using TLS or SCRAM.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.Security extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.Sql extends Object implements Serializable
-
Serialized Fields
-
dataSource
DataSource dataSource
SQL data source
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.Ui extends Object implements Serializable
-
Serialized Fields
-
readOnly
Boolean readOnly
Read-only: Set the web console to read-only mode. WARNING: This does not affect access to the Apicurio REST API.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.env
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.env.ValueFrom extends Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
Selects a key of a ConfigMap. -
fieldRef
FieldRef fieldRef
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. -
resourceFieldRef
ResourceFieldRef resourceFieldRef
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. -
secretKeyRef
SecretKeyRef secretKeyRef
Selects a key of a secret in the pod's namespace
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.env.valuefrom
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.env.valuefrom.ConfigMapKeyRef extends Object implements Serializable
-
Serialized Fields
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.env.valuefrom.FieldRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.env.valuefrom.ResourceFieldRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.env.valuefrom.SecretKeyRef extends Object implements Serializable
-
Serialized Fields
-
key
String key
The key of the secret to select from. Must be a valid secret key. -
name
String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid? -
optional
Boolean optional
Specify whether the Secret or its key must be defined
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.kafkasql
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.kafkasql.Security extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.kafkasql.security
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.kafkasql.security.Scram extends Object implements Serializable
-
Serialized Fields
-
mechanism
String mechanism
Mechanism: Name of the SCRAM mechanism, default value is SCRAM-SHA-512. -
passwordSecretName
String passwordSecretName
User password Secret name: Name of a Secret that contains password of the SCRAM user under the `password` key. -
truststoreSecretName
String truststoreSecretName
Truststore Secret name: Name of a Secret that contains TLS truststore (in PKCS12 format) under the `ca.p12` key, and truststore password under the `ca.password` key. -
user
String user
User name
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.kafkasql.security.Tls extends Object implements Serializable
-
Serialized Fields
-
keystoreSecretName
String keystoreSecretName
Keystore Secret name: Name of a Secret that contains TLS keystore (in PKCS12 format) under the `user.p12` key, and keystore password under the `user.password` key. -
truststoreSecretName
String truststoreSecretName
Truststore Secret name: Name of a Secret that contains TLS truststore (in PKCS12 format) under the `ca.p12` key, and truststore password under the `ca.password` key.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.security
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.security.Https extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.security.Keycloak extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.sql
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.configuration.sql.DataSource extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.Affinity extends Object implements Serializable
-
Serialized Fields
-
nodeAffinity
NodeAffinity nodeAffinity
Describes node affinity scheduling rules for the pod. -
podAffinity
PodAffinity podAffinity
Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). -
podAntiAffinity
PodAntiAffinity podAntiAffinity
Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.ImagePullSecrets extends Object implements Serializable
-
Serialized Fields
-
name
String name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.ManagedResources extends Object implements Serializable
-
Serialized Fields
-
disableIngress
Boolean disableIngress
Disable Ingress: Operator will not create or manage an Ingress for Apicurio Registry, so it can be done manually. -
disableNetworkPolicy
Boolean disableNetworkPolicy
Disable NetworkPolicy: Operator will not create or manage a NetworkPolicy for Apicurio Registry, so it can be done manually. -
disablePodDisruptionBudget
Boolean disablePodDisruptionBudget
Disable PodDisruptionBudget: Operator will not create or manage a PodDisruptionBudget for Apicurio Registry, so it can be done manually.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.Metadata extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.PodTemplateSpecPreview extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.Tolerations extends Object implements Serializable
-
Serialized Fields
-
effect
String effect
Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. -
key
String key
Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. -
operator
String operator
Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. -
tolerationSeconds
Long tolerationSeconds
TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. -
value
String value
Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.NodeAffinity extends Object implements Serializable
-
Serialized Fields
-
preferredDuringSchedulingIgnoredDuringExecution
List<PreferredDuringSchedulingIgnoredDuringExecution> preferredDuringSchedulingIgnoredDuringExecution
The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. -
requiredDuringSchedulingIgnoredDuringExecution
RequiredDuringSchedulingIgnoredDuringExecution requiredDuringSchedulingIgnoredDuringExecution
If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.PodAffinity extends Object implements Serializable
-
Serialized Fields
-
preferredDuringSchedulingIgnoredDuringExecution
List<PreferredDuringSchedulingIgnoredDuringExecution> preferredDuringSchedulingIgnoredDuringExecution
The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. -
requiredDuringSchedulingIgnoredDuringExecution
List<RequiredDuringSchedulingIgnoredDuringExecution> requiredDuringSchedulingIgnoredDuringExecution
If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.PodAntiAffinity extends Object implements Serializable
-
Serialized Fields
-
preferredDuringSchedulingIgnoredDuringExecution
List<PreferredDuringSchedulingIgnoredDuringExecution> preferredDuringSchedulingIgnoredDuringExecution
The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. -
requiredDuringSchedulingIgnoredDuringExecution
List<RequiredDuringSchedulingIgnoredDuringExecution> requiredDuringSchedulingIgnoredDuringExecution
If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.PreferredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
preference
Preference preference
A node selector term, associated with the corresponding weight. -
weight
Integer weight
Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.RequiredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
nodeSelectorTerms
List<NodeSelectorTerms> nodeSelectorTerms
Required. A list of node selector terms. The terms are ORed.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.Preference extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
A list of node selector requirements by node's labels. -
matchFields
List<MatchFields> matchFields
A list of node selector requirements by node's fields.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference.MatchExpressions extends Object implements Serializable
-
Serialized Fields
-
key
String key
The label key that the selector applies to. -
operator
String operator
Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. -
values
List<String> values
An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference.MatchFields extends Object implements Serializable
-
Serialized Fields
-
key
String key
The label key that the selector applies to. -
operator
String operator
Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. -
values
List<String> values
An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.NodeSelectorTerms extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
A list of node selector requirements by node's labels. -
matchFields
List<MatchFields> matchFields
A list of node selector requirements by node's fields.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.nodeselectorterms
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.nodeselectorterms.MatchExpressions extends Object implements Serializable
-
Serialized Fields
-
key
String key
The label key that the selector applies to. -
operator
String operator
Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. -
values
List<String> values
An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.nodeselectorterms.MatchFields extends Object implements Serializable
-
Serialized Fields
-
key
String key
The label key that the selector applies to. -
operator
String operator
Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. -
values
List<String> values
An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.PreferredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
podAffinityTerm
PodAffinityTerm podAffinityTerm
Required. A pod affinity term, associated with the corresponding weight. -
weight
Integer weight
weight associated with matching the corresponding podAffinityTerm, in the range 1-100.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.RequiredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
A label query over a set of resources, in this case pods. -
namespaces
List<String> namespaces
namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" -
namespaceSelector
NamespaceSelector namespaceSelector
A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. -
topologyKey
String topologyKey
This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.preferredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.preferredduringschedulingignoredduringexecution.PodAffinityTerm extends Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
A label query over a set of resources, in this case pods. -
namespaces
List<String> namespaces
namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" -
namespaceSelector
NamespaceSelector namespaceSelector
A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. -
topologyKey
String topologyKey
This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.LabelSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
Map<String,String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.NamespaceSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
Map<String,String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.labelselector
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.labelselector.MatchExpressions extends Object implements Serializable
-
Serialized Fields
-
key
String key
key is the label key that the selector applies to. -
operator
String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
List<String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.namespaceselector
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.namespaceselector.MatchExpressions extends Object implements Serializable
-
Serialized Fields
-
key
String key
key is the label key that the selector applies to. -
operator
String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
List<String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.requiredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.requiredduringschedulingignoredduringexecution.LabelSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
Map<String,String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.requiredduringschedulingignoredduringexecution.NamespaceSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
Map<String,String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.requiredduringschedulingignoredduringexecution.labelselector
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.requiredduringschedulingignoredduringexecution.labelselector.MatchExpressions extends Object implements Serializable
-
Serialized Fields
-
key
String key
key is the label key that the selector applies to. -
operator
String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
List<String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.requiredduringschedulingignoredduringexecution.namespaceselector
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podaffinity.requiredduringschedulingignoredduringexecution.namespaceselector.MatchExpressions extends Object implements Serializable
-
Serialized Fields
-
key
String key
key is the label key that the selector applies to. -
operator
String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
List<String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.PreferredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
podAffinityTerm
PodAffinityTerm podAffinityTerm
Required. A pod affinity term, associated with the corresponding weight. -
weight
Integer weight
weight associated with matching the corresponding podAffinityTerm, in the range 1-100.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.RequiredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
A label query over a set of resources, in this case pods. -
namespaces
List<String> namespaces
namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" -
namespaceSelector
NamespaceSelector namespaceSelector
A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. -
topologyKey
String topologyKey
This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.PodAffinityTerm extends Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
A label query over a set of resources, in this case pods. -
namespaces
List<String> namespaces
namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" -
namespaceSelector
NamespaceSelector namespaceSelector
A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. -
topologyKey
String topologyKey
This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.LabelSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
Map<String,String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.NamespaceSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
Map<String,String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.labelselector
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.labelselector.MatchExpressions extends Object implements Serializable
-
Serialized Fields
-
key
String key
key is the label key that the selector applies to. -
operator
String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
List<String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.namespaceselector
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.namespaceselector.MatchExpressions extends Object implements Serializable
-
Serialized Fields
-
key
String key
key is the label key that the selector applies to. -
operator
String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
List<String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.LabelSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
Map<String,String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.NamespaceSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
matchExpressions is a list of label selector requirements. The requirements are ANDed. -
matchLabels
Map<String,String> matchLabels
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.labelselector
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.labelselector.MatchExpressions extends Object implements Serializable
-
Serialized Fields
-
key
String key
key is the label key that the selector applies to. -
operator
String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
List<String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.namespaceselector
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.namespaceselector.MatchExpressions extends Object implements Serializable
-
Serialized Fields
-
key
String key
key is the label key that the selector applies to. -
operator
String operator
operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. -
values
List<String> values
values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.Metadata extends Object implements Serializable
-
Serialized Fields
-
annotations
Map<String,String> annotations
-
clusterName
String clusterName
-
creationTimestamp
ZonedDateTime creationTimestamp
-
deletionGracePeriodSeconds
Long deletionGracePeriodSeconds
-
deletionTimestamp
ZonedDateTime deletionTimestamp
-
finalizers
List<String> finalizers
-
generateName
String generateName
-
generation
Long generation
-
labels
Map<String,String> labels
-
managedFields
List<ManagedFields> managedFields
-
name
String name
-
namespace
String namespace
-
ownerReferences
List<OwnerReferences> ownerReferences
-
resourceVersion
String resourceVersion
-
selfLink
String selfLink
-
uid
String uid
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.Spec extends Object implements Serializable
-
Serialized Fields
-
activeDeadlineSeconds
Long activeDeadlineSeconds
-
affinity
Affinity affinity
-
automountServiceAccountToken
Boolean automountServiceAccountToken
-
containers
List<Containers> containers
-
dnsConfig
DnsConfig dnsConfig
-
dnsPolicy
String dnsPolicy
-
enableServiceLinks
Boolean enableServiceLinks
-
ephemeralContainers
List<EphemeralContainers> ephemeralContainers
-
hostAliases
List<HostAliases> hostAliases
-
hostIPC
Boolean hostIPC
-
hostname
String hostname
-
hostNetwork
Boolean hostNetwork
-
hostPID
Boolean hostPID
-
imagePullSecrets
List<ImagePullSecrets> imagePullSecrets
-
initContainers
List<InitContainers> initContainers
-
nodeName
String nodeName
-
nodeSelector
Map<String,String> nodeSelector
-
os
Os os
-
overhead
Map<String,io.fabric8.kubernetes.api.model.IntOrString> overhead
-
preemptionPolicy
String preemptionPolicy
-
priority
Integer priority
-
priorityClassName
String priorityClassName
-
readinessGates
List<ReadinessGates> readinessGates
-
restartPolicy
String restartPolicy
-
runtimeClassName
String runtimeClassName
-
schedulerName
String schedulerName
-
securityContext
SecurityContext securityContext
-
serviceAccount
String serviceAccount
-
serviceAccountName
String serviceAccountName
-
setHostnameAsFQDN
Boolean setHostnameAsFQDN
-
shareProcessNamespace
Boolean shareProcessNamespace
-
subdomain
String subdomain
-
terminationGracePeriodSeconds
Long terminationGracePeriodSeconds
-
tolerations
List<Tolerations> tolerations
-
topologySpreadConstraints
List<TopologySpreadConstraints> topologySpreadConstraints
-
volumes
List<Volumes> volumes
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.metadata
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.metadata.ManagedFields extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.metadata.OwnerReferences extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.metadata.managedfields
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.metadata.managedfields.FieldsV1 extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.Affinity extends Object implements Serializable
-
Serialized Fields
-
nodeAffinity
NodeAffinity nodeAffinity
-
podAffinity
PodAffinity podAffinity
-
podAntiAffinity
PodAntiAffinity podAntiAffinity
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.Containers extends Object implements Serializable
-
Serialized Fields
-
args
List<String> args
-
command
List<String> command
-
env
List<Env> env
-
envFrom
List<EnvFrom> envFrom
-
image
String image
-
imagePullPolicy
String imagePullPolicy
-
lifecycle
Lifecycle lifecycle
-
livenessProbe
LivenessProbe livenessProbe
-
name
String name
-
ports
List<Ports> ports
-
readinessProbe
ReadinessProbe readinessProbe
-
resources
Resources resources
-
securityContext
SecurityContext securityContext
-
startupProbe
StartupProbe startupProbe
-
stdin
Boolean stdin
-
stdinOnce
Boolean stdinOnce
-
terminationMessagePath
String terminationMessagePath
-
terminationMessagePolicy
String terminationMessagePolicy
-
tty
Boolean tty
-
volumeDevices
List<VolumeDevices> volumeDevices
-
volumeMounts
List<VolumeMounts> volumeMounts
-
workingDir
String workingDir
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.DnsConfig extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.EphemeralContainers extends Object implements Serializable
-
Serialized Fields
-
args
List<String> args
-
command
List<String> command
-
env
List<Env> env
-
envFrom
List<EnvFrom> envFrom
-
image
String image
-
imagePullPolicy
String imagePullPolicy
-
lifecycle
Lifecycle lifecycle
-
livenessProbe
LivenessProbe livenessProbe
-
name
String name
-
ports
List<Ports> ports
-
readinessProbe
ReadinessProbe readinessProbe
-
resources
Resources resources
-
securityContext
SecurityContext securityContext
-
startupProbe
StartupProbe startupProbe
-
stdin
Boolean stdin
-
stdinOnce
Boolean stdinOnce
-
targetContainerName
String targetContainerName
-
terminationMessagePath
String terminationMessagePath
-
terminationMessagePolicy
String terminationMessagePolicy
-
tty
Boolean tty
-
volumeDevices
List<VolumeDevices> volumeDevices
-
volumeMounts
List<VolumeMounts> volumeMounts
-
workingDir
String workingDir
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.HostAliases extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ImagePullSecrets extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.InitContainers extends Object implements Serializable
-
Serialized Fields
-
args
List<String> args
-
command
List<String> command
-
env
List<Env> env
-
envFrom
List<EnvFrom> envFrom
-
image
String image
-
imagePullPolicy
String imagePullPolicy
-
lifecycle
Lifecycle lifecycle
-
livenessProbe
LivenessProbe livenessProbe
-
name
String name
-
ports
List<Ports> ports
-
readinessProbe
ReadinessProbe readinessProbe
-
resources
Resources resources
-
securityContext
SecurityContext securityContext
-
startupProbe
StartupProbe startupProbe
-
stdin
Boolean stdin
-
stdinOnce
Boolean stdinOnce
-
terminationMessagePath
String terminationMessagePath
-
terminationMessagePolicy
String terminationMessagePolicy
-
tty
Boolean tty
-
volumeDevices
List<VolumeDevices> volumeDevices
-
volumeMounts
List<VolumeMounts> volumeMounts
-
workingDir
String workingDir
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.Os extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ReadinessGates extends Object implements Serializable
-
Serialized Fields
-
conditionType
String conditionType
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.SecurityContext extends Object implements Serializable
-
Serialized Fields
-
fsGroup
Long fsGroup
-
fsGroupChangePolicy
String fsGroupChangePolicy
-
runAsGroup
Long runAsGroup
-
runAsNonRoot
Boolean runAsNonRoot
-
runAsUser
Long runAsUser
-
seccompProfile
SeccompProfile seccompProfile
-
seLinuxOptions
SeLinuxOptions seLinuxOptions
-
supplementalGroups
List<Long> supplementalGroups
-
sysctls
List<Sysctls> sysctls
-
windowsOptions
WindowsOptions windowsOptions
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.Tolerations extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.TopologySpreadConstraints extends Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
-
maxSkew
Integer maxSkew
-
topologyKey
String topologyKey
-
whenUnsatisfiable
String whenUnsatisfiable
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.Volumes extends Object implements Serializable
-
Serialized Fields
-
awsElasticBlockStore
AwsElasticBlockStore awsElasticBlockStore
-
azureDisk
AzureDisk azureDisk
-
azureFile
AzureFile azureFile
-
cephfs
Cephfs cephfs
-
cinder
Cinder cinder
-
configMap
ConfigMap configMap
-
csi
Csi csi
-
downwardAPI
DownwardAPI downwardAPI
-
emptyDir
EmptyDir emptyDir
-
ephemeral
Ephemeral ephemeral
-
fc
Fc fc
-
flexVolume
FlexVolume flexVolume
-
flocker
Flocker flocker
-
gcePersistentDisk
GcePersistentDisk gcePersistentDisk
-
gitRepo
GitRepo gitRepo
-
glusterfs
Glusterfs glusterfs
-
hostPath
HostPath hostPath
-
iscsi
Iscsi iscsi
-
name
String name
-
nfs
Nfs nfs
-
persistentVolumeClaim
PersistentVolumeClaim persistentVolumeClaim
-
photonPersistentDisk
PhotonPersistentDisk photonPersistentDisk
-
portworxVolume
PortworxVolume portworxVolume
-
projected
Projected projected
-
quobyte
Quobyte quobyte
-
rbd
Rbd rbd
-
scaleIO
ScaleIO scaleIO
-
secret
Secret secret
-
storageos
Storageos storageos
-
vsphereVolume
VsphereVolume vsphereVolume
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.NodeAffinity extends Object implements Serializable
-
Serialized Fields
-
preferredDuringSchedulingIgnoredDuringExecution
List<PreferredDuringSchedulingIgnoredDuringExecution> preferredDuringSchedulingIgnoredDuringExecution
-
requiredDuringSchedulingIgnoredDuringExecution
RequiredDuringSchedulingIgnoredDuringExecution requiredDuringSchedulingIgnoredDuringExecution
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.PodAffinity extends Object implements Serializable
-
Serialized Fields
-
preferredDuringSchedulingIgnoredDuringExecution
List<PreferredDuringSchedulingIgnoredDuringExecution> preferredDuringSchedulingIgnoredDuringExecution
-
requiredDuringSchedulingIgnoredDuringExecution
List<RequiredDuringSchedulingIgnoredDuringExecution> requiredDuringSchedulingIgnoredDuringExecution
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.PodAntiAffinity extends Object implements Serializable
-
Serialized Fields
-
preferredDuringSchedulingIgnoredDuringExecution
List<PreferredDuringSchedulingIgnoredDuringExecution> preferredDuringSchedulingIgnoredDuringExecution
-
requiredDuringSchedulingIgnoredDuringExecution
List<RequiredDuringSchedulingIgnoredDuringExecution> requiredDuringSchedulingIgnoredDuringExecution
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.PreferredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
preference
Preference preference
-
weight
Integer weight
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.RequiredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
nodeSelectorTerms
List<NodeSelectorTerms> nodeSelectorTerms
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.Preference extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchFields
List<MatchFields> matchFields
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference.MatchExpressions extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.preferredduringschedulingignoredduringexecution.preference.MatchFields extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.NodeSelectorTerms extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchFields
List<MatchFields> matchFields
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.nodeselectorterms
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.nodeselectorterms.MatchExpressions extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.nodeaffinity.requiredduringschedulingignoredduringexecution.nodeselectorterms.MatchFields extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.PreferredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
podAffinityTerm
PodAffinityTerm podAffinityTerm
-
weight
Integer weight
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.RequiredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
-
namespaces
List<String> namespaces
-
namespaceSelector
NamespaceSelector namespaceSelector
-
topologyKey
String topologyKey
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.preferredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.preferredduringschedulingignoredduringexecution.PodAffinityTerm extends Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
-
namespaces
List<String> namespaces
-
namespaceSelector
NamespaceSelector namespaceSelector
-
topologyKey
String topologyKey
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.LabelSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchLabels
Map<String,String> matchLabels
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.NamespaceSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchLabels
Map<String,String> matchLabels
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.labelselector
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.namespaceselector
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.requiredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.requiredduringschedulingignoredduringexecution.LabelSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchLabels
Map<String,String> matchLabels
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.requiredduringschedulingignoredduringexecution.NamespaceSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchLabels
Map<String,String> matchLabels
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.requiredduringschedulingignoredduringexecution.labelselector
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podaffinity.requiredduringschedulingignoredduringexecution.namespaceselector
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.PreferredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
podAffinityTerm
PodAffinityTerm podAffinityTerm
-
weight
Integer weight
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.RequiredDuringSchedulingIgnoredDuringExecution extends Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
-
namespaces
List<String> namespaces
-
namespaceSelector
NamespaceSelector namespaceSelector
-
topologyKey
String topologyKey
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.PodAffinityTerm extends Object implements Serializable
-
Serialized Fields
-
labelSelector
LabelSelector labelSelector
-
namespaces
List<String> namespaces
-
namespaceSelector
NamespaceSelector namespaceSelector
-
topologyKey
String topologyKey
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.LabelSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchLabels
Map<String,String> matchLabels
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.NamespaceSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchLabels
Map<String,String> matchLabels
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.labelselector
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.preferredduringschedulingignoredduringexecution.podaffinityterm.namespaceselector
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.LabelSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchLabels
Map<String,String> matchLabels
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.NamespaceSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchLabels
Map<String,String> matchLabels
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.labelselector
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.affinity.podantiaffinity.requiredduringschedulingignoredduringexecution.namespaceselector
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.Env extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.EnvFrom extends Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
-
prefix
String prefix
-
secretRef
SecretRef secretRef
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.Lifecycle extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.LivenessProbe extends Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
-
failureThreshold
Integer failureThreshold
-
grpc
Grpc grpc
-
httpGet
HttpGet httpGet
-
initialDelaySeconds
Integer initialDelaySeconds
-
periodSeconds
Integer periodSeconds
-
successThreshold
Integer successThreshold
-
tcpSocket
TcpSocket tcpSocket
-
terminationGracePeriodSeconds
Long terminationGracePeriodSeconds
-
timeoutSeconds
Integer timeoutSeconds
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.Ports extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.ReadinessProbe extends Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
-
failureThreshold
Integer failureThreshold
-
grpc
Grpc grpc
-
httpGet
HttpGet httpGet
-
initialDelaySeconds
Integer initialDelaySeconds
-
periodSeconds
Integer periodSeconds
-
successThreshold
Integer successThreshold
-
tcpSocket
TcpSocket tcpSocket
-
terminationGracePeriodSeconds
Long terminationGracePeriodSeconds
-
timeoutSeconds
Integer timeoutSeconds
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.Resources extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.SecurityContext extends Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
Boolean allowPrivilegeEscalation
-
capabilities
Capabilities capabilities
-
privileged
Boolean privileged
-
procMount
String procMount
-
readOnlyRootFilesystem
Boolean readOnlyRootFilesystem
-
runAsGroup
Long runAsGroup
-
runAsNonRoot
Boolean runAsNonRoot
-
runAsUser
Long runAsUser
-
seccompProfile
SeccompProfile seccompProfile
-
seLinuxOptions
SeLinuxOptions seLinuxOptions
-
windowsOptions
WindowsOptions windowsOptions
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.StartupProbe extends Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
-
failureThreshold
Integer failureThreshold
-
grpc
Grpc grpc
-
httpGet
HttpGet httpGet
-
initialDelaySeconds
Integer initialDelaySeconds
-
periodSeconds
Integer periodSeconds
-
successThreshold
Integer successThreshold
-
tcpSocket
TcpSocket tcpSocket
-
terminationGracePeriodSeconds
Long terminationGracePeriodSeconds
-
timeoutSeconds
Integer timeoutSeconds
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.VolumeDevices extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.VolumeMounts extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.env
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.env.ValueFrom extends Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
-
fieldRef
FieldRef fieldRef
-
resourceFieldRef
ResourceFieldRef resourceFieldRef
-
secretKeyRef
SecretKeyRef secretKeyRef
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.env.valuefrom
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.env.valuefrom.ConfigMapKeyRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.env.valuefrom.FieldRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.env.valuefrom.ResourceFieldRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.env.valuefrom.SecretKeyRef extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.envfrom
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.envfrom.ConfigMapRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.envfrom.SecretRef extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.PostStart extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.PreStop extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.poststart
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.poststart.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.poststart.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.poststart.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.poststart.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.prestop
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.prestop.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.prestop.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.prestop.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.lifecycle.prestop.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.livenessprobe
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.livenessprobe.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.livenessprobe.Grpc extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.livenessprobe.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.livenessprobe.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.livenessprobe.httpget
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.livenessprobe.httpget.HttpHeaders extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.readinessprobe
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.readinessprobe.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.readinessprobe.Grpc extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.readinessprobe.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.readinessprobe.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.readinessprobe.httpget
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.readinessprobe.httpget.HttpHeaders extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext.Capabilities extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext.SeccompProfile extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext.SeLinuxOptions extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.securitycontext.WindowsOptions extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.startupprobe
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.startupprobe.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.startupprobe.Grpc extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.startupprobe.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.startupprobe.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.startupprobe.httpget
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.startupprobe.httpget.HttpHeaders extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.dnsconfig
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.dnsconfig.Options extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.Env extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.EnvFrom extends Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
-
prefix
String prefix
-
secretRef
SecretRef secretRef
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.Lifecycle extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.LivenessProbe extends Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
-
failureThreshold
Integer failureThreshold
-
grpc
Grpc grpc
-
httpGet
HttpGet httpGet
-
initialDelaySeconds
Integer initialDelaySeconds
-
periodSeconds
Integer periodSeconds
-
successThreshold
Integer successThreshold
-
tcpSocket
TcpSocket tcpSocket
-
terminationGracePeriodSeconds
Long terminationGracePeriodSeconds
-
timeoutSeconds
Integer timeoutSeconds
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.Ports extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.ReadinessProbe extends Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
-
failureThreshold
Integer failureThreshold
-
grpc
Grpc grpc
-
httpGet
HttpGet httpGet
-
initialDelaySeconds
Integer initialDelaySeconds
-
periodSeconds
Integer periodSeconds
-
successThreshold
Integer successThreshold
-
tcpSocket
TcpSocket tcpSocket
-
terminationGracePeriodSeconds
Long terminationGracePeriodSeconds
-
timeoutSeconds
Integer timeoutSeconds
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.Resources extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.SecurityContext extends Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
Boolean allowPrivilegeEscalation
-
capabilities
Capabilities capabilities
-
privileged
Boolean privileged
-
procMount
String procMount
-
readOnlyRootFilesystem
Boolean readOnlyRootFilesystem
-
runAsGroup
Long runAsGroup
-
runAsNonRoot
Boolean runAsNonRoot
-
runAsUser
Long runAsUser
-
seccompProfile
SeccompProfile seccompProfile
-
seLinuxOptions
SeLinuxOptions seLinuxOptions
-
windowsOptions
WindowsOptions windowsOptions
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.StartupProbe extends Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
-
failureThreshold
Integer failureThreshold
-
grpc
Grpc grpc
-
httpGet
HttpGet httpGet
-
initialDelaySeconds
Integer initialDelaySeconds
-
periodSeconds
Integer periodSeconds
-
successThreshold
Integer successThreshold
-
tcpSocket
TcpSocket tcpSocket
-
terminationGracePeriodSeconds
Long terminationGracePeriodSeconds
-
timeoutSeconds
Integer timeoutSeconds
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.VolumeDevices extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.VolumeMounts extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.env
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.env.ValueFrom extends Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
-
fieldRef
FieldRef fieldRef
-
resourceFieldRef
ResourceFieldRef resourceFieldRef
-
secretKeyRef
SecretKeyRef secretKeyRef
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.env.valuefrom
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.env.valuefrom.ConfigMapKeyRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.env.valuefrom.FieldRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.env.valuefrom.ResourceFieldRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.env.valuefrom.SecretKeyRef extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.envfrom
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.envfrom.ConfigMapRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.envfrom.SecretRef extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.PostStart extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.PreStop extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.poststart.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.prestop
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.prestop.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.prestop.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.prestop.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.prestop.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.livenessprobe
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.livenessprobe.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.livenessprobe.Grpc extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.livenessprobe.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.livenessprobe.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.livenessprobe.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.readinessprobe
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.readinessprobe.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.readinessprobe.Grpc extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.readinessprobe.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.readinessprobe.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.readinessprobe.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.securitycontext
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.securitycontext.Capabilities extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.securitycontext.SeccompProfile extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.securitycontext.SeLinuxOptions extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.securitycontext.WindowsOptions extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.startupprobe
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.startupprobe.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.startupprobe.Grpc extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.startupprobe.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.startupprobe.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.startupprobe.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.Env extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.EnvFrom extends Object implements Serializable
-
Serialized Fields
-
configMapRef
ConfigMapRef configMapRef
-
prefix
String prefix
-
secretRef
SecretRef secretRef
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.Lifecycle extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.LivenessProbe extends Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
-
failureThreshold
Integer failureThreshold
-
grpc
Grpc grpc
-
httpGet
HttpGet httpGet
-
initialDelaySeconds
Integer initialDelaySeconds
-
periodSeconds
Integer periodSeconds
-
successThreshold
Integer successThreshold
-
tcpSocket
TcpSocket tcpSocket
-
terminationGracePeriodSeconds
Long terminationGracePeriodSeconds
-
timeoutSeconds
Integer timeoutSeconds
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.Ports extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.ReadinessProbe extends Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
-
failureThreshold
Integer failureThreshold
-
grpc
Grpc grpc
-
httpGet
HttpGet httpGet
-
initialDelaySeconds
Integer initialDelaySeconds
-
periodSeconds
Integer periodSeconds
-
successThreshold
Integer successThreshold
-
tcpSocket
TcpSocket tcpSocket
-
terminationGracePeriodSeconds
Long terminationGracePeriodSeconds
-
timeoutSeconds
Integer timeoutSeconds
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.Resources extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.SecurityContext extends Object implements Serializable
-
Serialized Fields
-
allowPrivilegeEscalation
Boolean allowPrivilegeEscalation
-
capabilities
Capabilities capabilities
-
privileged
Boolean privileged
-
procMount
String procMount
-
readOnlyRootFilesystem
Boolean readOnlyRootFilesystem
-
runAsGroup
Long runAsGroup
-
runAsNonRoot
Boolean runAsNonRoot
-
runAsUser
Long runAsUser
-
seccompProfile
SeccompProfile seccompProfile
-
seLinuxOptions
SeLinuxOptions seLinuxOptions
-
windowsOptions
WindowsOptions windowsOptions
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.StartupProbe extends Object implements Serializable
-
Serialized Fields
-
exec
Exec exec
-
failureThreshold
Integer failureThreshold
-
grpc
Grpc grpc
-
httpGet
HttpGet httpGet
-
initialDelaySeconds
Integer initialDelaySeconds
-
periodSeconds
Integer periodSeconds
-
successThreshold
Integer successThreshold
-
tcpSocket
TcpSocket tcpSocket
-
terminationGracePeriodSeconds
Long terminationGracePeriodSeconds
-
timeoutSeconds
Integer timeoutSeconds
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.VolumeDevices extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.VolumeMounts extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.env
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.env.ValueFrom extends Object implements Serializable
-
Serialized Fields
-
configMapKeyRef
ConfigMapKeyRef configMapKeyRef
-
fieldRef
FieldRef fieldRef
-
resourceFieldRef
ResourceFieldRef resourceFieldRef
-
secretKeyRef
SecretKeyRef secretKeyRef
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.env.valuefrom
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.env.valuefrom.ConfigMapKeyRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.env.valuefrom.FieldRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.env.valuefrom.ResourceFieldRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.env.valuefrom.SecretKeyRef extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.envfrom
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.envfrom.ConfigMapRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.envfrom.SecretRef extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.PostStart extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.PreStop extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.poststart
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.poststart.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.poststart.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.poststart.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.poststart.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.prestop
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.prestop.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.prestop.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.prestop.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.prestop.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.livenessprobe
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.livenessprobe.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.livenessprobe.Grpc extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.livenessprobe.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.livenessprobe.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.livenessprobe.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.readinessprobe
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.readinessprobe.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.readinessprobe.Grpc extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.readinessprobe.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.readinessprobe.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.readinessprobe.httpget
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.securitycontext
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.securitycontext.Capabilities extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.securitycontext.SeccompProfile extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.securitycontext.SeLinuxOptions extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.securitycontext.WindowsOptions extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.startupprobe
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.startupprobe.Exec extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.startupprobe.Grpc extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.startupprobe.HttpGet extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
httpHeaders
List<HttpHeaders> httpHeaders
-
path
String path
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
scheme
String scheme
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.startupprobe.TcpSocket extends Object implements Serializable
-
Serialized Fields
-
host
String host
-
port
io.fabric8.kubernetes.api.model.IntOrString port
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.startupprobe.httpget
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.startupprobe.httpget.HttpHeaders extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.securitycontext
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.securitycontext.SeccompProfile extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.securitycontext.SeLinuxOptions extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.securitycontext.Sysctls extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.securitycontext.WindowsOptions extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.topologyspreadconstraints
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.topologyspreadconstraints.LabelSelector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchLabels
Map<String,String> matchLabels
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.topologyspreadconstraints.labelselector
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.AwsElasticBlockStore extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.AzureDisk extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.AzureFile extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Cephfs extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Cinder extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ConfigMap extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Csi extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.DownwardAPI extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.EmptyDir extends Object implements Serializable
-
Serialized Fields
-
medium
String medium
-
sizeLimit
io.fabric8.kubernetes.api.model.IntOrString sizeLimit
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Ephemeral extends Object implements Serializable
-
Serialized Fields
-
volumeClaimTemplate
VolumeClaimTemplate volumeClaimTemplate
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Fc extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.FlexVolume extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Flocker extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.GcePersistentDisk extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.GitRepo extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Glusterfs extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.HostPath extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Iscsi extends Object implements Serializable
-
Serialized Fields
-
chapAuthDiscovery
Boolean chapAuthDiscovery
-
chapAuthSession
Boolean chapAuthSession
-
fsType
String fsType
-
initiatorName
String initiatorName
-
iqn
String iqn
-
iscsiInterface
String iscsiInterface
-
lun
Integer lun
-
portals
List<String> portals
-
readOnly
Boolean readOnly
-
secretRef
SecretRef secretRef
-
targetPortal
String targetPortal
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Nfs extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.PersistentVolumeClaim extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.PhotonPersistentDisk extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.PortworxVolume extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Projected extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Quobyte extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Rbd extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ScaleIO extends Object implements Serializable
-
Serialized Fields
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Secret extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Storageos extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.VsphereVolume extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.cephfs
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.cephfs.SecretRef extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.cinder
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.cinder.SecretRef extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.configmap
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.configmap.Items extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.csi
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.csi.NodePublishSecretRef extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.downwardapi
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.downwardapi.Items extends Object implements Serializable
-
Serialized Fields
-
fieldRef
FieldRef fieldRef
-
mode
Integer mode
-
path
String path
-
resourceFieldRef
ResourceFieldRef resourceFieldRef
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.downwardapi.items
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.downwardapi.items.FieldRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.downwardapi.items.ResourceFieldRef extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.VolumeClaimTemplate extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.Metadata extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.Spec extends Object implements Serializable
-
Serialized Fields
-
accessModes
List<String> accessModes
-
dataSource
DataSource dataSource
-
dataSourceRef
DataSourceRef dataSourceRef
-
resources
Resources resources
-
selector
Selector selector
-
storageClassName
String storageClassName
-
volumeMode
String volumeMode
-
volumeName
String volumeName
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec.DataSource extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec.DataSourceRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec.Resources extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec.Selector extends Object implements Serializable
-
Serialized Fields
-
matchExpressions
List<MatchExpressions> matchExpressions
-
matchLabels
Map<String,String> matchLabels
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ephemeral.volumeclaimtemplate.spec.selector
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.flexvolume
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.flexvolume.SecretRef extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.iscsi
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.iscsi.SecretRef extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.Sources extends Object implements Serializable
-
Serialized Fields
-
configMap
ConfigMap configMap
-
downwardAPI
DownwardAPI downwardAPI
-
secret
Secret secret
-
serviceAccountToken
ServiceAccountToken serviceAccountToken
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.ConfigMap extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.DownwardAPI extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.Secret extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.ServiceAccountToken extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.configmap
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.configmap.Items extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.downwardapi
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.downwardapi.Items extends Object implements Serializable
-
Serialized Fields
-
fieldRef
FieldRef fieldRef
-
mode
Integer mode
-
path
String path
-
resourceFieldRef
ResourceFieldRef resourceFieldRef
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.downwardapi.items
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.downwardapi.items.FieldRef extends Object implements Serializable
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.downwardapi.items.ResourceFieldRef extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.secret
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.sources.secret.Items extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.rbd
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.rbd.SecretRef extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.scaleio
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.scaleio.SecretRef extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.secret
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.secret.Items extends Object implements Serializable
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.storageos
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.storageos.SecretRef extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package io.apicurio.registry.operator.api.v1.model.apicurioregistrystatus
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistrystatus.Conditions extends Object implements Serializable
-
Serialized Fields
-
lastTransitionTime
ZonedDateTime lastTransitionTime
lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. -
message
String message
message is a human readable message indicating details about the transition. This may be an empty string. -
observedGeneration
Long observedGeneration
observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. -
reason
String reason
reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. -
status
Conditions.Status status
status of the condition, one of True, False, Unknown. -
type
String type
type of condition in CamelCase or in foo.example.com/CamelCase. --- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistrystatus.Info extends Object implements Serializable
-
Serialized Fields
-
host
String host
Apicurio Registry URL
-
-
-
Class io.apicurio.registry.operator.api.v1.model.apicurioregistrystatus.ManagedResources extends Object implements Serializable
-