Class KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesHeaderNameBuilder

  • Enclosing interface:
    KubernetesNamespacesEndpointBuilderFactory

    public static class KubernetesNamespacesEndpointBuilderFactory.KubernetesNamespacesHeaderNameBuilder
    extends Object
    The builder of headers' name for the Kubernetes Namespaces component.
    • Constructor Detail

      • KubernetesNamespacesHeaderNameBuilder

        public KubernetesNamespacesHeaderNameBuilder()
    • Method Detail

      • kubernetesOperation

        public String kubernetesOperation()
        The Producer operation. The option is a: String type. Group: producer
        Returns:
        the name of the header KubernetesOperation.
      • kubernetesNamespaceName

        public String kubernetesNamespaceName()
        The namespace name. The option is a: String type. Group: producer
        Returns:
        the name of the header KubernetesNamespaceName.
      • kubernetesNamespaceLabels

        public String kubernetesNamespaceLabels()
        The namespace labels. The option is a: Map<String, String> type. Group: producer
        Returns:
        the name of the header KubernetesNamespaceLabels.
      • kubernetesEventAction

        public String kubernetesEventAction()
        Action watched by the consumer. The option is a: io.fabric8.kubernetes.client.Watcher.Action type. Group: consumer
        Returns:
        the name of the header KubernetesEventAction.
      • kubernetesEventTimestamp

        public String kubernetesEventTimestamp()
        Timestamp of the action watched by the consumer. The option is a: long type. Group: consumer
        Returns:
        the name of the header KubernetesEventTimestamp.