Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for UNTAGGED (0.22 sec)

  1. src/encoding/xml/xml.go

    				v, ok := d.ns[a.Name.Local]
    				d.pushNs(a.Name.Local, v, ok)
    				d.ns[a.Name.Local] = a.Value
    			}
    			if a.Name.Space == "" && a.Name.Local == xmlnsPrefix {
    				// Default space for untagged names
    				v, ok := d.ns[""]
    				d.pushNs("", v, ok)
    				d.ns[""] = a.Value
    			}
    		}
    
    		d.pushElement(t1.Name)
    		d.translate(&t1.Name, true)
    		for i := range t1.Attr {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

    * A cluster using the AWS cloud provider will need to label existing nodes and resources with a ClusterID or the kube-controller-manager will not start.  To run without a ClusterID pass --allow-untagged-cloud=true to the kube-controller-manager on startup. ([#49215](https://github.com/kubernetes/kubernetes/pull/49215), [@rrati](https://github.com/rrati))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"AllowUntaggedCloud": {
    						SchemaProps: spec.SchemaProps{
    							Description: "run with untagged cloud instances",
    							Default:     false,
    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"RouteReconciliationPeriod": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top