Documentation ¶
Overview ¶
Copyright 2016 The Rook Authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2016 The Rook Authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2017 The Rook Authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2016 The Rook Authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2016 The Rook Authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2016 The Rook Authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2016 The Rook Authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- Constants
- func CreateObjectStore(context *Context, metadataSpec, dataSpec model.Pool, serviceIP string, ...) error
- func CreateUser(c *Context, user model.ObjectUser) (*model.ObjectUser, int, error)
- func DeleteBucket(c *Context, bucketName string, purge bool) (int, error)
- func DeleteObjectStore(context *Context) error
- func DeleteUser(c *Context, id string) (string, int, error)
- func GetBucket(c *Context, bucket string) (*model.ObjectBucket, int, error)
- func GetBucketStats(c *Context, bucketName string) (*model.ObjectBucketStats, bool, error)
- func GetBucketsStats(c *Context) (map[string]model.ObjectBucketStats, error)
- func GetObjectStores(context *Context) ([]string, error)
- func GetUser(c *Context, id string) (*model.ObjectUser, int, error)
- func ListBuckets(c *Context) ([]model.ObjectBucket, error)
- func ListUsers(c *Context) ([]string, int, error)
- func Run(context *clusterd.Context, config *Config) error
- func UpdateUser(c *Context, user model.ObjectUser) (*model.ObjectUser, int, error)
- type Config
- type Context
Constants ¶
const ( RGWErrorNone = iota RGWErrorUnknown = iota RGWErrorNotFound = iota RGWErrorBadData = iota RGWErrorParse = iota )
const (
DNSName = "rook-ceph-rgw"
)
Variables ¶
This section is empty.
Functions ¶
func CreateObjectStore ¶
func CreateUser ¶
func CreateUser(c *Context, user model.ObjectUser) (*model.ObjectUser, int, error)
func DeleteObjectStore ¶
func GetBucketStats ¶
func GetBucketsStats ¶
func GetBucketsStats(c *Context) (map[string]model.ObjectBucketStats, error)
func GetObjectStores ¶
func ListBuckets ¶
func ListBuckets(c *Context) ([]model.ObjectBucket, error)
func UpdateUser ¶
func UpdateUser(c *Context, user model.ObjectUser) (*model.ObjectUser, int, error)