Compare commits

...

3 Commits

Author SHA1 Message Date
Jesse Suen
21b64886ce Bump version to v0.5.4 2018-06-27 15:56:38 -07:00
Jesse Suen
eeb1036dcf Refresh flag to sync should be optional, not required 2018-06-27 15:54:35 -07:00
Jesse Suen
fa990ab0c9 Support cluster management using the internal k8s API address https://kubernetes.default.svc (#307) 2018-06-20 16:51:31 -07:00
5 changed files with 79 additions and 74 deletions

View File

@@ -1 +1 @@
0.5.3
0.5.4

View File

@@ -42,6 +42,9 @@ func NewClusterCommand(clientOpts *argocdclient.ClientOptions, pathOpts *clientc
// NewClusterAddCommand returns a new instance of an `argocd cluster add` command
func NewClusterAddCommand(clientOpts *argocdclient.ClientOptions, pathOpts *clientcmd.PathOptions) *cobra.Command {
var (
inCluster bool
)
var command = &cobra.Command{
Use: "add",
Short: fmt.Sprintf("%s cluster add CONTEXT", cliName),
@@ -71,6 +74,9 @@ func NewClusterAddCommand(clientOpts *argocdclient.ClientOptions, pathOpts *clie
conn, clusterIf := argocdclient.NewClientOrDie(clientOpts).NewClusterClientOrDie()
defer util.Close(conn)
clst := NewCluster(args[0], conf, managerBearerToken)
if inCluster {
clst.Server = common.KubernetesInternalAPIServerAddr
}
clstCreateReq := cluster.ClusterCreateRequest{Cluster: clst}
clst, err = clusterIf.Create(context.Background(), &clstCreateReq)
errors.CheckError(err)
@@ -78,6 +84,7 @@ func NewClusterAddCommand(clientOpts *argocdclient.ClientOptions, pathOpts *clie
},
}
command.PersistentFlags().StringVar(&pathOpts.LoadingRules.ExplicitPath, pathOpts.ExplicitFileFlag, pathOpts.LoadingRules.ExplicitPath, "use a particular kubeconfig file")
command.Flags().BoolVar(&inCluster, "in-cluster", false, "Indicates ArgoCD resides inside this cluster and should connect using the internal k8s hostname (kubernetes.default.svc)")
return command
}

View File

@@ -20,6 +20,9 @@ const (
AuthCookieName = "argocd.token"
// ResourcesFinalizerName is a number of application CRD finalizer
ResourcesFinalizerName = "resources-finalizer." + MetadataPrefix
// KubernetesInternalAPIServerAddr is address of the k8s API server when accessing internal to the cluster
KubernetesInternalAPIServerAddr = "https://kubernetes.default.svc"
)
const (

View File

@@ -57,7 +57,7 @@ const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
// ApplicationQuery is a query for application resources
type ApplicationQuery struct {
Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
Refresh bool `protobuf:"varint,2,req,name=refresh" json:"refresh"`
Refresh bool `protobuf:"varint,2,opt,name=refresh" json:"refresh"`
XXX_unrecognized []byte `json:"-"`
}
@@ -1756,7 +1756,6 @@ func sozApplication(x uint64) (n int) {
return sovApplication(uint64((x << 1) ^ uint64((int64(x) >> 63))))
}
func (m *ApplicationQuery) Unmarshal(dAtA []byte) error {
var hasFields [1]uint64
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
@@ -1835,7 +1834,6 @@ func (m *ApplicationQuery) Unmarshal(dAtA []byte) error {
}
}
m.Refresh = bool(v != 0)
hasFields[0] |= uint64(0x00000001)
default:
iNdEx = preIndex
skippy, err := skipApplication(dAtA[iNdEx:])
@@ -1852,9 +1850,6 @@ func (m *ApplicationQuery) Unmarshal(dAtA []byte) error {
iNdEx += skippy
}
}
if hasFields[0]&uint64(0x00000001) == 0 {
return proto.NewRequiredNotSetError("refresh")
}
if iNdEx > l {
return io.ErrUnexpectedEOF
@@ -3529,80 +3524,80 @@ var (
func init() { proto.RegisterFile("server/application/application.proto", fileDescriptorApplication) }
var fileDescriptorApplication = []byte{
// 1189 bytes of a gzipped FileDescriptorProto
// 1186 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x41, 0x6f, 0x1b, 0x45,
0x14, 0x66, 0x1c, 0xc7, 0x89, 0x27, 0x95, 0x40, 0x43, 0x1b, 0xac, 0x6d, 0x92, 0x5a, 0x93, 0x84,
0x3a, 0x2e, 0xdd, 0x4d, 0x22, 0x24, 0x50, 0x84, 0x84, 0x08, 0x49, 0xdb, 0x40, 0xa8, 0x82, 0x43,
0x14, 0x66, 0x1c, 0xc7, 0x49, 0x26, 0x95, 0x40, 0x43, 0x1b, 0xac, 0x6d, 0x92, 0x5a, 0x93, 0x84,
0x3a, 0x2e, 0xdd, 0x4d, 0x2c, 0x24, 0x50, 0x84, 0x84, 0x08, 0x49, 0xdb, 0x40, 0xa8, 0x82, 0x43,
0x85, 0xc4, 0x05, 0x4d, 0x77, 0x27, 0xeb, 0x25, 0xf6, 0xce, 0x32, 0x33, 0x36, 0x32, 0x55, 0x0f,
0x54, 0x08, 0x21, 0x81, 0x84, 0x10, 0x17, 0x6e, 0x40, 0xcf, 0xdc, 0xb8, 0x73, 0xee, 0x11, 0x89,
0x7b, 0x85, 0x22, 0x0e, 0xfc, 0x0c, 0x34, 0xb3, 0xbb, 0xde, 0xd9, 0xda, 0xde, 0x14, 0xe1, 0xde,
0x66, 0xdf, 0xbc, 0x79, 0xef, 0x7b, 0xef, 0x7b, 0x7e, 0xef, 0x19, 0xae, 0x09, 0xca, 0xfb, 0x94,
0x66, 0xdf, 0xbc, 0x79, 0xef, 0x7b, 0xef, 0x7b, 0x7e, 0xef, 0x19, 0xae, 0x0b, 0xca, 0xfb, 0x94,
0x3b, 0x24, 0x8a, 0x3a, 0x81, 0x4b, 0x64, 0xc0, 0x42, 0xf3, 0x6c, 0x47, 0x9c, 0x49, 0x86, 0x16,
0x0c, 0x91, 0x75, 0xd1, 0x67, 0x3e, 0xd3, 0x72, 0x47, 0x9d, 0x62, 0x15, 0x6b, 0xc9, 0x67, 0xcc,
0x0d, 0x91, 0x75, 0xd1, 0x67, 0x3e, 0xd3, 0x72, 0x47, 0x9d, 0x62, 0x15, 0x6b, 0xd9, 0x67, 0xcc,
0xef, 0x50, 0x87, 0x44, 0x81, 0x43, 0xc2, 0x90, 0x49, 0xad, 0x2c, 0x92, 0x5b, 0x7c, 0xfa, 0xba,
0xb0, 0x03, 0xa6, 0x6f, 0x5d, 0xc6, 0xa9, 0xd3, 0xdf, 0x72, 0x7c, 0x1a, 0x52, 0x4e, 0x24, 0xf5,
0xb0, 0x03, 0xa6, 0x6f, 0x5d, 0xc6, 0xa9, 0xd3, 0xdf, 0x76, 0x7c, 0x1a, 0x52, 0x4e, 0x24, 0xf5,
0x12, 0x9d, 0x57, 0x33, 0x9d, 0x2e, 0x71, 0xdb, 0x41, 0x48, 0xf9, 0xc0, 0x89, 0x4e, 0x7d, 0x25,
0x10, 0x4e, 0x97, 0x4a, 0x32, 0xee, 0xd5, 0x81, 0x1f, 0xc8, 0x76, 0xef, 0xae, 0xed, 0xb2, 0xae,
0x43, 0xb8, 0x06, 0xf6, 0x89, 0x3e, 0x5c, 0x77, 0xbd, 0xec, 0xb5, 0x19, 0x5e, 0x7f, 0x8b, 0x74,
0x43, 0xb8, 0x06, 0xf6, 0x89, 0x3e, 0x5c, 0x77, 0xbd, 0xec, 0xb5, 0x19, 0x5e, 0x7f, 0x9b, 0x74,
0xa2, 0x36, 0x19, 0x35, 0xb5, 0x5b, 0x64, 0x8a, 0xd3, 0x88, 0x25, 0xb9, 0xd2, 0xc7, 0x40, 0x32,
0x3e, 0x30, 0x8e, 0xb1, 0x0d, 0x7c, 0x03, 0xbe, 0xf0, 0x56, 0xe6, 0xeb, 0xfd, 0x1e, 0xe5, 0x03,
0x84, 0x60, 0x39, 0x24, 0x5d, 0x5a, 0x03, 0x75, 0xd0, 0xa8, 0xb6, 0xf4, 0x19, 0xad, 0xc0, 0x39,
0x4e, 0x4f, 0x38, 0x15, 0xed, 0x5a, 0xa9, 0x5e, 0x6a, 0xcc, 0xef, 0x96, 0x1f, 0x3d, 0xbe, 0xf2,
0x5c, 0x2b, 0x15, 0xe2, 0xaf, 0x00, 0x5c, 0x31, 0x0c, 0xb5, 0xa8, 0x60, 0x3d, 0xee, 0xd2, 0xfd,
0x3e, 0x0d, 0xa5, 0x78, 0xd2, 0x6c, 0x69, 0x68, 0xb6, 0x01, 0x2f, 0xf0, 0x44, 0xf5, 0xb6, 0xba,
0x53, 0xb6, 0xab, 0x89, 0xed, 0xdc, 0x0d, 0x7a, 0x19, 0x2e, 0xa4, 0xdf, 0x77, 0x0e, 0xf6, 0x6a,
0x33, 0x86, 0xa2, 0x79, 0x81, 0x8f, 0x60, 0xcd, 0xc0, 0xf1, 0x1e, 0x09, 0x83, 0x13, 0x2a, 0xe4,
0x64, 0x04, 0x75, 0x38, 0xcf, 0x69, 0x3f, 0x10, 0x01, 0x0b, 0x6b, 0x25, 0x15, 0x70, 0x62, 0x74,
0x28, 0xc5, 0x97, 0xe0, 0x8b, 0xf9, 0xc8, 0x22, 0x16, 0x0a, 0x8a, 0x1f, 0x82, 0x9c, 0xa7, 0xb7,
0x39, 0x25, 0x92, 0xb6, 0xe8, 0xa7, 0x3d, 0x2a, 0x24, 0x0a, 0xa1, 0x59, 0x82, 0xda, 0xe1, 0xc2,
0xf6, 0x0d, 0x3b, 0x23, 0xcc, 0x4e, 0x09, 0xd3, 0x87, 0x8f, 0x5d, 0xcf, 0x8e, 0x4e, 0x7d, 0x5b,
0x71, 0x6f, 0x9b, 0xe5, 0x9c, 0x72, 0x6f, 0x1b, 0x9e, 0xd2, 0xa8, 0x0d, 0x3d, 0xb4, 0x08, 0x2b,
0xbd, 0x48, 0x50, 0x2e, 0x75, 0x0c, 0xf3, 0xad, 0xe4, 0x0b, 0x7f, 0x99, 0x07, 0x79, 0x27, 0xf2,
0x0c, 0x90, 0xed, 0x67, 0x08, 0x32, 0x07, 0x0f, 0xdf, 0xca, 0xa1, 0xd8, 0xa3, 0x1d, 0x9a, 0xa1,
0x18, 0x47, 0x4a, 0x0d, 0xce, 0xb9, 0x44, 0xb8, 0xc4, 0xa3, 0x49, 0x3c, 0xe9, 0x27, 0xfe, 0x1a,
0xc0, 0x45, 0xc3, 0xd4, 0xf1, 0x20, 0x74, 0x8b, 0x0c, 0xe5, 0xd9, 0x2d, 0x8d, 0xb2, 0x8b, 0x96,
0x60, 0xc5, 0xe3, 0x83, 0x56, 0x2f, 0xd4, 0x25, 0x95, 0xd6, 0x75, 0x22, 0x43, 0x16, 0x9c, 0x8d,
0x78, 0x2f, 0xa4, 0xb5, 0xb2, 0x71, 0x19, 0x8b, 0xf0, 0x8f, 0x00, 0x2e, 0x8d, 0xe4, 0xf6, 0x38,
0xa2, 0x85, 0x80, 0x3c, 0x58, 0x16, 0x11, 0x75, 0x35, 0x98, 0x85, 0xed, 0x77, 0xa6, 0x93, 0x6c,
0xe5, 0x34, 0xc1, 0xa6, 0xad, 0xab, 0x5f, 0xa3, 0x65, 0x92, 0xc1, 0x3a, 0x9d, 0xbb, 0xc4, 0x3d,
0x2d, 0x02, 0x66, 0xc1, 0x52, 0xe0, 0x69, 0x58, 0x33, 0xbb, 0x50, 0x99, 0x3a, 0x7b, 0x7c, 0xa5,
0x74, 0xb0, 0xd7, 0x2a, 0x05, 0xde, 0xff, 0xc8, 0xd1, 0xbb, 0xf0, 0xf2, 0x08, 0xf1, 0x47, 0xcc,
0x3b, 0x87, 0xfb, 0x88, 0x79, 0x59, 0x37, 0x68, 0xa5, 0x9f, 0xf8, 0x97, 0x12, 0x7c, 0xc9, 0xb0,
0x76, 0xc4, 0xbc, 0x43, 0xe6, 0x17, 0x34, 0x97, 0x89, 0x96, 0x10, 0x86, 0x55, 0x97, 0x85, 0x92,
0xa8, 0x9e, 0x9d, 0x6b, 0x25, 0x99, 0x58, 0xb5, 0x26, 0x11, 0x84, 0x2e, 0x3d, 0xa6, 0x2e, 0x0b,
0x3d, 0xa1, 0xa3, 0x9b, 0x49, 0x5b, 0x93, 0x79, 0x83, 0x6e, 0xc1, 0xaa, 0xfe, 0xfe, 0x20, 0xe8,
0xd2, 0xda, 0x6c, 0x1d, 0x34, 0x16, 0xb6, 0x9b, 0x76, 0x3c, 0x1c, 0x6c, 0x73, 0x38, 0x64, 0x84,
0xaa, 0xe1, 0x60, 0xf7, 0xb7, 0x6c, 0xf5, 0xa2, 0x95, 0x3d, 0x56, 0xb8, 0x24, 0x09, 0x3a, 0x87,
0x41, 0x48, 0x45, 0xad, 0x62, 0x38, 0xcc, 0xc4, 0x8a, 0x8c, 0x13, 0xd6, 0xe9, 0xb0, 0xcf, 0x6a,
0x73, 0x26, 0x19, 0xb1, 0x0c, 0x7f, 0x0e, 0xe7, 0x0f, 0x99, 0xbf, 0x1f, 0x4a, 0x3e, 0x50, 0x3d,
0x5b, 0x85, 0x43, 0x43, 0x19, 0xa7, 0x25, 0xed, 0xd9, 0x89, 0x10, 0xdd, 0x86, 0x55, 0x19, 0x74,
0xe9, 0xb1, 0x24, 0xdd, 0x28, 0x29, 0xc8, 0xff, 0x80, 0x7b, 0x88, 0x2c, 0x35, 0xb1, 0xfd, 0xcf,
0xf3, 0x10, 0x99, 0x55, 0x49, 0x79, 0x3f, 0x70, 0x29, 0xfa, 0x0e, 0xc0, 0xf2, 0x61, 0x20, 0x24,
0x5a, 0xce, 0x15, 0xf2, 0x93, 0x63, 0xc7, 0x9a, 0xd2, 0x8f, 0x41, 0xb9, 0xc2, 0x4b, 0x0f, 0xfe,
0xfc, 0xfb, 0x87, 0xd2, 0x22, 0xba, 0xa8, 0x27, 0x78, 0x7f, 0xcb, 0x1c, 0xa8, 0x02, 0x7d, 0x0b,
0x20, 0x52, 0x6a, 0xf9, 0x29, 0x85, 0xae, 0x4d, 0xc2, 0x37, 0x66, 0x9a, 0x59, 0xcb, 0x46, 0xa6,
0x6c, 0xb5, 0x22, 0xa8, 0xbc, 0x68, 0x05, 0x0d, 0xa0, 0xa9, 0x01, 0xac, 0x21, 0x3c, 0x0e, 0x80,
0x73, 0x4f, 0xd5, 0xe7, 0x7d, 0x87, 0xc6, 0x7e, 0x7f, 0x02, 0x70, 0xf6, 0x43, 0x22, 0xdd, 0xf6,
0x79, 0x19, 0x3a, 0x9a, 0x4e, 0x86, 0xb4, 0x2f, 0x0d, 0x15, 0xaf, 0x6a, 0x98, 0xcb, 0xe8, 0x72,
0x0a, 0x53, 0x48, 0x4e, 0x49, 0x37, 0x87, 0x76, 0x13, 0xa0, 0x87, 0x00, 0x56, 0xe2, 0x01, 0x87,
0xd6, 0x27, 0x41, 0xcc, 0x0d, 0x40, 0x6b, 0x4a, 0x63, 0x04, 0x6f, 0x68, 0x80, 0xab, 0x78, 0x2c,
0x91, 0x3b, 0xb9, 0x19, 0xf8, 0x3d, 0x80, 0x33, 0x37, 0xe9, 0xb9, 0x65, 0x36, 0x2d, 0x64, 0x23,
0xa9, 0x1b, 0xc3, 0x30, 0x7a, 0x00, 0xe0, 0x85, 0x9b, 0x54, 0xa6, 0x6b, 0x88, 0x98, 0x9c, 0xbe,
0xdc, 0xa6, 0x62, 0x2d, 0xd9, 0xc6, 0xa6, 0x96, 0x5e, 0x0d, 0x57, 0x8f, 0xeb, 0xda, 0xf5, 0x55,
0xb4, 0x5e, 0x54, 0x5c, 0xdd, 0xa1, 0xcf, 0xdf, 0x01, 0xac, 0xc4, 0xd3, 0x69, 0xb2, 0xfb, 0xdc,
0x66, 0x30, 0xb5, 0x1c, 0xed, 0x6b, 0xa0, 0x6f, 0x5a, 0x9b, 0xe3, 0x81, 0x9a, 0xef, 0x55, 0x6b,
0xf1, 0x88, 0x24, 0xb6, 0x46, 0x9f, 0x67, 0xf6, 0x37, 0x00, 0x61, 0x36, 0x5e, 0xd1, 0x46, 0x71,
0x10, 0xc6, 0x08, 0xb6, 0xa6, 0x38, 0x60, 0xb1, 0xad, 0x83, 0x69, 0x58, 0xf5, 0xa2, 0xac, 0xab,
0xf1, 0xbb, 0xa3, 0x87, 0x30, 0xea, 0xc3, 0x4a, 0x3c, 0xf0, 0x26, 0x67, 0x3d, 0xb7, 0x09, 0x59,
0xf5, 0x82, 0xfe, 0x13, 0x13, 0x9f, 0xd4, 0x5c, 0xb3, 0xb0, 0xe6, 0x7e, 0x06, 0xb0, 0xac, 0xf6,
0x22, 0xb4, 0x3a, 0xc9, 0x9e, 0xb1, 0x35, 0x4d, 0x8d, 0xea, 0x6b, 0x1a, 0xda, 0x3a, 0x2e, 0xce,
0xce, 0x20, 0x74, 0x77, 0x40, 0x13, 0xfd, 0x0a, 0xe0, 0x7c, 0xba, 0x94, 0xa0, 0xab, 0x13, 0xc3,
0xce, 0xaf, 0x2d, 0x53, 0x83, 0xea, 0x68, 0xa8, 0x1b, 0x78, 0xad, 0x08, 0x2a, 0x4f, 0x9c, 0x2b,
0xb8, 0xdf, 0x00, 0x58, 0x1d, 0xee, 0x2e, 0xa8, 0x51, 0xcc, 0x66, 0xb6, 0xde, 0x3c, 0x05, 0xa1,
0xdb, 0x1a, 0xca, 0x2b, 0xcd, 0x66, 0x11, 0x94, 0x88, 0x79, 0xc2, 0xb9, 0x97, 0xec, 0x2e, 0xf7,
0xd1, 0x17, 0x00, 0xce, 0x25, 0xbb, 0x0f, 0x5a, 0x9b, 0xe4, 0xc1, 0x5c, 0x8e, 0xac, 0x4b, 0x39,
0xad, 0x74, 0x3f, 0xc0, 0xaf, 0x69, 0xe7, 0x5b, 0xc8, 0x79, 0x7a, 0xe7, 0x4e, 0x87, 0xf9, 0x62,
0x13, 0xec, 0xbe, 0xf1, 0xe8, 0x6c, 0x05, 0xfc, 0x71, 0xb6, 0x02, 0xfe, 0x3a, 0x5b, 0x01, 0x1f,
0xd9, 0x45, 0x7f, 0x44, 0x47, 0xff, 0xb0, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xb2, 0xb0, 0x76,
0xc2, 0xc5, 0x0f, 0x00, 0x00,
0x84, 0x60, 0x39, 0x24, 0x5d, 0x5a, 0x05, 0x35, 0x50, 0x5f, 0x68, 0xe9, 0x33, 0x5a, 0x85, 0x73,
0x9c, 0x9e, 0x70, 0x2a, 0xda, 0xd5, 0x52, 0x0d, 0xd4, 0xe7, 0x77, 0xcb, 0x8f, 0x1e, 0x5f, 0x79,
0xae, 0x95, 0x0a, 0xf1, 0x57, 0x00, 0xae, 0x1a, 0x86, 0x5a, 0x54, 0xb0, 0x1e, 0x77, 0xe9, 0x7e,
0x9f, 0x86, 0x52, 0x3c, 0x69, 0xb6, 0x34, 0x34, 0x5b, 0x87, 0x17, 0x78, 0xa2, 0x7a, 0x5b, 0xdd,
0x95, 0xd4, 0x5d, 0x62, 0x3b, 0x77, 0x83, 0x5e, 0x86, 0x8b, 0xe9, 0xf7, 0x9d, 0x83, 0xbd, 0xea,
0x8c, 0xa1, 0x68, 0x5e, 0xe0, 0x23, 0x58, 0x35, 0x70, 0xbc, 0x47, 0xc2, 0xe0, 0x84, 0x0a, 0x39,
0x19, 0x41, 0x0d, 0xce, 0x73, 0xda, 0x0f, 0x44, 0xc0, 0x42, 0x1d, 0x59, 0x6a, 0x74, 0x28, 0xc5,
0x97, 0xe0, 0x8b, 0xf9, 0xc8, 0x22, 0x16, 0x0a, 0x8a, 0x1f, 0x82, 0x9c, 0xa7, 0xb7, 0x39, 0x25,
0x92, 0xb6, 0xe8, 0xa7, 0x3d, 0x2a, 0x24, 0x0a, 0xa1, 0x59, 0x82, 0xda, 0xe1, 0x62, 0xf3, 0x86,
0x9d, 0x11, 0x66, 0xa7, 0x84, 0xe9, 0xc3, 0xc7, 0xae, 0x67, 0x47, 0xa7, 0xbe, 0xad, 0xb8, 0xb7,
0xcd, 0x72, 0x4e, 0xb9, 0xb7, 0x0d, 0x4f, 0x69, 0xd4, 0x86, 0x1e, 0x5a, 0x82, 0x95, 0x5e, 0x24,
0x28, 0x97, 0x31, 0x3b, 0xad, 0xe4, 0x0b, 0x7f, 0x99, 0x07, 0x79, 0x27, 0xf2, 0x0c, 0x90, 0xed,
0x67, 0x08, 0x32, 0x07, 0x0f, 0xdf, 0xca, 0xa1, 0xd8, 0xa3, 0x1d, 0x9a, 0xa1, 0x18, 0x47, 0x4a,
0x15, 0xce, 0xb9, 0x44, 0xb8, 0xc4, 0xa3, 0x49, 0x3c, 0xe9, 0x27, 0xfe, 0x1a, 0xc0, 0x25, 0xc3,
0xd4, 0xf1, 0x20, 0x74, 0x8b, 0x0c, 0xe5, 0xd9, 0x2d, 0x8d, 0xb2, 0x8b, 0x96, 0x61, 0xc5, 0xe3,
0x83, 0x56, 0x2f, 0xd4, 0x25, 0x95, 0xd6, 0x75, 0x22, 0x43, 0x16, 0x9c, 0x8d, 0x78, 0x2f, 0xa4,
0xd5, 0xb2, 0x71, 0x19, 0x8b, 0xf0, 0x8f, 0x00, 0x2e, 0x8f, 0xe4, 0xf6, 0x38, 0xa2, 0x85, 0x80,
0x3c, 0x58, 0x16, 0x11, 0x75, 0x35, 0x98, 0xc5, 0xe6, 0x3b, 0xd3, 0x49, 0xb6, 0x72, 0x9a, 0x60,
0xd3, 0xd6, 0xd5, 0xaf, 0xd1, 0x32, 0xc9, 0x60, 0x9d, 0xce, 0x5d, 0xe2, 0x9e, 0x16, 0x01, 0xb3,
0x60, 0x29, 0xf0, 0x34, 0xac, 0x99, 0x5d, 0xa8, 0x4c, 0x9d, 0x3d, 0xbe, 0x52, 0x3a, 0xd8, 0x6b,
0x95, 0x02, 0xef, 0x7f, 0xe4, 0xe8, 0x5d, 0x78, 0x79, 0x84, 0xf8, 0x23, 0xe6, 0x9d, 0xc3, 0x7d,
0xc4, 0xbc, 0xac, 0x1b, 0xb4, 0xd2, 0x4f, 0xfc, 0x4b, 0x09, 0xbe, 0x64, 0x58, 0x3b, 0x62, 0xde,
0x21, 0xf3, 0x0b, 0x9a, 0xcb, 0x44, 0x4b, 0x08, 0xc3, 0x05, 0x97, 0x85, 0x92, 0xa8, 0x9e, 0x9d,
0x6b, 0x25, 0x99, 0x58, 0xb5, 0x26, 0x11, 0x84, 0x2e, 0x3d, 0xa6, 0x2e, 0x0b, 0x3d, 0xa1, 0xa3,
0x9b, 0x49, 0x5b, 0x93, 0x79, 0x83, 0x6e, 0xc1, 0x05, 0xfd, 0xfd, 0x41, 0xd0, 0xa5, 0xd5, 0xd9,
0x1a, 0xa8, 0x2f, 0x36, 0x1b, 0x76, 0x3c, 0x1c, 0x6c, 0x73, 0x38, 0x64, 0x84, 0xaa, 0xe1, 0x60,
0xf7, 0xb7, 0x6d, 0xf5, 0xa2, 0x95, 0x3d, 0x56, 0xb8, 0x24, 0x09, 0x3a, 0x87, 0x41, 0x48, 0x45,
0xb5, 0x62, 0x38, 0xcc, 0xc4, 0x8a, 0x8c, 0x13, 0xd6, 0xe9, 0xb0, 0xcf, 0xaa, 0x73, 0x26, 0x19,
0xb1, 0x0c, 0x7f, 0x0e, 0xe7, 0x0f, 0x99, 0xbf, 0x1f, 0x4a, 0x3e, 0x50, 0x3d, 0x5b, 0x85, 0x43,
0x43, 0x19, 0xa7, 0x25, 0xed, 0xd9, 0x89, 0x10, 0xdd, 0x86, 0x0b, 0x32, 0xe8, 0xd2, 0x63, 0x49,
0xba, 0x51, 0x52, 0x90, 0xff, 0x01, 0xf7, 0x10, 0x59, 0x6a, 0xa2, 0xf9, 0xcf, 0xf3, 0x10, 0x99,
0x55, 0x49, 0x79, 0x3f, 0x70, 0x29, 0xfa, 0x0e, 0xc0, 0xf2, 0x61, 0x20, 0x24, 0x5a, 0xc9, 0x15,
0xf2, 0x93, 0x63, 0xc7, 0x9a, 0xd2, 0x8f, 0x41, 0xb9, 0xc2, 0xcb, 0x0f, 0xfe, 0xfc, 0xfb, 0x87,
0xd2, 0x12, 0xba, 0xa8, 0x27, 0x78, 0x7f, 0xdb, 0x1c, 0xa8, 0x02, 0x7d, 0x0b, 0x20, 0x52, 0x6a,
0xf9, 0x29, 0x85, 0xae, 0x4d, 0xc2, 0x37, 0x66, 0x9a, 0x59, 0x2b, 0x46, 0xa6, 0x6c, 0xb5, 0x22,
0xa8, 0xbc, 0x68, 0x05, 0x0d, 0xa0, 0xa1, 0x01, 0xac, 0x23, 0x3c, 0x0e, 0x80, 0x73, 0x4f, 0xd5,
0xe7, 0x7d, 0x87, 0xc6, 0x7e, 0x7f, 0x02, 0x70, 0xf6, 0x43, 0x22, 0xdd, 0xf6, 0x79, 0x19, 0x3a,
0x9a, 0x4e, 0x86, 0xb4, 0x2f, 0x0d, 0x15, 0xaf, 0x69, 0x98, 0x2b, 0xe8, 0x72, 0x0a, 0x53, 0x48,
0x4e, 0x49, 0x37, 0x87, 0x76, 0x0b, 0xa0, 0x87, 0x00, 0x56, 0xe2, 0x01, 0x87, 0x36, 0x26, 0x41,
0xcc, 0x0d, 0x40, 0x6b, 0x4a, 0x63, 0x04, 0x6f, 0x6a, 0x80, 0x6b, 0x78, 0x2c, 0x91, 0x3b, 0xb9,
0x19, 0xf8, 0x3d, 0x80, 0x33, 0x37, 0xe9, 0xb9, 0x65, 0x36, 0x2d, 0x64, 0x23, 0xa9, 0x1b, 0xc3,
0x30, 0x7a, 0x00, 0xe0, 0x85, 0x9b, 0x54, 0xa6, 0x6b, 0x88, 0x98, 0x9c, 0xbe, 0xdc, 0xa6, 0x62,
0x2d, 0xdb, 0xc6, 0xa6, 0x96, 0x5e, 0x0d, 0x57, 0x8f, 0xeb, 0xda, 0xf5, 0x55, 0xb4, 0x51, 0x54,
0x5c, 0xdd, 0xa1, 0xcf, 0xdf, 0x01, 0xac, 0xc4, 0xd3, 0x69, 0xb2, 0xfb, 0xdc, 0x66, 0x30, 0xb5,
0x1c, 0xed, 0x6b, 0xa0, 0x6f, 0x5a, 0x5b, 0xe3, 0x81, 0x9a, 0xef, 0x55, 0x6b, 0xf1, 0x88, 0x24,
0xb6, 0x46, 0x9f, 0x67, 0xf6, 0x37, 0x00, 0x61, 0x36, 0x5e, 0xd1, 0x66, 0x71, 0x10, 0xc6, 0x08,
0xb6, 0xa6, 0x38, 0x60, 0xb1, 0xad, 0x83, 0xa9, 0x5b, 0xb5, 0xa2, 0xac, 0xab, 0xf1, 0xbb, 0xa3,
0x87, 0x30, 0xea, 0xc3, 0x4a, 0x3c, 0xf0, 0x26, 0x67, 0x3d, 0xb7, 0x09, 0x59, 0xb5, 0x82, 0xfe,
0x13, 0x13, 0x9f, 0xd4, 0x5c, 0xa3, 0xb0, 0xe6, 0x7e, 0x06, 0xb0, 0xac, 0xf6, 0x22, 0xb4, 0x36,
0xc9, 0x9e, 0xb1, 0x35, 0x4d, 0x8d, 0xea, 0x6b, 0x1a, 0xda, 0x06, 0x2e, 0xce, 0xce, 0x20, 0x74,
0x77, 0x40, 0x03, 0xfd, 0x0a, 0xe0, 0x7c, 0xba, 0x94, 0xa0, 0xab, 0x13, 0xc3, 0xce, 0xaf, 0x2d,
0x53, 0x83, 0xea, 0x68, 0xa8, 0x9b, 0x78, 0xbd, 0x08, 0x2a, 0x4f, 0x9c, 0x2b, 0xb8, 0xdf, 0x00,
0xb8, 0x30, 0xdc, 0x5d, 0x50, 0xbd, 0x98, 0xcd, 0x6c, 0xbd, 0x79, 0x0a, 0x42, 0x9b, 0x1a, 0xca,
0x2b, 0x8d, 0x46, 0x11, 0x94, 0x88, 0x79, 0xc2, 0xb9, 0x97, 0xec, 0x2e, 0xf7, 0xd1, 0x17, 0x00,
0xce, 0x25, 0xbb, 0x0f, 0x5a, 0x9f, 0xe4, 0xc1, 0x5c, 0x8e, 0xac, 0x4b, 0x39, 0xad, 0x74, 0x3f,
0xc0, 0xaf, 0x69, 0xe7, 0xdb, 0xc8, 0x79, 0x7a, 0xe7, 0x4e, 0x87, 0xf9, 0x62, 0x0b, 0xec, 0xbe,
0xf1, 0xe8, 0x6c, 0x15, 0xfc, 0x71, 0xb6, 0x0a, 0xfe, 0x3a, 0x5b, 0x05, 0x1f, 0xd9, 0x45, 0x7f,
0x44, 0x47, 0xff, 0xb0, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x33, 0x2f, 0xbb, 0xc5, 0x0f,
0x00, 0x00,
}

View File

@@ -17,7 +17,7 @@ import "github.com/argoproj/argo-cd/reposerver/repository/repository.proto";
// ApplicationQuery is a query for application resources
message ApplicationQuery {
optional string name = 1;
required bool refresh = 2 [(gogoproto.nullable) = false];
optional bool refresh = 2 [(gogoproto.nullable) = false];
}
// ApplicationEventsQuery is a query for application resource events