File tree Expand file tree Collapse file tree 5 files changed +20
-22
lines changed Expand file tree Collapse file tree 5 files changed +20
-22
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ You can run this example by saving the manifest into `gitrepository.yaml`.
81
81
Status: True
82
82
Type: ArtifactInStorage
83
83
Observed Generation: 1
84
- URL: http://source-controller.source-system.svc.cluster.local./gitrepository/default/podinfo/latest.tar.gz
85
84
Events:
86
85
Type Reason Age From Message
87
86
---- ------ ---- ---- -------
@@ -670,7 +669,6 @@ Status:
670
669
Status: True
671
670
Type: FetchFailed
672
671
Observed Generation: 1
673
- URL: http://source-controller.source-system.svc.cluster.local./gitrepository/default/gitrepository-sample/latest.tar.gz
674
672
Events:
675
673
Type Reason Age From Message
676
674
---- ------ ---- ---- -------
@@ -679,12 +677,12 @@ Events:
679
677
680
678
# ### Trace emitted Events
681
679
682
- To view events for specific GitRepository(s), `kubectl get events` can be used
683
- in combination with `--field-sector ` to list the Events for specific objects.
684
- For example, running
680
+ To view events for specific GitRepository(s), `kubectl events` can be used in
681
+ combination with `--for ` to list the Events for specific objects. For example,
682
+ running
685
683
686
684
` ` ` sh
687
- kubectl get events --field-selector involvedObject.kind= GitRepository,involvedObject.name= <repository-name>
685
+ kubectl events --for GitRepository/ <repository-name>
688
686
` ` `
689
687
690
688
lists
Original file line number Diff line number Diff line change @@ -896,12 +896,12 @@ Events:
896
896
897
897
# ### Trace emitted Events
898
898
899
- To view events for specific Bucket(s), `kubectl get events` can be used in
900
- combination with `--field-sector ` to list the Events for specific objects.
901
- For example, running
899
+ To view events for specific Bucket(s), `kubectl events` can be used in
900
+ combination with `--for ` to list the Events for specific objects. For example,
901
+ running
902
902
903
903
` ` ` sh
904
- kubectl get events --field-selector involvedObject.kind= Bucket,involvedObject.name= <bucket-name>
904
+ kubectl events --for Bucket/ <bucket-name>
905
905
` ` `
906
906
907
907
lists
Original file line number Diff line number Diff line change @@ -469,12 +469,12 @@ sion matching '9.*' found
469
469
470
470
# ### Trace emitted Events
471
471
472
- To view events for specific HelmChart(s), `kubectl get events` can be used in
473
- combination with `--field-selector ` to list the Events for specific objects.
474
- For example, running
472
+ To view events for specific HelmChart(s), `kubectl events` can be used in
473
+ combination with `--for ` to list the Events for specific objects. For example,
474
+ running
475
475
476
476
` ` ` sh
477
- kubectl get events --field-selector involvedObject.kind= HelmChart,involvedObject.name= <chart-name>
477
+ kubectl events --for HelmChart/ <chart-name>
478
478
` ` `
479
479
480
480
lists
Original file line number Diff line number Diff line change @@ -598,12 +598,12 @@ Events:
598
598
599
599
# ### Trace emitted Events
600
600
601
- To view events for specific HelmRepository(s), `kubectl get events` can be used in
602
- combination with `--field-sector ` to list the Events for specific objects.
603
- For example, running
601
+ To view events for specific HelmRepository(s), `kubectl events` can be used in
602
+ combination with `--for ` to list the Events for specific objects. For example,
603
+ running
604
604
605
605
` ` ` sh
606
- kubectl get events --field-selector involvedObject.kind= HelmRepository,involvedObject.name= <repository-name>
606
+ kubectl events --for HelmRepository/ <repository-name>
607
607
` ` `
608
608
609
609
lists
Original file line number Diff line number Diff line change @@ -682,12 +682,12 @@ Events:
682
682
683
683
# ### Trace emitted Events
684
684
685
- To view events for specific OCIRepository(s), `kubectl get events` can be used
686
- in combination with `--field-sector ` to list the Events for specific objects.
687
- For example, running
685
+ To view events for specific OCIRepository(s), `kubectl events` can be used
686
+ in combination with `--for ` to list the Events for specific objects. For
687
+ example, running
688
688
689
689
` ` ` sh
690
- kubectl get events --field-selector involvedObject.kind= OCIRepository,involvedObject.name= <repository-name>
690
+ kubectl events --for OCIRepository/ <repository-name>
691
691
` ` `
692
692
693
693
lists
You can’t perform that action at this time.
0 commit comments