Class NetworkDiagnosticsTargetPlacement

    • Constructor Detail

      • NetworkDiagnosticsTargetPlacement

        public NetworkDiagnosticsTargetPlacement()
        No args constructor for use in serialization
      • NetworkDiagnosticsTargetPlacement

        public NetworkDiagnosticsTargetPlacement​(Map<String,​String> nodeSelector,
                                                 List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
    • Method Detail

      • getNodeSelector

        public Map<String,​String> getNodeSelector()
        nodeSelector is the node selector applied to network diagnostics components


        When omitted, this means the user has no opinion and the platform is left to choose reasonable defaults. These defaults are subject to change over time. The current default is `kubernetes.io/os: linux`.

      • setNodeSelector

        public void setNodeSelector​(Map<String,​String> nodeSelector)
        nodeSelector is the node selector applied to network diagnostics components


        When omitted, this means the user has no opinion and the platform is left to choose reasonable defaults. These defaults are subject to change over time. The current default is `kubernetes.io/os: linux`.

      • getTolerations

        public List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
        tolerations is a list of tolerations applied to network diagnostics components


        When omitted, this means the user has no opinion and the platform is left to choose reasonable defaults. These defaults are subject to change over time. The current default is `- operator: "Exists"` which means that all taints are tolerated.

      • setTolerations

        public void setTolerations​(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
        tolerations is a list of tolerations applied to network diagnostics components


        When omitted, this means the user has no opinion and the platform is left to choose reasonable defaults. These defaults are subject to change over time. The current default is `- operator: "Exists"` which means that all taints are tolerated.

      • getAdditionalProperties

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

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

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