Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for controller (0.25 sec)

  1. CHANGELOG/CHANGELOG-1.30.md

      value other than `kubernetes.io/job-controller` - are skipped by the job controller, and their
      reconciliation is delegated to an external controller, indicated by the value of the field. Jobs that
      don't have this field at all, or where the field value is the reserved string `kubernetes.io/job-controller`,
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

    ### kubectl delete
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

        "fencing" operation has provided one of the above indications.
      * For all other existing controllers except StatefulSet, this has no effect on
        the ability of the controller to replace pods because the controllers do not
        reuse pod names (they use generate-name).
      * User-written controllers that reuse names of pod objects should evaluate this change.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    (eq (toString .Values.pilot.env.PILOT_ENABLE_GATEWAY_API_DEPLOYMENT_CONTROLLER) "false") }} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: istiod-gateway-controller{{- if not (eq .Values.revision "")}}-{{ .Values.revision }}{{- end }}-{{ .Release.Namespace }} labels: app: istiod release: {{ .Release.Name }} roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: istiod-gateway-controller{{- if not (eq .Values.revision "")}}-{{ .Values.revision }}{{- end...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  5. go.sum

    sigs.k8s.io/controller-runtime v0.6.1/go.mod h1:XRYBPdbf5XJu9kpS84VJiZ7h/u1hF3gEORz0efEja7A=
    sigs.k8s.io/controller-runtime v0.17.1-0.20240412100902-45e166d1fd01 h1:YIERVtPSYjTgFZSJEs4JlsTmS9UYtsDF5RHwbLiwwy8=
    sigs.k8s.io/controller-runtime v0.17.1-0.20240412100902-45e166d1fd01/go.mod h1:qnlXuoQTuzXfYBI1t3qz6oc85Ce+QPAqEcHkQBggWQI=
    sigs.k8s.io/controller-tools v0.3.0/go.mod h1:enhtKGfxZD1GFEoMgP8Fdbu+uKQ/cq1/WGJhdVChfvI=
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Apr 23 19:52:35 GMT 2024
    - 110.5K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    </p>
    
    <h3 id="For_statements">For statements</h3>
    
    <p>
    A "for" statement specifies repeated execution of a block. There are three forms:
    The iteration may be controlled by a single condition, a "for" clause, or a "range" clause.
    </p>
    
    <pre class="ebnf">
    ForStmt = "for" [ Condition | ForClause | RangeClause ] Block .
    Condition = Expression .
    </pre>
    
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top