Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IsGroupRegistered (0.13 sec)

  1. cmd/kubeadm/app/util/config/upgradeconfiguration.go

    				return nil, err
    			}
    			continue
    		}
    
    		// If the group is neither a kubeadm core type or of a supported component config group, we dump a warning about it being ignored
    		if !componentconfigs.Scheme.IsGroupRegistered(gvk.Group) {
    			klog.Warningf("[config] WARNING: Ignored YAML document with GroupVersionKind %v\n", gvk)
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/util/config/initconfiguration.go

    				return nil, err
    			}
    			continue
    		}
    
    		// If the group is neither a kubeadm core type or of a supported component config group, we dump a warning about it being ignored
    		if !componentconfigs.Scheme.IsGroupRegistered(gvk.Group) {
    			klog.Warningf("[config] WARNING: Ignored YAML document with GroupVersionKind %v\n", gvk)
    		}
    	}
    
    	// Enforce that InitConfiguration and/or ClusterConfiguration has to exist among the YAML documents
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 05 12:41:16 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top