Documentation
¶
Overview ¶
*
- Copyright (c) 2015 Intel Corporation *
- 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 (c) 2015 Intel Corporation *
- 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 (c) 2015 Intel Corporation *
- 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 ¶
- func NewRestCloudController(apiUrl string, accessToken string) service.CloudController
- func NewRestServiceCatalog(apiUrl string, accessToken string) service.ServiceCatalog
- type RestController
- func (rc *RestController) ExtendedSummary(space string) (*service.ExtendedSpaceSummary, error)
- func (rc *RestController) ServicePlans(servicePlansUrl string) (*service.ResourceList, error)
- func (rc *RestController) Services() (*service.ResourceList, error)
- func (rc *RestController) ServicesFiltered(Name string) (*service.ResourceList, error)
- func (rc *RestController) SpaceSummary(space string) (*service.SpaceSummary, error)
- func (rc *RestController) Spaces(organization string) (*service.ResourceList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRestCloudController ¶
func NewRestCloudController(apiUrl string, accessToken string) service.CloudController
func NewRestServiceCatalog ¶
func NewRestServiceCatalog(apiUrl string, accessToken string) service.ServiceCatalog
Types ¶
type RestController ¶
type RestController struct {
// contains filtered or unexported fields
}
func (*RestController) ExtendedSummary ¶
func (rc *RestController) ExtendedSummary(space string) (*service.ExtendedSpaceSummary, error)
func (*RestController) ServicePlans ¶
func (rc *RestController) ServicePlans(servicePlansUrl string) (*service.ResourceList, error)
func (*RestController) Services ¶
func (rc *RestController) Services() (*service.ResourceList, error)
func (*RestController) ServicesFiltered ¶
func (rc *RestController) ServicesFiltered(Name string) (*service.ResourceList, error)
func (*RestController) SpaceSummary ¶
func (rc *RestController) SpaceSummary(space string) (*service.SpaceSummary, error)
func (*RestController) Spaces ¶
func (rc *RestController) Spaces(organization string) (*service.ResourceList, error)
Click to show internal directories.
Click to hide internal directories.