Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for AdditionalContainers (0.33 sec)

  1. operator/pkg/util/merge_iop.go

    	IngressPorts                     []map[string]any                    `json:"ingressPorts" patchStrategy:"replace"`
    	AdditionalContainers             []map[string]any                    `json:"additionalContainers" patchStrategy:"replace"`
    	ConfigVolumes                    []map[string]any                    `json:"configVolumes" patchStrategy:"replace"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 18:21:41 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  2. manifests/charts/gateways/istio-egress/templates/injected-deployment.yaml

              - name: {{ .name }}
                mountPath: {{ .mountPath | quote }}
                readOnly: true
              {{- end }}
              {{- end }}
    {{- if $gateway.additionalContainers }}
    {{ toYaml $gateway.additionalContainers | indent 8 }}
    {{- end }}
          volumes:
          {{- range $gateway.secretVolumes }}
          - name: {{ .name }}
            secret:
              secretName: {{ .secretName | quote }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. manifests/charts/gateways/istio-ingress/templates/injected-deployment.yaml

              - name: {{ .name }}
                mountPath: {{ .mountPath | quote }}
                readOnly: true
              {{- end }}
              {{- end }}
    {{- if $gateway.additionalContainers }}
    {{ toYaml $gateway.additionalContainers | indent 8 }}
    {{- end }}
          volumes:
          {{- range $gateway.secretVolumes }}
          - name: {{ .name }}
            secret:
              secretName: {{ .secretName | quote }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 5K bytes
    - Viewed (0)
  4. platforms/ide/ide-plugins/src/test/groovy/org/gradle/plugins/ide/eclipse/EclipsePluginTest.groovy

            assert project.eclipse.project.buildCommands == buildCommands
            assert project.eclipse.project.natures == natures
        }
    
        private void checkEclipseClasspath(def configurations, def additionalContainers = []) {
            def classpath = project.eclipse.classpath
            def classpathTask = project.tasks.eclipseClasspath
    
            assert classpathTask instanceof GenerateEclipseClasspath
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  5. manifests/charts/gateways/istio-ingress/templates/deployment.yaml

              - name: {{ .name }}
                mountPath: {{ .mountPath | quote }}
                readOnly: true
              {{- end }}
              {{- end }}
    {{- if $gateway.additionalContainers }}
    {{ toYaml $gateway.additionalContainers | indent 8 }}
    {{- end }}
          volumes:
          - emptyDir: {}
            name: workload-socket
          - emptyDir: {}
            name: credential-socket
          - emptyDir: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. manifests/charts/gateways/istio-egress/templates/deployment.yaml

              - name: {{ .name }}
                mountPath: {{ .mountPath | quote }}
                readOnly: true
              {{- end }}
              {{- end }}
    {{- if $gateway.additionalContainers }}
    {{ toYaml $gateway.additionalContainers | indent 8 }}
    {{- end }}
          volumes:
          - emptyDir: {}
            name: workload-socket
          - emptyDir: {}
            name: credential-socket
          - emptyDir: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. manifests/charts/gateways/istio-egress/values.yaml

          - name: egressgateway-ca-certs
            secretName: istio-egressgateway-ca-certs
            mountPath: /etc/istio/egressgateway-ca-certs
    
          configVolumes: []
          additionalContainers: []
    
          serviceAccount:
            # Annotations to add to the service account
            annotations: {}
    
          ### Advanced options ############
          # TODO: convert to real options, env should not be exposed
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. manifests/charts/gateways/istio-ingress/values.yaml

            secretName: istio-ingressgateway-ca-certs
            mountPath: /etc/istio/ingressgateway-ca-certs
    
          customService: false
          externalTrafficPolicy: ""
    
          ingressPorts: []
          additionalContainers: []
          configVolumes: []
    
          serviceAccount:
            # Annotations to add to the service account
            annotations: {}
    
          ### Advanced options ############
          env: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 13K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // of pods at the start of the update.
      IntOrString rollingMaxUnavailable = 22 [deprecated = true];
    
      repeated google.protobuf.Struct configVolumes = 23;
    
      repeated google.protobuf.Struct additionalContainers = 24;
    
      google.protobuf.BoolValue runAsRoot = 26;
    
      // The injection template to use for the gateway. If not set, no injection will be performed.
      string injectionTemplate = 27;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	ConfigVolumes         []*structpb.Struct    `protobuf:"bytes,23,rep,name=configVolumes,proto3" json:"configVolumes,omitempty"`
    	AdditionalContainers  []*structpb.Struct    `protobuf:"bytes,24,rep,name=additionalContainers,proto3" json:"additionalContainers,omitempty"`
    	RunAsRoot             *wrapperspb.BoolValue `protobuf:"bytes,26,opt,name=runAsRoot,proto3" json:"runAsRoot,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top