Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 939 for image1 (0.08 sec)

  1. pkg/kube/inject/testdata/inputs/hello-image-pull-secret.yaml.11.values.gen.yaml

          "clusterDomain": "cluster.local",
          "componentLogLevel": "misc:error",
          "enableCoreDump": false,
          "excludeIPRanges": "",
          "excludeInboundPorts": "",
          "excludeOutboundPorts": "",
          "image": "proxyv2",
          "includeIPRanges": "*",
          "includeInboundPorts": "*",
          "includeOutboundPorts": "",
          "logLevel": "warning",
          "outlierLogPath": "",
          "privileged": false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/injection/image-auto.go

    	"istio.io/istio/pkg/config/analysis/msg"
    	"istio.io/istio/pkg/config/resource"
    	"istio.io/istio/pkg/config/schema/gvk"
    )
    
    // ImageAutoAnalyzer reports an error if Pods and Deployments with `image: auto` are not going to be injected.
    type ImageAutoAnalyzer struct{}
    
    var _ analysis.Analyzer = &ImageAutoAnalyzer{}
    
    const (
    	istioProxyContainerName = "istio-proxy"
    	manualInjectionImage    = "auto"
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 01 01:34:15 UTC 2023
    - 4K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/injection/injection-image.go

    	Tag   string `json:"tag"`
    	Proxy proxy  `json:"proxy"`
    }
    
    type proxy struct {
    	Image string `json:"image"`
    }
    
    // Metadata implements Analyzer.
    func (a *ImageAnalyzer) Metadata() analysis.Metadata {
    	return analysis.Metadata{
    		Name:        "injection.ImageAnalyzer",
    		Description: "Checks the image of auto-injection configured with the running proxies on pods",
    		Inputs: []config.GroupVersionKind{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/hack/build-image.sh

      rm "${KUBE_ROOT}/staging/src/k8s.io/apiextensions-apiserver/artifacts/simple-image/apiextensions-apiserver"
    }
    trap cleanup EXIT
    
    pushd "${KUBE_ROOT}/staging/src/k8s.io/apiextensions-apiserver"
    cp -v ../../../../_output/local/bin/linux/amd64/apiextensions-apiserver ./artifacts/simple-image/apiextensions-apiserver
    docker build -t apiextensions-apiserver:latest ./artifacts/simple-image
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:52 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/doc/c4/README.adoc

    image::images/C4_2_Container.svg[]
    
    ## Level 3: Component diagram
    
    The following diagram detail each container components and gets closer to how the Kotlin DSL is organized.
    It should be useful enough to know where to find what in the Kotlin DSL source code.
    
    image::images/C4_3_Component.svg[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Nov 19 00:01:54 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. build/common.sh

    }
    
    # Detect if a specific image exists
    #
    # $1 - image repo name
    # $2 - image tag
    function kube::build::docker_image_exists() {
      [[ -n $1 && -n $2 ]] || {
        kube::log::error "Internal error. Image not specified in docker_image_exists."
        exit 2
      }
    
      [[ $("${DOCKER[@]}" images -q "${1}:${2}") ]]
    }
    
    # Delete all images that match a tag prefix except for the "current" version
    #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  7. docs/en/docs/img/deployment/deta/image04.png

    image04.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 08 12:32:02 UTC 2023
    - 48.6K bytes
    - Viewed (0)
  8. docs/en/docs/img/tutorial/extending-openapi/image03.png

    image03.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jan 16 19:26:24 UTC 2022
    - 10.9K bytes
    - Viewed (0)
  9. docs/en/docs/img/tutorial/generate-clients/image03.png

    image03.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 04 22:02:18 UTC 2022
    - 59.6K bytes
    - Viewed (0)
  10. docs/en/docs/img/tutorial/separate-openapi-schemas/image03.png

    image03.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Aug 25 19:10:22 UTC 2023
    - 83.2K bytes
    - Viewed (0)
Back to top