Class BackendLBPolicySpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<BackendLBPolicySpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class BackendLBPolicySpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<BackendLBPolicySpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    BackendLBPolicySpec defines the desired state of BackendLBPolicy. Note: there is no Override or Default policy configuration.
    See Also:
    Serialized Form
    • Method Detail

      • getSessionPersistence

        public SessionPersistence getSessionPersistence()
        BackendLBPolicySpec defines the desired state of BackendLBPolicy. Note: there is no Override or Default policy configuration.
      • setSessionPersistence

        public void setSessionPersistence​(SessionPersistence sessionPersistence)
        BackendLBPolicySpec defines the desired state of BackendLBPolicy. Note: there is no Override or Default policy configuration.
      • getTargetRefs

        public List<LocalPolicyTargetReference> getTargetRefs()
        TargetRef identifies an API object to apply policy to. Currently, Backends (i.e. Service, ServiceImport, or any implementation-specific backendRef) are the only valid API target references.
      • setTargetRefs

        public void setTargetRefs​(List<LocalPolicyTargetReference> targetRefs)
        TargetRef identifies an API object to apply policy to. Currently, Backends (i.e. Service, ServiceImport, or any implementation-specific backendRef) are the only valid API target references.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)