• Kubernetes Submit Queue's avatar
    Merge pull request #36541 from juanvallejo/jvallejo/remove-duplicate-describer-errs · f8dd91fb
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 36626, 37294, 37463, 37943, 36541)
    
    Remove duplicate describer errs
    
    Downstream issue https://github.com/openshift/origin/issues/11846
    
    **Release note**:
    ```release-note
    release-note-none
    ```
    
    The `describe` command iterates through a list of infos received from
    the server and aggregates a list of errors while attempting to call each
    resource's respective describer. When a resource exists, but does not
    have a describer set, such as `Event`, the `describe` command outputs
    the same error `error: no description has been implemented for "Event"`
    for each info.
    
    ```
    $ kubectl describe events
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    no description has been implemented for "Event"
    ```
    
    @kubernetes/kubectl @fabianofranz
    f8dd91fb
Name
Last commit
Last update
..
admission Loading commit data...
api Loading commit data...
apimachinery Loading commit data...
apis Loading commit data...
apiserver Loading commit data...
auth Loading commit data...
capabilities Loading commit data...
client Loading commit data...
cloudprovider Loading commit data...
controller Loading commit data...
conversion Loading commit data...
credentialprovider Loading commit data...
dns Loading commit data...
fieldpath Loading commit data...
fields Loading commit data...
generated Loading commit data...
genericapiserver Loading commit data...
healthz Loading commit data...
httplog Loading commit data...
hyperkube Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
kubemark Loading commit data...
labels Loading commit data...
master Loading commit data...
metrics Loading commit data...
probe Loading commit data...
proxy Loading commit data...
quota Loading commit data...
registry Loading commit data...
routes Loading commit data...
runtime Loading commit data...
security Loading commit data...
securitycontext Loading commit data...
selection Loading commit data...
serviceaccount Loading commit data...
ssh Loading commit data...
storage Loading commit data...
types Loading commit data...
util Loading commit data...
version Loading commit data...
volume Loading commit data...
watch Loading commit data...
OWNERS Loading commit data...